var avantgarde = {
  src: 'avantgarde.swf'
  ,ratios:[7,1.47,12,1.43,14,1.37,18,1.36,24,1.34,25,1.32,28,1.33,29,1.31,35,1.32,37,1.3,46,1.31,64,1.3,66,1.29,69,1.3,122,1.29,123,1.28,1.29]
};

//comma separate for multiple flash movies
sIFR.prefetch(avantgarde);
sIFR.activate(avantgarde);

sIFR.replace(avantgarde, {
      selector: 'h1.MWxHeader'
      ,css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#FFFFFF; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(avantgarde, {
      selector: 'h2.MWxText'
      ,css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#131313; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#999999; }'
      ]
      ,wmode: 'transparent'
});

/*

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; }'
    ]
  });
*/