var yourtypeface = {
      src: '/sifr3/flash/helv.swf', ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 81, 1.16, 85, 1.15, 86, 1.16, 92, 1.15, 93, 1.16, 1.15]
};
sIFR.useStyleCheck = true;
sIFR.activate(yourtypeface); // From revision 209 and onwards rockwell

sIFR.replace(yourtypeface, {
 selector: 'h1'
 ,css: [
 '.sIFR-root {color: #cbd300; font-size:38px; }'
 ,'a {color: #EC008C; text-decoration: none; }'
 ,'a:link { color: #EC008C; }'
 ,'a:hover { color: #FFFFFF; }'
 ], wmode: 'transparent'
 });

sIFR.replace(yourtypeface, {
 selector: 'h3'
 ,css: [
 '.sIFR-root {color: #cbd300; font-size:32px; }'
 ,'a {color: #EC008C; text-decoration: none; }'
 ,'a:link { color: #EC008C; }'
 ,'a:hover { color: #FFFFFF; }'
 ], wmode: 'transparent'
 });

