
function doLogin(){
	document.getElementById('login_form').submit();
}
