sIFR.domains = ['*.telusmobility.com','*.telusmobilite.com','*.columbusgroup.com','*.teluswebteam.com','*.tmi.telus.com', '*localhost*'];

sIFR.fixHover = true;
sIFR.forceWidth = true;
sIFR.fitExactly = true;
sIFR.forceClear = true;

sIFR.helveticaNeueThin = {
  src: TM.context+'/swf/helvetica_neue_thin.swf'
};
sIFR.helveticaNeueLight = {
  src: TM.context+'/swf/helvetica_neue_light.swf'
};


sIFR.activate(sIFR.helveticaNeueThin, sIFR.helveticaNeueLight);

sIFR.TM_replace = function(){
  // Replacement definitions start here...
  sIFR.replace(sIFR.helveticaNeueThin, {
    selector: 'h1#pageTitle, h1.pageTitle',
    css : ['.sIFR-root { color: #49166D; }'],
    wmode : 'transparent',
    offsetTop : 1,
    ratios : [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  });

  sIFR.replace(sIFR.helveticaNeueLight, {
    selector: '#howTo h2, .colorP',
    css : ['.sIFR-root { color: #49166D; text-decoration:none; }','a { color: #49166D; text-decoration:none; }','a:hover { color: #49166D; text-decoration:none; }'],
    wmode : 'transparent',
    offsetTop : 1,
    fitExactly : false,
    ratios : [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  });  
  
  sIFR.replace(sIFR.helveticaNeueLight, {
    selector: '.prepaidServices .landingMain h2, .individualPlans .landingMain h2, .landingMain.landingSub h2, .colorG',
    css : ['.sIFR-root { color: #66CC00; text-decoration:none; }','a { color: #66CC00; text-decoration:none; }','a:hover { color: #84D533; text-decoration:none; }'],
    wmode : 'transparent',
    offsetTop : 1,
    fitExactly : false,
    ratios : [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  });

  sIFR.replace(sIFR.helveticaNeueLight, {
    selector: '.landingMain h2, h2, .landingMain.landingSub #howTo h2',
    css : ['.sIFR-root { color: #49166D; text-decoration:none; }','a { color: #49166D; text-decoration:none; }','a:hover { color: #7744A0; text-decoration:none; }'],
    wmode : 'transparent',
    offsetTop : 1,
    fitExactly : false,
    ratios : [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
  });
};
sIFR.TM_replace();
