function displayImage(){	imgs = new Array();	imgs[0] = "http://www.kashiwadaisuke.com/topimage/;	n = Math.floor(Math.random() * imgs.length);	document.getElementById('topimg').src = imgs[n];	document.getElementById('topimg').style.height = 186;}
