document.write('<br style="line-height:29px;"><a href="../laempresa/" target="_self">Conócenos</a> - <a href="../programas/" target="_self">Programación</a> - <a href="../directo/" target="_self">TV Directo</a> - <a href="../videos/" target="_self">Videos Online</a> - <a href="../publicidad/" target="_self">Publicidad</a> - <a href="../contacto/" target="_self">Contacto</a><br>Copyright 2009 &copy; Antena Oromana. Contacto: <a href="mailto:info@antenaoromana.es">info@antenaoromana.es</a><br>Desarrollado por <a href="http://www.nautalis.net" target="_blank">NAUTALIS RESOURCES</a><iframe src="" name="publi" id="publi" width="0" height="0" scrolling="no" frameborder="0"></iframe>');

function abreimagen(url,titulo) {
	document.getElementById('capaventana').style.visibility="visible";
	document.getElementById('capaventana').style.display="block";
	document.getElementById('capatxt').innerHTML=titulo;
	document.getElementById('capaimagen').src="../extras/imagenes/"+url;
	document.getElementById('capaimagen').style.width="800";
}

function cierraimagen() {
	document.getElementById('capaventana').style.visibility="hidden";
	document.getElementById('capaventana').style.display="none";
	document.getElementById('capatxt').innerHTML="";
	document.getElementById('capaimagen').src="../images/blanco.gif";
}

function pone_publi() {
	var d = new Date();
	window.open('../bin/publi.js.php?time='+d.getTime(),'publi');
}
