$(document).ready(function(){ 
	$("ul.sf-menu").superfish(); 

	if ($("#getLoc")){
		$("#getLoc").click(function(){
			getLocation();
		});
	}
}); 
