/* 
 * TICKER *MUST* HAVE WMODE SET TO TRANSPARENT OR IT WILL APPEAR ON TOP THE NAVIGATION DROPDOWN 
 */
swfobject.embedSWF(
	"ticker/media/swf/foxFast_ticker.swf", // path to swf
	"tickerGoesHere", // id of element to replace with swf
	"990", // width
	"20", // height
	"9.0.0", // minimum flash version required
	false, // express install swf
	{xmlFile: "ticker/media/xml/ticker.xml"}, // flashvars
	{quality: "best", scale: "noscale", wmode: "transparent", bgcolor: "000000", allowfullscreen: "false"}, // params
	{align: "middle"} // attributes
);
