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.6StoneJars.com", "http://www.FultonSheen.com", "http://www.AveMariaSingles.com" ); image = new initArray( "http://www.roadtocana.com/gifs/new/6stonejars.gif", "http://www.roadtocana.com/gifs/new/fultonSheen.gif", "http://www.roadtocana.com/gifs/new/AMSemblem.gif" ); text = new initArray( "6StoneJars.com", "FultonSheen.com", "Ave Maria Singles" ); text2 = new initArray( ": Guidance on Catholic dating, courtship, relationships and marriage.", " 100's of Fulton J. Sheen MP3s for you to listen to and 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('
');