/**
 * @author javier
 */

 
 $(document).ready(function(){
 	
	$("#baja_country_club").click(function(){ location= "/"; });

 });

