function showRandomImage(){
	var idx = Math.ceil(Math.random()*6);
	document.write("<img src='images/index/"+idx+".jpg' width='302' height='226' align='absbottom'/>");
}
