window.onload=function(){
	if (document.getElementById('login_submit_button')!=null) 
		document.getElementById('login_submit_button').onclick=function(){
			document.getElementById('login_form').submit();
		}
}
