var sifr_font = {
      src: 'http://echo.runway.net.au/design/clients/PrudentiaInvestments/090219_lakeside_site_testing/flash/tekton_pro.swf'
};
 
sIFR.activate(sifr_font);
 
sIFR.replace(sifr_font, {
      selector: 'h1',
	  css: [
      '.sIFR-root {font-size:32px;font-weight:bold;color:#998D7E;margin:0px;padding:0px;}',
      ],
      wmode: 'transparent'
});
sIFR.replace(sifr_font, {
      selector: 'h2',
	  css: [
      '.sIFR-root {font-size:22px;font-weight:bold;color:#998D7E;margin:0px;padding:0px;}',
      ],
      wmode: 'transparent'
});
