 $().ready(function() {  

	$('#CommunityGallery').show();
	$('#CommunityGallery').cycle({ 
	fx: 'fade', 
	timeout: 6000,
	speed: 2500,
	delay: 1000
	});
	
	$('#CommunityTabs').show();

	$('#tabs').tabs();
	
	
	$('#DirectionsBtn').click(function() { // bind click event to link
		$('#tabs').tabs('select', 6); // switch to third tab
		return false;
	});

	$("#Scrollable").tablesorter({
			sortList:[[0,0],[1,0],[2,0]],
			widgets:['zebra']
			});

	$("#PlanScroll").tablesorter({
			sortList:[[0,0],[1,0],[2,0]],
			widgets:['zebra']
			});

	$('#g1 a').lightBox({fixedNavigation:true});
	$('#g2 a').lightBox({fixedNavigation:true});
	$('#g3 a').lightBox({fixedNavigation:true});
	$('#g4 a').lightBox({fixedNavigation:true});
	$('#g5 a').lightBox({fixedNavigation:true});
	$('#g6 a').lightBox({fixedNavigation:true});
	$('#g7 a').lightBox({fixedNavigation:true});
	$('#g8 a').lightBox({fixedNavigation:true});
	$('#g9 a').lightBox({fixedNavigation:true});
	$('#g10 a').lightBox({fixedNavigation:true});
	$('#g11 a').lightBox({fixedNavigation:true});
	$('#g12 a').lightBox({fixedNavigation:true});
	$('#g13 a').lightBox({fixedNavigation:true});
	$('#g14 a').lightBox({fixedNavigation:true});
	$('#g15 a').lightBox({fixedNavigation:true});

	$('a.plan1').lightBox({fixedNavigation:true});
	$('a.plan2').lightBox({fixedNavigation:true});
	$('a.plan3').lightBox({fixedNavigation:true});
	$('a.plan4').lightBox({fixedNavigation:true});
	$('a.plan5').lightBox({fixedNavigation:true});
	$('a.plan6').lightBox({fixedNavigation:true});
	$('a.plan7').lightBox({fixedNavigation:true});
	$('a.plan8').lightBox({fixedNavigation:true});
	$('a.plan9').lightBox({fixedNavigation:true});
	$('a.plan10').lightBox({fixedNavigation:true});
	$('a.plan11').lightBox({fixedNavigation:true});
	$('a.plan12').lightBox({fixedNavigation:true});
	$('a.plan13').lightBox({fixedNavigation:true});
	$('a.plan14').lightBox({fixedNavigation:true});
	$('a.plan15').lightBox({fixedNavigation:true});

	$('#m2').hover(function(){
		MM_showMenu(window.mm_menu_2_0,-2,18,null,'a2');
		},
		function(){
		MM_startTimeout();
		});

	$('#m3').hover(function(){
		MM_showMenu(window.mm_menu_3_0,-2,18,null,'a3');
		},
		function(){
		MM_startTimeout();
		});

	$('#m4').hover(function(){
		MM_showMenu(window.mm_menu_4_0,-2,18,null,'a4');
		},
		function(){
		MM_startTimeout();
		});

	$('#m5').hover(function(){
		MM_showMenu(window.mm_menu_5_0,-2,18,null,'a5');
		},
		function(){
		MM_startTimeout();
		});

	$('#m6').hover(function(){
		MM_showMenu(window.mm_menu_6_0,-2,18,null,'a6');
		},
		function(){
		MM_startTimeout();
		});

	load();


}); 