/*
** Countdown.js
** Copyright Ronningen Design, LLC (http://www.websitesthatdostuff.com)
** Subcontracted to Substratal Code LLC (http://www.substratalcode.com)
** Tampered with by Way Short of Heaven (http://www.wayshortofheaven.com)
**
*/

$(document).ready(function() {
	var flashvars = {
		// Dates of the upcoming sessions
		juniorCamp: "5/31/2011",
		juneCamp: "6/7/2011",
		mainCamp: "6/28/2011",
		augustCamp: "8/2/2011",

		// Dates of the following year's sessions
		juniorCampNext: "5/28/2012",
		juneCampNext: "6/4/2012",
		mainCampNext: "6/25/2012",
		augustCampNext: "7/30/2012"
	};
	var params = {
		menu: "false",
		bgcolor: "#ffffff",
		wmode: "transparent"
	};
	var attributes = {};

	swfobject.embedSWF("/swf/countdown.swf", "countdown", "990", "200", "10.0.0","expressInstall.swf", flashvars, params, attributes);
});

