var corbel = {
  src: 'flash/corbel.swf'

};

    

sIFR.prefetch(corbel); sIFR.activate();


    

sIFR.replace(corbel, {

selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: justify; color: #e2527a; font-weight: bold;}'
      ,'a { text-decoration: none; }'
      ,'a:hover { color: #CCCCCC; }'
      ,'em { color: #04A5FB; font-style: none;}'
      ,'span {color: #CCCCCC;}'
    ], wmode: 'transparent'
  });