function randpic()
{
document.write('<img src="sheranski/top1-' + Math.round(Math.random()*10) +
			'.jpg" width="150" height="80" border="0" alt="photo">');
document.write('<img src="sheranski/top2-' + Math.round(Math.random()*10) +
			'.jpg" width="150" height="80" border="0" alt="photo">');
document.write('<img src="sheranski/top3-' + Math.round(Math.random()*10) +
			'.jpg" width="150" height="80" border="0" alt="photo">');

}
