var billieboldhand = {
  src: '/blog/wp-content/themes/tophour/sIFR/billieboldhand.swf'
};

sIFR.activate(billieboldhand);

sIFR.replace(billieboldhand, {
  selector: 'h1'
  ,css: [
   '.sIFR-root { color:#000; background-color:#cdcdcd; z-index:0; position:absolute }'
      ,'a { text-decoration: none; color:#000000 }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ef4900; }'
   ]
});

sIFR.replace(billieboldhand, {
  selector: '#content h2'
  ,css: [
   '.sIFR-root { color:#000; background-color:#cdcdcd; }'
      ,'a { text-decoration: none; color:#000000 }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ef4900; }'
   ]
});