
var tradegothic = { src: 'http://www.deepfried.co.nz/tradegothic.swf' };


sIFR.activate(tradegothic);
sIFR.fixHover=true;

sIFR.replace(tradegothic, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
   	'.sIFR-root { color:#44525d ; font-size: 70px; text-transform: uppercase;}'
   	]
   
});

sIFR.replace(tradegothic, {
  selector: '.heading',
  wmode: 'transparent',
  css: [
   	'.sIFR-root { color:#44525d ; font-size: 20px; text-transform: uppercase; leading:18px;}'
   	]
   
});

sIFR.replace(tradegothic, {
  selector: '.headinglight',
  wmode: 'transparent',
  css: [
   	'.sIFR-root { color:#6a7f90 ; font-size: 20px; text-transform: uppercase; leading:18px;}'
   	]
   
});

sIFR.replace(tradegothic, {
  selector: '.headinglightsml',
  wmode: 'transparent',
  css: [
   	'.sIFR-root { color:#6a7f90 ; font-size: 15px; leading:0px;}'
   	]
   
});

