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

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

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