﻿
			var stageW = 976;
			var stageH = 229;
			var cacheBuster = Date.parse(new Date());

			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'slider';
		    attributes.name = attributes.id;

			var flashvars = {};
			var params = {};

			params.bgcolor = "#ffffff";
                        params.wmode = "opaque";

			flashvars.componentWidth = 976;
			flashvars.componentHeight = 229;
            
			//flashvars.pathToFiles = "assets/templates/fashion/accordion/";
			//flashvars.xmlPath = "xml/rodrigo_jesien-zima-2010.xml";
			
			flashvars.pathToFiles = "assets/templates/fashion/accordion/";
			flashvars.xmlPath = "xml/oldtaylor_wiosna-lato-2012.xml";

			swfobject.embedSWF("assets/templates/fashion/js/preview.swf?t="+cacheBuster, "slider", stageW, stageH, "9.0.124", "assets/templates/fashion/js/expressInstall.swf", flashvars, params);
			//swfmacmousewheel.registerObject(attributes.id);
