if(mi_url.indexOf("www.hoymotor.") > 0) {
		var nombre_frame='';
}

if (mi_url.indexOf("heraldo.") > -1)
{
		document.writeln('<table width=\"780\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">');
		document.writeln('<tr>');
		document.writeln('<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>');
	    document.writeln('<td width=\"121\"><a href=\"http://www.heraldo.es\" target=\"_blank\"><img  src=\"http://www.hoymotor.com/images/logoheraldo.gif\" width=\"120\" height=\"21\" border=\"0\"></a></td>');
		document.writeln('<td width=\"659\">');
		document.writeln('<div align=\"right\"><font size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\"><a  href=\"http://www.heraldo.es\" target=\"_blank\">Inicio</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=6\" target=\"_blank\">Arag&oacute;n</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=1\" target=\"_blank\">Cultura</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=3\" target=\"_blank\">Deportes</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=8\" target=\"_blank\">Econom&iacute;a</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=5\" target=\"_blank\">Mundo</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=2\" target=\"_blank\">Nacional</a>');
        document.writeln('| <a href=\"http://www.heraldo.es/heraldo.html?seccion=4\" target=\"_blank\">Sociedad</a></font>&nbsp;&nbsp;</div></td>');
		document.writeln('</tr>');
		document.writeln('</table>');

} else {
	document.writeln('<div style=\"margin:0px 0px 0px 0px\">');
	var nombre_frame='<iframe src="'+dir_frame+'"';
	var miniHeight = 35;
	if(mi_url.indexOf("abc.hoymotor.") > 0) { miniHeight = 50; }
	document.writeln(nombre_frame + 'style=\"Z-INDEX: 1; WIDTH: 1002px; HEIGHT: '+ miniHeight+'px\" frameborder=\"0\" hspace=\"0\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\"></iframe>');
	document.writeln('</div>');
} 
