 $(document).ready(function(){// Hide click for locations function $("span[node=72]").click(function(){	// Replace this with your own javascript	//alert('clicked locations');	// Don't pass the click through to the link	return false;});   $("span[node=24]").click(function(){	// Replace this with your own javascript	//alert('clicked locations');	// Don't pass the click through to the link	return false;});      $("span[node=73]").click(function(){	// Replace this with your own javascript	//alert('clicked locations');	// Don't pass the click through to the link	return false;}); });