
var bernard = {
  src: '/blog/sifr/bernard.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(bernard);

sIFR.replace(bernard, {
  selector: 'h3.sb_h3'
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-weight: normal; background-color:#FFFFFF; color:#CB452A; font-size:22; }'
	,'a { text-decoration: none; color:#CB452A; }'
	,'a:hover { text-decoration: none; color:#CB452A; }'
  ]
  
});

sIFR.replace(bernard, {
  selector: 'h2.sub_h2'
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-weight: normal; background-color:#FFFFFF; color:#1F79B0; font-size:32; }'
	,'a { text-decoration: none; color:#1F79B0; }'
	,'a:hover { text-decoration: none; color:#1F79B0; }'
  ]
  
});






