function loginFunction() {			
	document.getElementById('logintemp').value=1;
	document.forms.login_form.submit();			
}
