
var d = document;
var liga =  "http://www.terra.com.mx/" + directorio + "/";
function trim3(objeto)
{
	while("" + objeto.charAt(0) ==  " " ) 
		{
		objeto = objeto.substring(1, objeto.length) 
		}
	while("" + objeto.charAt(objeto.length-1) ==  " " ) 
		{
		objeto = objeto.substring(0, objeto.length-1) 
		}
	return(objeto);
}
d.write('<table width=780 border=0 cellspacing=0 cellpadding=0>');
d.write('<tr><td colspan=2><img src="http://img.terra.com.mx/noticias/i/h2_1.gif"  width=780 height=26 border=0></td></tr>');
d.write('<tr><td><img src="http://img.terra.com.mx/noticias/i/h2_2.gif" width=182 height=15 border=0 ></td>');
if (trim3(Titulo) != "")
	{
	d.write('<td width=598 bgcolor=#EAEFEF class=p><span class=f>></span> <a href="http://www.terra.com.mx/"  class=p>Terra</a> <span class=f>></span> <a href=' + liga +  ' class=p>'+ nombreCanal + '</a> <span class=f>></span> <b>' + Titulo + '</b></td></tr>');
	}
	else
	{
	d.write('<td width=598 bgcolor=#EAEFEF class=p><span class=f>></span> <a href="http://www.terra.com.mx/" class=p>Terra</a> <span class=f>></span> <a href=' + liga +  ' class=p>'+ nombreCanal + '</a></td></tr>');
	}
d.write('<tr><td><img src="http://img.terra.com.mx/noticias/i/h2_3.gif" width=182 height=17 border=0></td>');
d.write('<td align=right valign=bottom><img src="http://img.terra.com.mx/noticias/i/h_ic.gif" width=464 height=16 border=0 alt="servicios" usemap="#h_ic"></td></tr>');
d.write('</table><br class=sp5>');
d.write('<map name="h_ic">');
d.write('<area shape="rect" coords="364,0,446,14" href="http://clasificados.terra.com.mx/" alt="clasificados">');
d.write('<area shape="rect" coords="301,0,355,14" href="http://acceso.terra.com.mx/acceso"  alt="acceso a internet" >');
d.write('<area shape="rect" coords="230,0,293,14" href="http://shopping.terra.com.mx/"  alt="shopping terra">');
d.write('<area shape="rect" coords="154,0,222,14" href="http://membresia.terra.com.mx"  alt="membres&iacute;a terra" >');	
d.write('<area shape="rect" coords="98,0,145,14" href="http://foros.terra.com.mx/"  alt="foros">');		
d.write('<area shape="rect" coords="46,0,89,14"  href="http://chat.terra.com.mx" alt="chat">');		
d.write('<area shape="rect" coords="0,0,38,14"  href="http://cc.terra.com.mx/commcenter/"  alt="mail">');				
d.write('</map>');


