function change(){
		number = Math.floor(Math.random()*7)	
		document.getElementById("ramdom").src="http://img.imbc.com/broad/tv/drama/whoru/images/sub_top"+(number+1)+".jpg"
	}

document.write("<!--top:S-->");
document.write("<div>");
document.write("	<a href=http://www.imbc.com/broad/tv/drama/whoru/ onfocus=this.blur();><img src=http://img.imbc.com/broad/tv/drama/whoru/images/sub_top1.jpg align=absmiddle id=ramdom></a>");
change();
document.write("	</div>");
document.write("	<!--top:E-->");
