Fa�a o T�tulo de sua P�gina Animado

<title> - �=  DICAS DE SEGURAN�A =�. - </title>
<script> var repete=1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repete==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

rel�gio


<script language="javascript">
<!--W3e JAVAscript Preset
var timerID = null;
var timerRunning = false;
function stopclock()
{
if(timerRunning)
clearTimeout(timerID)
timerRunning = false;
}

function startclock()
{
stopclock();
showtime();
}

function showtime()
{
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
var timeValue = "" + ((hours > 12) ? hours - 12 : hours);
timeValue += ((minutes < 10) ? ":0" : ":") + minutes;
timeValue += ((seconds < 10) ? ":0" : ":") + seconds;
timeValue += (hours >= 12) ? " P.M." : " A.M.";
document.clock.face.value = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
//-->

</script>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BOM DIA, BOA TARDE



<SCRIPT language="JavaScript">
<!--
document.write("<dl><dd>")
day = new Date()
hr = day.getHours()
if ((hr==1)||(hr==2)||(hr==3)||(hr==4) || (hr==5))
document.write("Voc� n�o devia estar dormindo?")
if (((hr==6) || (hr==7) || (hr==8) || (hr==9) || (hr==10))
|| (hr==10)) document.write("Bom dia!")
if (hr==11) document.write("Vamos almo�ar?")
if ((hr==13) || ((hr==14) || (hr==15) || (hr==16)) || (hr==17)) document.write("Boa tarde!")
if ((hr==18) || (hr==19)) document.write("Bom final de tarde!")
if ((hr==20) || (hr==21) || (hr==22)) document.write("Boa noite!")
if (hr==23) document.write("� Meu! J� � quase meia-noite!")
if (hr==0) document.write("Meia-noite! J� � amanh�!")
document.write("</dl>")
//--->
</SCRIPT>
� <BODY onUnload="alert('Obrigado pela sua visita. Volte Sempre');">
HOME PAGE
Hosted by www.Geocities.ws

1