/*
Site-wide JS
*/

$(function(){
	$("li#residential a:first, li#commercial a:first, li#dole-plantation a:first, li#castle-and-cooke-aviation a:first, li#island-of-lanai a:first, li#renewable a:first, li#communities a:first, li#home-services a:first, li#future-communities a:first, li#what a:first")
			.click(function() { return false; });
});
