var d=new Date();
var copyr = "© "+ d.getFullYear();
var weekday=new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado");
var monthname=new Array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre");
var theDay = weekday[d.getDay()]
pf=d.getDate() + " de " + monthname[d.getMonth()] + " de " + d.getFullYear() + "<br>" + theDay;


var destaca='<a href="http://www.vatican.va" class="enladestaca" target="_blank">El Vaticano</a><br/><a href="http://www.misas.org" class="enladestaca" target="_blank">Horarios misas Bcn</a><br/><a href="http://www.evangeli.net" class="enladestaca" target="_blank">Evangelio de hoy </a><br/><a href="http://www.aciprensa.com/dipac/" class="enladestaca" target="_blank">Enlaces católicos</a><br/><a href="http://www.aciprensa.com/santos/index.php" class="enladestaca" target="_blank">Santoral</a><br/><a href="http://www.europe4christ.net/index.php?id=8&L=12" class="enladestaca" target="_blank">Europa por Cristo</a><br/><a href="http://www.aciprensa.com/benedictoxvi/" class="enladestaca" target="_blank">Benedicto XVI</a><br/><a href="/web/general/jp2_1.html" class="enladestaca">Juan Pablo II</a><br/><a href="http://www.santagemabcn.org/web/general/otros.html" class="enladestaca">Otros</a>';



var cajaleft=new Array('ENCUENTRO JÓVENES CRISTIANOS<br/><a href="/web/general/convivencia_oracion_jovenes_2010.html"><img src="/web/images/encuentro_jovenes_2010_js.jpg" title="ENCUENTRO JÓVENES CRISTIANOS" name="oro" width="148" height="178" border="0" id="jovenes"/></a><br/><a href="/web/general/convivencia_oracion_jovenes_2010.html" class="noticiafoto">[ Más información ]</a>','ENCUENTRO JÓVENES CRISTIANOS<br/><a href="/web/general/convivencia_oracion_jovenes_2010.html"><img src="/web/images/encuentro_jovenes_2010_js.jpg" title="ENCUENTRO JÓVENES CRISTIANOS" name="oro" width="148" height="178" border="0" id="jovenes"/></a><br/><a href="/web/general/convivencia_oracion_jovenes_2010.html" class="noticiafoto">[ Más información ]</a>');
var imagestop=new Array('<img src="/web/images/rosario.jpg" title="flash3" width="170" height="180"/>','<img src="/web/images/cristo.jpg" title="flash3" width="170" height="180"/>');

var cajalefti=new Array('ENCUENTRO JÓVENES CRISTIANOS<br/><a href="/web/general/convivencia_oracion_jovenes_2010.html"><img src="/web/images/encuentro_jovenes_2010_js.jpg" title="ENCUENTRO JÓVENES CRISTIANOS" name="oro" width="148" height="178" border="0" id="jovenes"/></a><br/><a href="/web/general/convivencia_oracion_jovenes_2010.html" class="noticiafoto">[ Más información ]</a>','ENCUENTRO JÓVENES CRISTIANOS<br/><a href="/web/general/convivencia_oracion_jovenes_2010.html"><img src="/web/images/encuentro_jovenes_2010_js.jpg" title="ENCUENTRO JÓVENES CRISTIANOS" name="oro" width="148" height="178" border="0" id="jovenes"/></a><br/><a href="/web/general/convivencia_oracion_jovenes_2010.html" class="noticiafoto">[ Más información ]</a>');
var imagestopi=new Array('<img src="/web/images/rosario.jpg" title="entrada rosario" width="170" height="180"/>','<img src="/web/images/cristo.jpg" title="entrada cristo" width="170" height="180"/>');


var bookmarkurl=top.location.href; var bookmarktitle=document.title;

// Seleccionar bloque html aleatorio pages
function seleccion(p) {
frase='';
if (p==2) {frase=cajaleft[Math.round(Math.random()*(cajaleft.length-1))];} 
if (p==1) {frase=imagestop[Math.round(Math.random()*(imagestop.length-1))];}
return frase
}

// Seleccionar bloque html aleatorio index
function elegir(i) {
frase='';
if (i==2) {frase=cajalefti[Math.round(Math.random()*(cajalefti.length-1))];} 
if (i==1) {frase=imagestopi[Math.round(Math.random()*(imagestopi.length-1))];}
return frase
}

// Enviar página
function wmail(p,d,msubject,mbody) {
document.location.href="mailto:"+''+"?Subject="+unescape(msubject)+"&Body="+unescape(mbody);
}

// Pagina inicial
function sethp(page) {document.body.setHomePage(page)}

// Favoritos
function addbookmark(){if (document.all){window.external.AddFavorite(bookmarkurl,bookmarktitle)} else window.alert("Función no implementada en su navegador.");}

// Correo
email_1 ="casimiro";
email_2 ="emilio";
email_3 ="ramon";
<!--
function generate_address(p) {
var domain = "santagemabcn.org";
var atsign = "@";
var addr = atsign + domain;
document.write(
"<a href=mailto:" + eval("email_"+p) + addr + " class=\"correo\">" + eval("email_"+p) + addr + "</a>");
}
//-->