$(document).ready(function() {
	
	$('.RegistrationFormEmailAddressInputBox_1').keypress(function(e){
    	if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) {
			
			$('.RegistrationFormSubmitContainer_1 input').click();
			
			return false;
            
        } else {
            return true;
        }
	});
	

});

function LoadCompetition() 
{  

	$(document).ready(function(){
tb_show('','/Content_Common/Competition.aspx?placeValuesBeforeTB_=savedValues&TB_iframe=false&height=492&width=281&modal=true');
});
	
	
}

function LoadCompetition28092010() 
{  

	$(document).ready(function(){
tb_show('','/Content_Common/Competition.aspx?placeValuesBeforeTB_=savedValues&TB_iframe=false&height=608&width=281&modal=true&Competition=29092010');
});
	
	
}

