var adobec = {
  src: 'futurahv.swf'
  ,ratios:[6,0.66,7,0.6,8,0.76,9,0.86,11,0.97,12,1.07,14,1.13,15,1.2,17,1.23,18,1.28,19,1.3,21,1.34,22,1.36,25,1.38,27,1.41,28,1.43,29,1.44,32,1.46,35,1.48,38,1.49,39,1.51,42,1.52,45,1.53,48,1.54,52,1.55,55,1.56,59,1.57,65,1.58,69,1.59,70,1.6,71,1.59,76,1.6,77,1.61,78,1.6,86,1.61,96,1.62,97,1.63,99,1.62,112,1.63,1.64]
};

//comma separate for multiple flash movies
sIFR.prefetch(adobec);
sIFR.activate(adobec);

sIFR.replace(adobec, {
      selector: 'h1.MWxHeader'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#FFFFFF; font-size:38px; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
		});

sIFR.replace(adobec, {
      selector: 'h2.MWxTitle'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#FFFFFF; font-size:26px; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
      ,filters: {
			DropShadow: {
			hideObject:false
			,knockout: false
			,quality: 3
			,distance: 1
			,color: '#FFFFFF'
			,strength: 0.5
		}}});

/*

Linking Example!
sIFR.replace(archer, {
    selector: 'h1',
    css: [
      '.sIFR-root { background-color: #352f26; , color: #e5e5dd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #777065; }'
      ,'a:hover { color: #e5e5dd; }'
    ]
  });
*/