var y2kneo = {
  src: '/y2kneo.swf'
};

sIFR.activate(y2kneo);

sIFR.replace(y2kneo, {
  selector: 'h2.sifr',css: [
      '.sIFR-root { background-color: #141414; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f82b95; }'
      ,'a:hover { color: #ff73bb; }'
    ]
});

sIFR.replace(y2kneo, {
  selector: 'h2.pagetitle',css: [
      '.sIFR-root { background-color: #141414; font-weight: normal; color: #c8c8c8;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f82b95; }'
      ,'a:hover { color: #ff73bb; }'
    ]
});