<!--

var imgMax  = 10;
var imgRand = Math.floor(Math.random() * imgMax);
if(imgRand == 0)       document.write('<img src="top/randam_img/randam_img_000.jpg" width="520" height="240" border="0" >');
else if(imgRand == 1)  document.write('<img src="top/randam_img/randam_img_001.jpg" width="520" height="240" border="0" >');
else if(imgRand == 2)  document.write('<img src="top/randam_img/randam_img_002.jpg" width="520" height="240" border="0" >');
else if(imgRand == 3)  document.write('<img src="top/randam_img/randam_img_003.jpg" width="520" height="240" border="0" >');
else if(imgRand == 4)  document.write('<img src="top/randam_img/randam_img_004.jpg" width="520" height="240" border="0" >');
else if(imgRand == 5)  document.write('<img src="top/randam_img/randam_img_005.jpg" width="520" height="240" border="0" >');
else if(imgRand == 6)  document.write('<img src="top/randam_img/randam_img_006.jpg" width="520" height="240" border="0" >');
else if(imgRand == 7)  document.write('<img src="top/randam_img/randam_img_007.jpg" width="520" height="240" border="0" >');
else if(imgRand == 8)  document.write('<img src="top/randam_img/randam_img_008.jpg" width="520" height="240" border="0" >');
else if(imgRand == 9)  document.write('<img src="top/randam_img/randam_img_009.jpg" width="520" height="240" border="0" >');




//-->
