<!--
function cambiatitl()
{
	not = document.getElementById("noticia");
	document.title = "Meliya.com: " + not.getElementsByTagName("H1")[0].firstChild.data;
}
/* window.onload = cambiatitl; */
-->
