function show_topleft_image() {
	var rand=Math.floor(Math.random()*8)+1;
	document.write('<img src="images/topleft/'+rand+'.jpg" width="149" height="222"/>');
}
