//Do not take or copy this code it is illegal, delete it. If you need very low priced rotators
//that rotate like this, go to http://www.mooonbaby.com/scripts/absoluterotators.html/
//Copyright Mooonbaby.com. All rights reserved.

var arr1=[];
arr1[1] = ["about1.html"];
arr1[2] = ["about2.html"];
arr1[3] = ["about3.html"];
var counter = 1; 
function rotateframe1() 
{document.getElementById("getfile1").src = arr1[counter];  
counter++;  if (counter == arr1.length)   
counter = 1; setTimeout("rotateframe1()", 66000)}

var arr2=[];
arr2[1] = ["about4.html"];
arr2[2] = ["about5.html"];
arr2[3] = ["about6.html"];
var counter = 1; 
function rotateframe2() 
{document.getElementById("getfile2").src = arr2[counter];  
counter++;  if (counter == arr2.length)   
counter = 1; setTimeout("rotateframe2()", 66000)}

var arr3=[];
arr3[1] = ["about7.html"];
arr3[2] = ["about8.html"];
arr3[3] = ["about9.html"];
var counter = 1; 
function rotateframe3() 
{document.getElementById("getfile3").src = arr3[counter];  
counter++;  if (counter == arr3.length)   
counter = 1; setTimeout("rotateframe3()", 66000)}

var arr4=[];
arr4[1] = ["about10.html"];
arr4[2] = ["about11.html"];
arr4[3] = ["about12.html"];
var counter = 1; 
function rotateframe4() 
{document.getElementById("getfile4").src = arr4[counter];  
counter++;  if (counter == arr4.length)   
counter = 1; setTimeout("rotateframe4()", 66000)}
