var bodonixt = {
    src: '/_template/bodonixt.swf'
  };
  
var bodonimt = {
    src: '/_template/bodonimt.swf'
  };

sIFR.activate(bodonimt);

  sIFR.replace(bodonixt, {
  selector: 'h2'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#000000; font-size:72px; padding-top:0px; padding-bottom:0px; margin-top:-10px; margin-bottom:0px; }'
    ]
});
  
sIFR.replace(bodonimt, {
    selector: 'h1'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#004f9e; font-size:24px; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }'
      ,'a { text-decoration: none; color:#004f9e; }'
      ,'a:hover { text-decoration:underline; color:#004f9e; }'
    ]
});
