// JavaScript Document
today=new Date(); 
jran=today.getTime(); 
function rnd() { 
ia=9301; 
ic=49297; 
im=233280; 
jran = (jran*ia+ic) % im; 
return jran/(im*1.0); 
}; 
function rand(number) { 
return Math.ceil(rnd()*number); 
}; 
document.write("<center>"); 
for(i=1;i<=1;i++) { 
myNum=(rand(16)); //改成你要随机显示的图片数； 
if(myNum == 1) document.write("<img src='images/indexrandom/1.gif' width='185' height='138'>"); //图片路径，可用http:// 
if(myNum == 2) document.write("<img src='images/indexrandom/2.gif' width='185' height='138'>");  
if(myNum == 3) document.write("<img src='images/indexrandom/3.gif' width='185' height='138'>"); 
if(myNum == 4) document.write("<img src='images/indexrandom/4.gif' width='185' height='138'>"); 
if(myNum == 5) document.write("<img src='images/indexrandom/5.gif' width='185' height='138'>"); 
if(myNum == 6) document.write("<img src='images/indexrandom/6.gif' width='185' height='138'>"); 
if(myNum == 7) document.write("<img src='images/indexrandom/7.gif' width='185' height='138'>"); 
if(myNum == 8) document.write("<img src='images/indexrandom/8.gif' width='185' height='138'>"); 
if(myNum == 9) document.write("<img src='images/indexrandom/9.gif' width='185' height='138'>"); 
if(myNum == 10) document.write("<img src='images/indexrandom/30.gif' width='185' height='138'>"); 
if(myNum == 11) document.write("<img src='images/indexrandom/31.gif' width='185' height='138'>"); 
if(myNum == 12) document.write("<img src='images/indexrandom/32.gif' width='185' height='138'>"); 
if(myNum == 13) document.write("<img src='images/indexrandom/33.gif' width='185' height='138'>"); 
if(myNum == 14) document.write("<img src='images/indexrandom/34.gif' width='185' height='138'>"); 
if(myNum == 15) document.write("<img src='images/indexrandom/45.jpg' width='185' height='138'>"); 
if(myNum == 16) document.write("<img src='images/indexrandom/46.jpg' width='185' height='138'>"); 

else { 
document.write(); 
} 
}; 
document.write("</center>");
