// original content taken from Nic's JavaScript Page with permission// lack of these three lines will result in copyright infringment// made by: Nic's JavaScript Page - http://www.javascript-page.com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.boycecollege.com"				  ,"http://www.ciu.edu"				  ,"http://www.cedarville.edu"				  ,"http://www.umobile.edu"				  ,"http://www.obu.edu"				  ,"http://www.letu.edu"				  ,"http://www.liberty.edu"				  ,"http://www.uu.edu"				  ,"http://www.obu.edu");image = new initArray("/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/boyce-college.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/Columbia-Int.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/cederville-1.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/Mobile.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/OBUfuturebannb.jpg"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/LeTourneau.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/Liberty-Ad.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/Union.gif"				  ,"/atf/cf/{ED35F589-2308-4B78-BC4D-7C3D6B04BE00}/OBUfuturebannb.jpg");text = new initArray("Boyce College","Know Go","Cedarville","UMobile","Ouachita","Le Tourneau","Liberty","Union","Ouachita");var currentdate = new Date();var core = currentdate.getSeconds() % image.length;var ranlink  = link[core];var ranimage = image[core];var rantext  = text[core];document.write('<a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');