function CopeServicios()
{
	var top="<style>";
	top+="body{ margin:0;padding:0; }";
	top+=".CopeServicios { width:100%; background-color:#FFFFFF; text-align:left; border-bottom:5px solid #202A43; padding-bottom:5px; }";
	top+=".CopeServicios  img { border:0px; }";
	top+="</style>";
	top+="<div class=\"CopeServicios \"><a href=\"http://www.cope.es\" target=\"_blank\" alt=\"cope.es - Somos libres\" ><img src=\"http://www.cope.es/img/cintillo/logo_cope.gif\" alt=\"cope.es - Somos libres\"></a><a href=\"http://www.cope.es\" target=\"_blank\" alt=\"cope.es - Somos libres\" ><img src=\"http://www.cope.es/img/cintillo/cope_servicios.gif\" alt=\"cope.es - Somos libres\"></a></div>";
	document.write(top);
}
CopeServicios();
