
<!-- 
ranimg = new Array();

ranimg[0]="image/bg/bg1.jpg"; 
ranimg[1]="image/bg/bg2.jpg"; 
ranimg[2]="image/bg/bg3.jpg";
ranimg[3]="image/bg/bg4.jpg"; 

xx = Math.floor(ranimg.length*Math.random()); 
ranimg = ranimg[Math.floor(xx)]; 
document.write ('<style type="text/css"><!--html{background-image: url("'+ ranimg +'");}--></style>'); 
// --> 

