
var font = { src: 'swf/times.swf' };


sIFR.activate(font);


/**/

sIFR.replace(font, {
      selector: '.title h2',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:16px; color:#161215; margin:0; padding:0; text-transform:uppercase; }'        
      ]
    });
