//random picture script  
var i = Math.round(7*Math.random());
var n = Math.round(2*Math.random());
 var pictures = new Array();
   pictures[0] = "<img src='images/homebottom0.jpg' width='792' height='105'>";
   pictures[1] = "<img src='images/homebottom1.jpg' width='792' height='105'>";
   pictures[2] = "<img src='images/homebottom2.jpg' width='792' height='105'>";
   pictures[3] = "<img src='images/homebottom3.jpg' width='792' height='105'>";
   pictures[4] = "<img src='images/homebottom4.jpg' width='792' height='105'>";
   pictures[5] = "<img src='images/homebottom5.jpg' width='792' height='105'>";
   pictures[6] = "<img src='images/homebottom6.jpg' width='792' height='105'>";
   pictures[7] = "<img src='images/homebottom7.jpg' width='792' height='105'>";
