var gh = { src: 'sifr/glynhill.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(gh);

sIFR.replace(gh, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #004976; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});