var meses=new Array()
meses[0]="enero";
meses[1]="febrero";
meses[2]="marzo";
meses[3]="abril";
meses[4]="mayo";
meses[5]="junio";
meses[6]="julio";
meses[7]="agosto";
meses[8]="septiembre";
meses[9]="octubre";
meses[10]="noviembre";
meses[11]="diciembre";
var x=new Date();
var dia=x.getDay();
var fecha=x.getDate();
var mes=x.getMonth();
var ano=x.getYear();
document.write('<div style="width:100%; text-align:center; background:navy; font-family:arial; padding:10px; color:#fff">');
document.write('<div >');
document.write('<h2>Católico al día</h2>');
document.write('<p style="font-size:12pt; font-family:arial narrow">Fuente: www.aciprensa.com</p>');
document.write('</div>');
document.write('<p>');
document.write('<div style="background:#eef; padding:10px; color:#006; text-align:center">');
document.write('Evangelio del día<br>');
document.write('<embed src="http://www.aciprensa.com/podcast/evangelio/'+meses[mes]+fecha+'-09evangelio.mp3"   width=200    height=44 type="audio/midi" autoplay="false"></embed>');
document.write('</div>');
document.write('<p>');
document.write('<div style="background:#eef; padding:10px; color:#006; text-align:center">');
document.write('Comentario<br>');
document.write('<embed src="http://www.aciprensa.com/podcast/homilia/'+meses[mes]+fecha+'-09homilia.mp3"   width=200  height=44  type="audio/midi" autoplay="false"></embed>');
document.write('</div>');
document.write('<p>');
document.write('<div style="background:#eef; padding:10px; color:#006; text-align:center">');
document.write('El Santo Rosario<br>');
if(dia==0){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosgloriosos).mp3"  width=200  height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==1){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosgozosos).mp3"    width=200   height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==2){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosdolorosos).mp3"   width=200    height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==3){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosgloriosos).mp3"    width=200   height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==4){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosluminosos).mp3"   width=200    height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==5){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosdolorosos).mp3"   width=200    height=44 type="audio/midi" autoplay="false"></embed>');}
if(dia==6){document.write('<embed src="http://www.aciprensa.com/podcast/santorosario/Santorosario(misteriosgozosos).mp3"  width=200   height=44 type="audio/midi" autoplay="false"></embed>');}
document.write('</div>');
document.write('<p>');
document.write('<p>');
document.write('</div>');

