//if(mi_url.indexOf("canalmeteo.com") > 0) {
//		var nombre_frame='';
//} else if(mi_url.indexOf("ozu.es") > 0) {
//		var nombre_frame='';
//} else {
	document.writeln('<div style=\"margin:0px 0px 0px 0px\">');
	var nombre_frame='<iframe src="'+dir_frame+'"';
	if (window.location.href.indexOf("abc") > 0)
		h = "HEIGHT: 50px";
	else
		h = "HEIGHT: 35px";
	document.writeln(nombre_frame + 'style=\"Z-INDEX: 1; WIDTH: 780px; ' + h + '\" frameborder=\"0\" hspace=\"0\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\"></iframe>');
	document.writeln('</div>');
//} 
