var yourtypeface = {
      src: '/common/sifr/frutiger55roman.swf'
};
 
var yourtypeface2 = {
      src: '/common/sifr/arialnarrow.swf'
};

 
sIFR.activate(yourtypeface);
sIFR.activate(yourtypeface2);

sIFR.replace(yourtypeface, {
      selector: 'h2.frontbanner',
      css: [
		'.sIFR-root { font-size:22px; font-weight:bold; color:#000000; text-align: center; }',
		'a { color:#000000; text-decoration: none; }',
		'a:hover { color:#000000; text-decoration: none; }'
],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface2, {
      selector: 'span.bannertext',
      css: [
		'.sIFR-root { font-size:18px; font-weight:normal; color:#000000; text-align: center; }',
	],
      wmode: 'transparent'
});
