// JavaScript Document
document.writeln('<table class="taula_informacio_dinteres" summary="información de 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="Icono de informaci&oacute;"></td>');
document.writeln('		<td class="cella_maquetacio_ampla"><span class="text_petit1">M&aacute;s informaci&oacute;n:<br><br>');
document.writeln('			Universidad de Barcelona<br>');
document.writeln('			Servicios Ling&uuml;&iacute;sticos<br>');
// document.writeln('			Asesoramiento Ling&uuml;&iacute;stico y Terminolog&iacute;a<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 039 386</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:assessorament.sl@ub.edu">assessorament.sl@ub.edu</a></td>');
document.writeln('				</tr>');
document.writeln('				<tr>');
document.writeln('					<td colspan="2"><a href="mailto:terminologia.sl@ub.edu">terminologia.sl@ub.edu</a></td>');
document.writeln('				</tr>');
document.writeln('			</table>');
document.writeln('			</span></span></td>');
document.writeln('	</tr>');
document.writeln('</table>');

