var font1= {
   src: 'assets/TektonProBold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(font1);//,otherfont

sIFR.replace(font1, {
     selector: '#home h1'
     ,css: [
      '.sIFR-root { color: #FFFFFF; font-size: 23px; }'
     ]
     ,wmode: 'transparent'
     //,tuneHeight:15
     //,offsetLeft: -8
});


sIFR.replace(font1, {
     selector: '#default h1'
     ,css: [
      '.sIFR-root { color: #1870AF; font-size: 36px; }'
     ]
     ,wmode: 'transparent'
     //,tuneHeight:15
     //,offsetLeft: -8
});
