$(document).ready(function(){
	$('#home').click(function(){Functions.goto('index.html','_self');});					
	$('#buiss').click(function(){Functions.goto('businesses.html','_self');});
	$('#buiss2').click(function(){Functions.goto('businesses.html','_self');});
	$('#ss').click(function(){Functions.goto('sightseeing.html','_self');});		
	$('#rec').click(function(){Functions.goto('recreation.html','_self');});		
	$('#tv').click(function(){Functions.goto('tubacvillage.html','_self');});		
	$('#cu').click(function(){Functions.goto('contactus.html','_self');});		
});