var currentdate = 0; var core = 0; function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i]; } } link = new initArray( "http://www.SingleCatholics.com", "http://www.FultonSheen.com", "http://www.AveMariaSingles.com" ); image = new initArray( "http://www.roadtocana.com/gifs/new/sunflower.gif", "http://www.roadtocana.com/gifs/new/fultonSheen.gif", "http://www.roadtocana.com/gifs/new/AMSemblem.gif" ); text = new initArray( "SingleCatholics.com", "Fulton Sheen MP3s", "Ave Maria Singles" ); text2 = new initArray( ": Make friends, find love, discover commitment. FREE Signup!", " Get the Fulton Sheen Audio Library. Listen online or download.", " Single and 100% Catholic? Searching for the right person?" ); var currentdate = new Date(); var core = currentdate.getSeconds() % image.length; var ranlink = link[core]; var ranimage = image[core]; var rantext = text[core]; var rantext2 = text2[core]; document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write('' +rantext+ '' +rantext2+ ''); document.write('' +rantext+ ''); document.write('
');