function showRandomImage(){
	var idx = Math.ceil(Math.random()*10);
	document.write("<img src='/host1/images/change/"+idx+".jpg' align='absbottom'/>");
}
