var ar = new Array(
   "<a href=\"http://sor.cua.edu/SORForum/index.html\"><img src=\"http://sor.cua.edu/Site/adSORForum.gif\" /></a>",
   "<a href=\"http://www.bethmardutho.org/\" target=\"_blank\"><img src=\"http://sor.cua.edu/Site/adBethMardutho.jpg\" /></a>",
   "<a href=\"http://syrcom.cua.edu/Hugoye/\" target=\"_blank\"><img src=\"http://sor.cua.edu/Site/adHugoye.jpg\" /></a>",
   "<a href=\"http://sor.cua.edu/Misc/ChurchSupplies.html\"><img src=\"http://sor.cua.edu/Site/adChurchSupplies.jpg\" /></a>"
);

var rnd = Math.floor(Math.random() * ar.length);
document.write(ar[rnd]);
