
var backgroundImages=new Array(35);
backgroundImages[0]="http://godsdirectcontact.com/images/index_files/bk%20copy.jpg";
backgroundImages[1]="http://godsdirectcontact.com/images/index_files/bk1%20copy.jpg";
backgroundImages[2]="http://godsdirectcontact.com/images/index_files/bk2%20copy.jpg";
backgroundImages[3]="http://godsdirectcontact.com/images/index_files/bk3%20copy.jpg";
backgroundImages[4]="http://godsdirectcontact.com/images/index_files/bk4%20copy.jpg";
backgroundImages[5]="http://godsdirectcontact.com/images/index_files/bk5%20copy.jpg";
backgroundImages[6]="http://godsdirectcontact.com/images/index_files/bk6%20copy.jpg";
backgroundImages[7]="http://godsdirectcontact.com/images/index_files/bk7%20copy.jpg";
backgroundImages[8]="http://godsdirectcontact.com/images/index_files/bk8%20copy.jpg";
backgroundImages[9]="http://godsdirectcontact.com/images/index_files/bk9%20copy.jpg";
backgroundImages[10]="http://godsdirectcontact.com/images/index_files/bk10%20copy.jpg";
backgroundImages[11]="http://godsdirectcontact.com/images/index_files/bk11%20copy.jpg";
backgroundImages[12]="http://godsdirectcontact.com/images/index_files/bk12%20copy.jpg";
backgroundImages[13]="http://godsdirectcontact.com/images/index_files/bk13%20copy.jpg";
backgroundImages[14]="http://godsdirectcontact.com/images/index_files/bk14%20copy.jpg";
backgroundImages[15]="http://godsdirectcontact.com/images/index_files/bk15%20copy.jpg";
backgroundImages[16]="http://godsdirectcontact.com/images/index_files/bk16%20copy.jpg";
backgroundImages[17]="http://godsdirectcontact.com/images/index_files/bk17%20copy.jpg";
backgroundImages[18]="http://godsdirectcontact.com/images/index_files/bk18%20copy.jpg";
backgroundImages[19]="http://godsdirectcontact.com/images/index_files/bk19%20copy.jpg";
backgroundImages[20]="http://godsdirectcontact.com/images/index_files/bk20%20copy.jpg";
backgroundImages[21]="http://godsdirectcontact.com/images/index_files/bk21%20copy.jpg";
backgroundImages[22]="http://godsdirectcontact.com/images/index_files/bk22%20copy.jpg";
backgroundImages[23]="http://godsdirectcontact.com/images/index_files/bk23%20copy.jpg";
backgroundImages[24]="http://godsdirectcontact.com/images/index_files/bk24%20copy.jpg";
backgroundImages[25]="http://godsdirectcontact.com/images/index_files/bk25%20copy.jpg";
backgroundImages[26]="http://godsdirectcontact.com/images/index_files/bk26%20copy.jpg";
backgroundImages[27]="http://godsdirectcontact.com/images/index_files/bk27%20copy.jpg";
backgroundImages[28]="http://godsdirectcontact.com/images/index_files/bk28%20copy.jpg";
backgroundImages[29]="http://godsdirectcontact.com/images/index_files/bk29%20copy.jpg";
backgroundImages[30]="http://godsdirectcontact.com/images/index_files/bk30%20copy.jpg";
backgroundImages[31]="http://godsdirectcontact.com/images/index_files/bk31%20copy.jpg";
backgroundImages[32]="http://godsdirectcontact.com/images/index_files/bk32%20copy.jpg";
backgroundImages[33]="http://godsdirectcontact.com/images/index_files/bk33%20copy.jpg";
backgroundImages[34]="http://godsdirectcontact.com/images/index_files/bk34%20copy.jpg";
backgroundImages[35]="http://godsdirectcontact.com/images/index_files/bk35%20copy.jpg";

onload=function(){
var e=(document.getElementById)?document.getElementById("myTableId"):(document.all)?document.all.myTableId:(document.layers)?document.myTableId:null;
if(!e)return true;
e.style.backgroundImage="url("+backgroundImages[Math.floor(Math.random()*backgroundImages.length)]+")";
}

