jQuery(document).ready( function() {
				jQuery(".Wedstrijden_wedstrijd").click(function(event){
													
					 var temp = jQuery(this).children('.hidden_url');
					 var temp3 = temp.html();
					window.location = temp3;//.jQuery('hidden_url').html();//$(this).attr("url");
   });
 });
