// JavaScript Document
window.onload=function(){
	alert('hi');	
}

