<!-- 
function topimage()
{
     var Kazu = Math.ceil(Math.random()*210);

     if( Kazu<=10 )
         document.write('<img src="image/top1.gif"height=320 width=500>');
     else if( Kazu<=20 )
         document.write('<img src="image/top2.gif"height=320 width=500>');
     else if( Kazu<=30 )
         document.write('<img src="image/top3.gif"height=320 width=500>');
     else if( Kazu<=40 )
         document.write('<img src="image/top4.gif"height=320 width=500>');
     else if( Kazu<=50 )
         document.write('<img src="image/top5.gif"height=320 width=500>');
     else if( Kazu<=60 )
         document.write('<img src="image/top6.gif"height=320 width=500>');
     else if( Kazu<=70 )
         document.write('<img src="image/top7.gif"height=320 width=500>');
     else if( Kazu<=80 )
         document.write('<img src="image/top8.gif"height=320 width=500>');
     else if( Kazu<=90 )
         document.write('<img src="image/top9.gif"height=320 width=500>');
     else if( Kazu<=100 )
         document.write('<img src="image/top10.gif"height=320 width=500>');
     else if( Kazu<=110 )
         document.write('<img src="image/top11.gif"height=320 width=500>');
     else if( Kazu<=120 )
         document.write('<img src="image/top12.gif"height=320 width=500>');
     else if( Kazu<=130 )
         document.write('<img src="image/top13.gif"height=320 width=500>');
     else if( Kazu<=140 )
         document.write('<img src="image/top14.gif"height=320 width=500>');
     else if( Kazu<=150 )
         document.write('<img src="image/top15.gif"height=320 width=500>');
     else if( Kazu<=160 )
         document.write('<img src="image/top16.gif"height=320 width=500>');
     else if( Kazu<=170 )
         document.write('<img src="image/top17.gif"height=320 width=500>');
     else if( Kazu<=180 )
         document.write('<img src="image/top18.gif"height=320 width=500>');
     else if( Kazu<=190 )
         document.write('<img src="image/top19.gif"height=320 width=500>');
     else if( Kazu<=200 )
         document.write('<img src="image/top20.gif"height=320 width=500>');
     else if( Kazu<=210 )
         document.write('<img src="image/top21.gif"height=320 width=500>');

}
//-->

