<!--// 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];  }}image = new initArray("images/slbot-1.gif","images/slbot-2.gif","images/slbot-3.gif","images/slbot-4.gif","images/slbot-5.gif","images/slbot-6.gif","images/slbot-7.gif","images/slbot-8.gif","images/slbot-9.gif");link = new initArray("cast-bt.html","cast-bt.html","cast-rh.html","cast-bt.html","cast-tt.html","cast-rh.html","cast-tt.html","cast-bt.html","cast-bt.html");var currentdate = new Date();var core = currentdate.getSeconds() % image.length;var ranimage = image[core];var ranlink  = link[core];document.write('<a href=\"' +ranlink+ '\"  class="side"><img src=\"'+ranimage+'\" border="0" width="220" height="141"></a>');//-->
