var helvetica_rounded_bold = {
  src: '/wp-content/themes/shallowford2007/sifr/helvetica_rounded_bold.swf'
};
sIFR.activate(helvetica_rounded_bold);

sIFR.replace(helvetica_rounded_bold, {
  selector: 'div.narrowcolumn h2'
  ,css: [
    '.sIFR-root { color: #0c4a8f; font-size:25px; }'
  ],
  wmode:'transparent'
});

sIFR.replace(helvetica_rounded_bold, {
  selector: 'div#sidebar h2'
  ,css: [
    '.sIFR-root { color: #0c4a8f; text-align:center;  font-size:14px; }'
  ],
  wmode:'transparent'
});