
function chat(){   
window.open('http://ldmahualamo.net/chat/chat.htm',"chat","width=602,height=395,scrollbars=NO")

 }

 function radio(){   
window.open('http://ldmahualamo.net/radio/radio.swf','radio',"location=no,width=300,height=158,scrollbars=NO,status=no,toolbar=no,directories=no,resizable=no")

 }


function banner(){
width="800"; //Anchura del banner
height="100"; //Altura del banner

banners= new Array();
banners[0]="http://ldmahualamo.net/banner.swf";


totalbanners = banners.length;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % totalbanners;
seleccionado=banners[ad];
localizador=seleccionado.lastIndexOf('.');
localizador2=localizador+4;
extension=seleccionado.substring(localizador+1,localizador2); 
archivo=seleccionado.substring(0,localizador);

document.write("<center>");
if (extension=="swf"){
flash=seleccionado;
document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\" QUALITY=\"high\" type=\"application/x-shockwave-flash\" align=\"middle\" scale=\"noborder\" wmode=\"transparent\">');
document.write('<param name=\"wmode\" value=\"transparent\">');
document.write('<param name=\"menu\" value=\"false\">');
document.write('</EMBED>');}
else {document.write('<img src='+seleccionado+' width='+width+' height='+height+'>');
document.write('</center>');}
// Fin
}

function reloj(){
width="150"; //Anchura del banner
height="150"; //Altura del banner

banners= new Array();
banners[0]="reloj.swf";


totalbanners = banners.length;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % totalbanners;
seleccionado=banners[ad];
localizador=seleccionado.lastIndexOf('.');
localizador2=localizador+4;
extension=seleccionado.substring(localizador+1,localizador2); 
archivo=seleccionado.substring(0,localizador);

document.write("<center>");
if (extension=="swf"){
flash=seleccionado;
document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\" QUALITY=\"high\" type=\"application/x-shockwave-flash\" align=\"middle\" scale=\"noborder\" wmode=\"transparent\">');
document.write('<param name=\"wmode\" value=\"transparent\">');
document.write('<param name=\"menu\" value=\"false\">');
document.write('</EMBED>');}
else {document.write('<img src='+seleccionado+' width='+width+' height='+height+'>');
document.write('</center>');}
// Fin
}

function portada(){
width="420"; //Anchura del banner
height="560"; //Altura del banner

banners= new Array();
banners[0]="portada.swf";


totalbanners = banners.length;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % totalbanners;
seleccionado=banners[ad];
localizador=seleccionado.lastIndexOf('.');
localizador2=localizador+4;
extension=seleccionado.substring(localizador+1,localizador2); 
archivo=seleccionado.substring(0,localizador);

document.write("<center>");
if (extension=="swf"){
flash=seleccionado;
document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\" QUALITY=\"high\" type=\"application/x-shockwave-flash\" align=\"middle\" scale=\"noborder\" wmode=\"transparent\">');
document.write('<param name=\"wmode\" value=\"transparent\">');
document.write('<param name=\"menu\" value=\"false\">');
document.write('</EMBED>');}
else {document.write('<img src='+seleccionado+' width='+width+' height='+height+'>');
document.write('</center>');}
// Fin
}