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.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=769",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=1286",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=6390",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=6415",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=7339",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=7403",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=10101",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=15310",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=2300&ID=16660"
);
image = new initArray(
"http://www.CatholicCompany.com/images/small/1001373.jpg",
"http://www.CatholicCompany.com/images/small/2007124.jpg",
"http://www.CatholicCompany.com/images/small/5003072.jpg",
"http://www.CatholicCompany.com/images/small/1001927.jpg",
"http://www.CatholicCompany.com/images/small/1003756.jpg",
"http://www.CatholicCompany.com/images/small/2010682.jpg",
"http://www.CatholicCompany.com/images/small/2033156.jpg",
"http://www.CatholicCompany.com/images/small/2005908.jpg",
"http://www.CatholicCompany.com/images/small/2333046.jpg"
);
text = new initArray(
"Orthodoxy -- Just $14.99 at the Catholic Company.", "St. Joseph Home Sale Kit -- Just $7.95 at the Catholic Company.", "The Gospel Rosary of Pope John Paul II (CDs) -- Just $29.99 at the Catholic Company.", "The NEW Catholic Answer Bible -- Just $34.95 at the Catholic Company.", "My Prayer Book (Burgundy Leather) -- Just $32.95 at the Catholic Company.", "Genuine Connemara Marble Irish Rosary -- Just $54.95 at the Catholic Company.", "Sterling Silver St. Benedict Medal with 24 inch chain -- Just $41.95 at the Catholic Company.", "Magnificat Magazine Subscription 1 Year -- Just $44.95 at the Catholic Company.", "Oval Miraculous Medal Slide on 16 inch Snake Chain -- Just $26.95 at the Catholic Company."
);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];
document.write('
');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('' +rantext+ ' ');
document.write(' ');
document.write(' | ');
document.write(' ');
document.write(' ');
document.write(' | ');
document.write('
');
document.write('
');