
$(function(){
	/*if ( $("div#swfHilight").length > 0 ) {
		$("div#swfHilight").flash({
			swf: "flash/home.swf",
			width: 950,
			height: 310,
			params: {
				wmode: "opaque",
				flashvars: { }
			},
			hasVersion: 10, // optional and temporary
			expressInstaller: "flash/expressInstall.swf" // optional and temporary
		});
	}
	if ( $("div#swfPartner").length > 0 ) {
		$("div#swfPartner").flash({
			swf: "flash/home-partner.swf",
			width: 950,
			height: 100,
			params: {
				wmode: "opaque",
				flashvars: { }
			},
			hasVersion: 10, // optional and temporary
			expressInstaller: "flash/expressInstall.swf" // optional and temporary
		});
	}
	if ( $("div#swfAttention").length > 0 ) {
		$("div#swfAttention").flash({
			swf: "flash/attention_local_riders.swf",
			width: 465,
			height: 224,
			params: {
				wmode: "opaque",
				flashvars: { }
			},
			hasVersion: 10, // optional and temporary
			expressInstaller: "flash/expressInstall.swf" // optional and temporary
		});
	}
	if ( $("div#swfAccommodation").length > 0 ) {
		$("div#swfAccommodation").flash({
			swf: "flash/accommodation.swf",
			width: 465,
			height: 224,
			params: {
				wmode: "opaque",
				flashvars: { }
			},
			hasVersion: 10, // optional and temporary
			expressInstaller: "flash/expressInstall.swf" // optional and temporary
		});
	}
	if ( $("div#swfInfoSchedule").length > 0 ) {
		$("div#swfInfoSchedule").flash({
			swf: "flash/info_schedule.swf",
			width: 465,
			height: 224,
			params: {
				wmode: "opaque",
				flashvars: { }
			},
			hasVersion: 10, // optional and temporary
			expressInstaller: "flash/expressInstall.swf" // optional and temporary
		});
	}*/
});
