function imprimeenlace(enlace)
{
	document.write("<a href=http://" + enlace + " target=_blank class=txt_11azuln>" + enlace + "</a>");
}
function imprimeemail(email)
{
	document.write("<a href=mailto:" + email + " class=txt_11azuln>" + email + "</a>");
}
function imprimepublicidad()
{
	document.write("Publicidad");
}
