

//You do not need to take this code and illegally, it is only 5.00. 
//Delete it immediately. You also get 5 other rotators with this you may need,  
//when it is purchased. Copyright Mooonbaby.com. All rights reserved.

arr5 = new Array(
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>These are examples only</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>of rotating images and text.</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>The images</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>can also be clickable links.</a>"],
 ["<span style='color: rgb(51,51,255)'>This is text rotating only,</span>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>or text into links like this..</a>"],
 ["<span style='color: rgb(51,155,255)'>&nbsp;or text--&nbsp;</span><a style='color: rgb(300,0,0); font-style: italic' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>and link together.</a>"],
 ["<a style='color: rgb(51,255,51); font-weight: bold; font-style: italic'href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>Every line has any,</a>"],
 ["<a style='color: rgb(204,51,204); font-size: 22px; font-family: andy, arial, sans-serif' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>Color or text style</a>"],
 ["<a style='color: rgb(255,255,255); font-size: 17px; font-weight: bold; font-family: andy, arial, sans-serif; font-style: italic' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>That you want.</a>"],
 ["<span style='color: rgb(153,255,255); font-family:'arial narrow', sans-serif'>Or leave all your text</span>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>the same color.</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>You can give</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>short</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>text and links, or</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>even longer length than this,</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>or fill a whole page.</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>Read about what all</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>these rotators will do,</a>"],
 ["<a style='color: rgb(51,51,255)' href='http://www.mooonbaby.com/scripts/phpabsoluterotators.html'/>--on these pages.</a>"]// no comma at the end of last index 
 );
var counter = 0; 
function rotatetext() 
{ 
document.getElementById("arr5").innerHTML = arr5[counter][0]; 
counter++;  if (counter == arr5.length)   
{counter = 0; } setTimeout('rotatetext()', 2000)}