$(document).ready(function() {
	$('ul.sf-menu').superfish();
	$('#slideshow').cycle({
		delay: 3000,
		speed: 1000
	});
		
	$("a[rel='galbox']").colorbox();
	
	$("a[rel='greatcampmap']").colorbox();
	
	$("a[rel='rentalstee']").colorbox();
	$("a[rel='rentalseagle']").colorbox();
	$("a[rel='rentalscabin']").colorbox();
	$("a[rel='rentalsrunning']").colorbox();
	$("a[rel='rentalsbigbear']").colorbox();
	$("a[rel='rentalsbigtimber']").colorbox();
		
	$('.scroller').jScrollPane({showArrows:true});
	
	$('.stateofgrace').flash({
		swf: 'stateofgrace.swf',
		height: 380,
		width: 660
	});
	
	$('.unlikeanything').flash({
		swf: 'unlikeanything.swf',
		height: 380,
		width: 660
	});
	
	$('.unlikeanything2').flash({
		swf: 'unlikeanything2.swf',
		height: 380,
		width: 660
	});
	
	$('.interview').flash({
		swf: 'interview.swf',
		height: 388,
		width: 500
	});
	
	$('.tlc').flash({
		swf: 'tlc.swf',
		height: 260,
		width: 340
	});
	

	$("#formID").validationEngine();
	$("#contactForm").validationEngine();
	
});

