var txtList = new Array()
txtList[txtList.length]='ESTAMOS EN SAGRADOWEB.COM';
d=new Date(),oneDay=60*60*24*1000;
j=(parseInt(d.getTime()/oneDay))%txtList.length;
j=(isNaN(j))?0:j;
document.write(txtList[j]);



	
	
	
	
	
