$(document).ready(function(){
	
	// manually check email & password conirmation
	$("#loginForm").validate();
	$("#login_username").focus();

});

