function myLoad(){
	try{
		document.getElementById('userName').focus();
	}catch(e){
		//do nothing
	}
}