var yourtypeface = {
      src: './tl_files/flash/dragonwick.swf'
};
 
sIFR.activate(yourtypeface);
 


sIFR.replace(yourtypeface, {
      selector: '#news h1',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#3d2a10;  }',
	    'strong { font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#subnav h1, #col3_content h1',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; text-align:center; visibility:visible; }',
	    'strong { font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#subnav h2, #col3_content h2',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; }',
	    'strong { font-weight:bold; }'
      ],
      wmode: 'transparent'
});
