$( function(){
	 $('#flashClock').flash({ swf: '/swf/countdown_3DigitDays.swf', height: 91, width: 341 });
	
	$(".sponsors-toggle").click( function(){
		$("#sponsor-grid").slideToggle();
		return false;
	});
	
	
	 $('#myContent').flash({
		swf: '/swf/video.swf'
		, height: '100%'
		, width: '100%'
		,flashvars: {
			xfl: "/swf/untitled.flv"
			}
		,params: {
			menu: "false",
			wmode: "transparent",
			align: "left",
			scale: "exactFit",
			salign: "TL",
			reload: getQueryParamValue("reload"),
			allowFullScreen: "true"
			}
		,id: "Flashobject0"
	});
});