
/* ad banner function stuff */
 

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
        return Math.ceil(rnd()*number);
};


function make_banner_go_here() {
 if (document.images){
  var numbah= rand(29);  
  numbah--;

  var url= new Array(29)
  url[0]="http://www.vgg.com/";
  url[1]="http://www.vgg.com/vggtv/";
  url[2]="http://www.fakebands.com/";
  url[3]="http://www.vgg.com/tp/tp_081700_nostrilnames.html";
  url[4]="http://www.vgg.com/damnable_error_page";
  url[5]="http://www.vgg.com/bigboy/";
  url[6]="http://www.vgg.com/bigboy/";
  url[7]="http://www.vgg.com/bigboy/";
  url[8]="http://www.vgg.com/godandme";
  url[9]="http://www.vgg.com/bullypong/index.html";
  url[10]="http://www.vgg.com/kfc/";
  url[11]="http://www.vgg.com/fotg/";
  url[12]="http://www.vgg.com/fotg/";
  url[13]="http://www.vgg.com/fotg/";
  url[14]="http://www.furnitureporn.com/";
  url[15]="http://www.furnitureporn.com/";
  url[16]="http://www.furnitureporn.com/";
  url[17]="http://www.furnitureporn.com/";
  url[18]="http://www.vgg.com/news/";
  url[19]="http://www.vgg.com/et/";
  url[20]="http://www.vgg.com/ee/";
  url[21]="http://www.vgg.com/links/";
  url[22]="http://www.vgg.com/pt/";
  url[23]="http://www.vgg.com/proveuswrong/";
  url[24]="http://www.vgg.com/satanglican/";
  url[25]="http://www.vgg.com/sc/";
  url[26]="http://www.vgg.com/tp/";
  url[27]="http://www.vgg.com/tr/";
  url[28]="http://www.conquerorgame.com/";

document.write("<CENTER><A HREF='"+url[numbah]+"'><IMG SRC='banners/banner"+[numbah]+".gif' width='468' height='60' border='0'><\/A></CENTER>");
 }
}