// JavaScript Document
document.writeln('<table class="taula_informacio_dinteres" summary="informació d\'interès" cellpadding="0" cellspacing="0">');
document.writeln('	<tr valign="top">');
document.writeln('		<td class="cella_maquetacio_estreta"><img src="/sl/css_img/ico_informacio.gif" width="17" height="12"  alt="Icona d\'informaci&oacute;"></td>');
document.writeln('		<td class="cella_maquetacio_ampla"><span class="text_petit1">M&eacute;s informaci&oacute;:<br><br>');
document.writeln('			Universitat de Barcelona<br>');
document.writeln('			Serveis Ling&uuml;&iacute;stics<br>');
// document.writeln('			Acollida ling&uuml;&iacute;stica<br>');
document.writeln('			<br><span class="text_petit2">');
document.writeln('			Melcior de Palau, 140<br>');
document.writeln('			08014 Barcelona<br><br>');
document.writeln('			<table class="text_petit2" width="135" border="0" cellpadding="0" cellspacing="0">');
document.writeln('				<tr>');
document.writeln('					<td class="tel_1">Tel.</td>');
document.writeln('					<td class="tel_2">934 035 483</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td class="tel_1">Fax</td>');
document.writeln('					<td class="tel_2">934 035 484</td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan="2"><a href="mailto:acollida.sl@ub.edu">acollida.sl@ub.edu</a></td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			</span></span></td>');
document.writeln('	</tr>');
document.writeln('</table>');
