function randomPicture()
{
	var numImages=21;
	var i=Math.floor(Math.random()*numImages);
	document.write('<img src="img/topcorner/image');
	document.write(i+1);
	document.write('.jpg" width="100" height="134" alt=""/>');
}
