jQuery(function(){
	jQuery('#super #box form p a.forgot').bind('click', function(e){
		e.preventDefault();
		
		jQuery('#super #box form input#UserForgotPass').val('1');
		
		jQuery('#super #box form').submit();
		
	});
});
