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=1421&ID=769",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=1286",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=6390",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=7339",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=7403",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=10101",
"http://www.CatholicCompany.com/product_detail.cfm?new=yes&AID=1421&ID=15310"
);
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/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"
);
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.", "My Prayer Book (Burgundy Leather) -- Just $32.95 at the Catholic Company.", "Genuine Connemara Marble Irish Rosary -- Just $59.95 at the Catholic Company.", "Sterling Silver St. Benedict Medal with 24 inch chain -- Just $54.95 at the Catholic Company.", "Magnificat Magazine - NEW Subscription -- Just $44.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('
');