var hblkcn = {
  src: '/wp-includes/_addons/sifr3/flash/raspoutine.swf'
};

sIFR.activate(hblkcn);

sIFR.replace(hblkcn, {
  selector: '#content h3, #content h4, #content h5'
  ,css: [
 '.sIFR-root { font-weight:normal; color:#034b87; }'
 ,'strong { color:#870303; font-weight:normal; }'
 ,'em { color:#86794a; font-weight:normal; font-style:normal; }'
 ,'a:link { text-decoration:underline ;}'
 ,'a:hover { color: #059910; text-decoration:none; }'
 ]
  ,filters: {
  DropShadow: {
    distance: 2
    ,color: '#000000'
    ,strength: 0.3
  }
}
  ,wmode: 'transparent'
});

sIFR.replace(hblkcn, {
  selector: '#content h1, #content h2'
  ,css: [
 '.sIFR-root { font-weight:normal; color:#034b87; text-align:center; }'
 ,'strong { color:#870303; font-weight:normal; }'
 ,'em { color:#86794a; font-weight:normal; font-style:normal; }'
 ,'a:link { text-decoration:underline; color:#034b87; }'
 ,'a:hover { color: #034b87; text-decoration:none; }'
 ]
  ,filters: {
  DropShadow: {
    distance: 2
    ,color: '#000000'
    ,strength: 0.3
  }
}
  ,wmode: 'transparent'
});