var helveticathin = {
      src: 'http://www.k-a.co.nz/assets/flash/helveticathin.swf'
};
 
sIFR.activate(helveticathin);

sIFR.replace(helveticathin, {
      selector: 'h1',
      css: ['.sIFR-root { font-size:48px; font-weight:normal; color:#0fb4f6;}'],
      wmode: 'transparent'
});

sIFR.replace(helveticathin, {
      selector: 'h2',
      css: ['.sIFR-root {font-size:36px; font-weight:normal; color:#3a596c}'],
      wmode: 'transparent'
});

sIFR.replace(helveticathin, {
      selector: 'h3',
      css: ['.sIFR-root { font-size:24px; font-weight:normal; color:#006699;}'],
      wmode: 'transparent'
});
	  
sIFR.replace(helveticathin, {
      selector: 'h4',
      css: ['.sIFR-root { font-size:18px; font-weight:normal; color:#006699;}'],
      wmode: 'transparent'
});

sIFR.replace(helveticathin, {
      selector: 'h5',
      css: ['.sIFR-root { text-align:right; font-size:18px; font-weight:normal; color:#006699;}'],
      wmode: 'transparent'
});
