(Minhas dificuldade foi neste item aqui ao lado)+navigator.userAgent
// End user
modifiable variables.
Levei
tempo para testar este scripts e ver que esta escrita era desnecessária la
dentro
do script...
Colem este script apos:</BODY></HTML>
<!-- THREE STEPS TO INSTALL TEXT
ROTATER:
1. Copy the script into the BODY of
your HTML document where
you want the
message's to appear
2. Modify the startHTML & endHTML
variables to fit your needs
3. Modify the myData array to your
messages -->
<!-- STEP ONE: Paste this code into
the BODY of your HTML document -->
<script type="text/javascript"
language="Javascript1.2">
<!-- // Hide
// STEP TWO: change message HTML
here
var startHTML = "<center><font color=blue
size=+2><b>"
var endHTML =
"</b></font></center>"
var rotateSpeed =
2000 // set rotate speed in milliseconds
var myData=new Array()
// STEP THREE:
change or add your own message's here
myData[0] = "Cross browser text
rotater script"
myData[1] = "Written by Bob Simpson"
myData[2]
= "(NS4 - IE4 - IE5)"
myData[3] = "W3C-DOM compatible
(NS6)"
myData[4]="You are using
"+navigator.userAgent
// End user modifiable
variables
if (document.layers) {
document.write('<ilayer id="NS4message" height=25 width=100%><layer
id="NS4message2" height=25
width=100%></layer></ilayer>')
temp='document.NS4message.document.NS4message2.document.write(startHTML+myData[cnt++]+endHTML);'+
'document.NS4message.document.NS4message2.document.close()'
}
else if (document.getElementById) {
document.write(startHTML+'<div id="message" style="position:relative;">IE
division</div>'+endHTML)
temp='document.getElementById("message").firstChild.nodeValue=myData[cnt++]'
}
else
if (document.all) {
document.write(startHTML+'<div
id="message" style="position:relative;">IE
division</div>'+endHTML)
temp='message.innerHTML=myData[cnt++]'
}
var
cnt=0
function rotate(){
eval(temp)
if (cnt==myData.length)
cnt=0
setTimeout("rotate()",rotateSpeed)
}
window.onload=rotate
//
-->
</script>
>
Caso queira a gif
"Save as" (Salve)

Click com
o botão direito do mouse e " salve as"
Click with
the right button of the mouse and "save as"