/////////// DOCUMENT READY jQuery ////////////////
$(document).ready(function() {
	//print page
	$("#text_holder .wimbledon_enter").click(function(event) {
	  event.preventDefault();
	  window.location = "/wimbledon_lottery/enter_wimbledon_lottery";
	});		

});


