$(function() {
	/* ---------------------------------------------------------------------- */
	/* Homepage feature flash
	/* ---------------------------------------------------------------------- */
	
	var flashvars = {};
		flashvars.homepage_feature = '/sup/flash/homepage_feature.xml.php';
	var params = {};
		params.wmode = "transparent";
	var attributes = {};
		attributes.id = "homepage_feature";
		attributes.style = "display: block; outline: none; position: relative; left: -16px; top: -1px;";
	swfobject.embedSWF("/sup/flash/homepage_feature_spaced.swf", "homepage_feature", "993", "233", "9.0.0", false, flashvars, params, attributes);
	
	
	
	/* ---------------------------------------------------------------------- */
	/* Logo Scroller flash
	/* ---------------------------------------------------------------------- */
	
	var flashvars = {};
		flashvars.logo_xml_path = '/sup/flash/logo_scroller.xml';
	var params = {};
		params.wmode = "transparent";
	var attributes = {};
		attributes.id = "logo_scroller";
		attributes.style = "display: block; outline: none; position: relative; top: 2px; height: 150px;";
	swfobject.embedSWF("/sup/flash/logo_scroller.swf", "logo_scroller", "430", "128", "9.0.0", false, flashvars, params, attributes);
})