ÿþ<html> <head> <script type="text/javascript"> function getHour(){ var currentTime = new Date(); return (currentTime.getHours()); } function doGreeting(){ var hour=getHour(); var greeting=""; if (hour>0 && hour<12) document.body.background='images/topo_manha1.jpg'; else if(hour>=12 && hour<19)document.body.background='images/topo_tarde1.jpg'; else document.body.background='images/topo_noite1.jpg'; return (greeting); } </script> <base target="Conteudo"> </head> <body onload=doGreeting();> <div style="position: absolute; width: 869px; height: 8px; z-index: 2; left: 154px; top: 22px" id="camada2"> <b><font size="7" face="Arial" color="#000066"> <marquee>Seja qual for o momento, a sua Paz começa aqui!!!</marquee></font></b></div> <script lang="javascript"> document.body.bgProperties='Fixed'; </script> <div style="position: absolute; width: 135px; height: 87px; z-index: 1; left: 0px; top: 0px" id="camada1"> <img border="0" src="images/logo1.gif" width="153" height="100"></div> </body> </html>