var helveticabold = { src: '/flash/helveticabold.swf' };

sIFR.activate(helveticabold);

sIFR.replace(helveticabold, {
  selector: 'h1,h2,h3'
      , css: [
                '.sIFR-root { color: #ffffff; font-weight: bold; }'
            ]
	,wmode: 'transparent'
	,antiAliasType : 'advanced'
	,selectable: false
      , filters: {
          DropShadow: {
              knockout: false
          , distance: 1
          , color: '#330000'
          , strength: 2
          }
      }
  
});
