var tgothic = {
   src: 'swf/tgothic.swf'
   ,ratios: [7,0.98,11,1.07,15,1.13,18,1.16,22,1.19,26,1.2,34,1.21,41,1.22,48,1.23,53,1.24,56,1.23,76,1.24,77,1.25,78,1.24,81,1.25,82,1.24,85,1.25,86,1.24,89,1.25,90,1.24,1.25]
};


sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(tgothic);

//sIFR.debug.ratios({ src: 'swf/tgothic.swf', selector: 'h2' });



sIFR.replace(tgothic, {
  selector: '#promo h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #9EADB3; font-size: 17px; line-height: 1em; leading: -2; text-transform: uppercase; }'
    ,'a { text-decoration: underline;}'
    ,'a:link { color: #9EADB3; }'
    ,'a:hover { text-decoration: none;color: #9EADB3; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(tgothic, {
  selector: 'h2, #footer p.phone'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #596C74; font-size: 18px; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: underline;}'
    ,'a:link { color: #596C74; }'
    ,'a:hover { text-decoration: none;color: #596C74; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(tgothic, {
  selector: 'div.signup-steps h3'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #FFFFFF; font-size: 12px; line-height: 1em; leading: -2; text-transform: uppercase; text-align: center; }'
    ,'a { text-decoration: underline;}'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { text-decoration: none;color: #FFFFFF; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(tgothic, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #596C74; font-size: 14px; line-height: 1em; leading: -2; text-transform: uppercase; }'
    ,'a { text-decoration: underline;}'
    ,'a:link { color: #596C74; }'
    ,'a:hover { text-decoration: none;color: #596C74; }'
  ]
    ,wmode: 'transparent'
});
