//Do not take this code it is illegal, delete it. If you need very low priced rotators, 
//that rotate like this, go to this site... Copyright Mooonbaby.com. All rights reserved.

var arr = new Array(
["http://www.holychurchofgod.org"],
["http://www.cnn.com"],
["http://www.drudgereport.com"],
["http://www.whitehouse.gov"],
["http://www.ebay.com"],
["http://www.truthorfiction.com"]// no comma at the end of last index 
);

function rotateframe(){ 
document.getElementById("arr").src = arr[new Date().getDate()][0];
setTimeout('rotateframe()',3600000)} 
