$j = jQuery;

$j(function(){
	$j('.password').focus();
});
