var z=73;
function DrawI()
{
var c=1+Math.floor(z*Math.random());
document.write('<img src="http://seesaw.ru/guestbook/imbrug/ni'+c+'.jpg" hspace=5><br>');
}