//These are not Terrific Flash Rotators, those are protected copies for example only not for purchasing or taking!! We also have your recorded IP and ISP so leave this area immediately.
//Terrific Flash Rotators on Flash Rotators details page works a whole lot better for lowest price than this one and have many more options already included in them.
//Terrific Flash Rotators are so low in price you do not need to try to take these.
//Do not take this, you are committing copyright 
//infringement as is extremely illegal to take this script, this belongs to Mooonbaby as well and is Copyrighted.
//Do not take or copy this code it is illegal, delete it. If you need very low priced flash rotators
//that rotate like this but are only much better, go to http://www.mooonbaby.com/scripts/flashrotators.html/
//Copyright Mooonbaby.com. All rights reserved.

var arr=[];
arr[0] = ["http://www.mooonbaby.com/scripts/f/flash2.swf"];
arr[1] = ["http://www.mooonbaby.com/scripts/f/flash1.swf"];
arr[2] = ["http://www.mooonbaby.com/scripts/f/flash3.swf"];
arr[3] = ["http://www.mooonbaby.com/scripts/f/flash4.swf"];


var count = 0; 
function exampleonly() {
document.getElementById("xample").innerHTML = '<object width="200" height="200"><param name="movie" value="'+arr[count]+'"><param name=bgcolor value=#00000 /><param name="quality" value="high" /><embed src="'+arr[count]+'" width="200" height="200"></embed></object> ';
count++; if (count == arr.length) { count = 0; }
setTimeout('exampleonly()', 5000);} 


