var avantgarde = {
  src: '/site/images/flash/avantgarde.swf'
};

sIFR.activate(avantgarde); // From revision 209 and onwards



sIFR.replace(avantgarde, {
  selector: 'h1.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; }'
    ]
    , wmode: 'transparent'
});

   sIFR.replace(avantgarde, {
  selector: 'h2.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; }'
      ,'a { color: #ffffff; text-decoration: none }'

      ,'a:hover { color: #ffffff; text-decoration: none  }'

    ]

   , wmode: 'transparent'

  
});

   sIFR.replace(avantgarde, {
  selector: 'h2.replaceMid'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; }'
      ,'a { color: #ffffff; text-decoration: none }'

      ,'a:hover { color: #ffffff; text-decoration: none  }'

    ]

   , wmode: 'transparent'


});


