
// Copyright 1996, Infohiway, Inc. (http://www.infohiway.com)
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
function picArray() {
 for (i=0; i*2<picArray.arguments.length; i++) {
  this[i] = new Object();
  this[i].src = picArray.arguments[i*2];
  this[i].href = picArray.arguments[i*2+1];
 }
 this.length = i;
}
function getpicNum() {
 dat = new Date();
 dat = (dat.getTime()+"").charAt(8);
 if (dat.length == 1)
  pic_num = dat%pics.length;
 else
  pic_num = 0;
 return pic_num;
}

// -->
          
// JavaScript Document
