rnd= new Array(
'<a href="http://blog.ricoh.co.jp/GR/"><IMG src="http://blog.ricoh.co.jp/GR/img/admin/978.jpg" alt="" width="734" height="175" border="0"></a>',
'<a href="http://blog.ricoh.co.jp/GR/"><IMG src="http://blog.ricoh.co.jp/GR/img/admin/990.jpg" alt="" width="734" height="175" border="0"></a>',
'<a href="http://blog.ricoh.co.jp/GR/"><IMG src="http://blog.ricoh.co.jp/GR/img/admin/991.jpg" alt="" width="734" height="175" border="0"></a>'
);
function rnd1(){
{
a=Math.floor(Math.random()*rnd.length);
result=rnd[a]
}
return result;
}
function pnt(){
document.write(rnd1())
}