toplist = new Array(
'<img src="http://www.ajoea.jp/mako-top.gif" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-8.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-7.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-6.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-5.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-4.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-3.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-2.png" style="float:right;">',
'<img src="http://www.ajoea.jp/topshiri.png" style="float:right;">',
'<img src="http://www.ajoea.jp/topusa2.png" style="float:right;">',
'<img src="http://www.ajoea.jp/puni.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usa-1.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usatop.png" style="float:right;">',
'<img src="http://www.ajoea.jp/usatop.png" style="float:right;">'
);

function rnd2(){
b=Math.floor(Math.random()*toplist.length);
result=toplist[b];
return result;
}

function topgrf(){
document.write(rnd2());
}