// JavaScript Document



	function changeBG(){
  document.getElementById("logodiv").style.background = "url(p7bpassets/images/"+imgs[randnum]+".jpg) top right no-repeat";
}

var randnum=Math.floor(Math.random()*17)

var imgs=new Array();
imgs[0]="p7bp_topgraphic1";
imgs[1]="p7bp_topgraphic2";
imgs[2]="p7bp_topgraphic3";
imgs[3]="p7bp_topgraphic4";
imgs[4]="p7bp_topgraphic5";
imgs[5]="p7bp_topgraphic6";
imgs[6]="p7bp_topgraphic7";
imgs[7]="p7bp_topgraphic8";
imgs[8]="p7bp_topgraphic9";
imgs[9]="p7bp_topgraphic10";
imgs[10]="p7bp_topgraphic11";
imgs[11]="p7bp_topgraphic12";
imgs[12]="p7bp_topgraphic13";
imgs[13]="p7bp_topgraphic14";
imgs[14]="p7bp_topgraphic15";
imgs[15]="p7bp_topgraphic16";
imgs[16]="p7bp_topgraphic17";



