var soho = {
   src: 'swf/soho.swf'
   ,ratios: [9,0.53,11,0.62,12,0.71,13,0.74,16,0.8,17,0.86,19,0.87,20,0.92,21,0.93,24,0.94,26,0.98,29,0.99,34,1.02,39,1.05,43,1.07,49,1.08,52,1.1,53,1.11,58,1.1,65,1.12,69,1.13,70,1.14,72,1.13,76,1.14,77,1.15,81,1.14,90,1.15,103,1.16,104,1.17,108,1.16,1.17]
};


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(soho);

//sIFR.debug.ratios({ src: 'swf/soho.swf', selector: 'h2' });

sIFR.replace(soho, {
  selector: '#promo h2'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #FFFFFF; font-size: 15px; text-align: center; line-height: 1em; leading: -8; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { text-decoration: underline;color: #FFFFFF; }'
  ]
    ,wmode: 'transparent'
});


sIFR.replace(soho, {
  selector: '#promo strong.head'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #FFFFFF; font-size: 13px; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { text-decoration: underline;color: #FFFFFF; }'
  ]
    ,wmode: 'transparent'
});


sIFR.replace(soho, {
  selector: 'strong.newsTitle'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #47383A; font-size: 15px; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #47383A; }'
    ,'a:hover { text-decoration: underline;color: #47383A; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(soho, {
  selector: 'p.more'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #47383A; font-size: 13px; text-align: right; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #47383A; }'
    ,'a:hover { text-decoration: underline;color: #47383A; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(soho, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #47383A; font-size: 16px; line-height: 1em; leading: -8; }'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #47383A; }'
    ,'a:hover { text-decoration: underline;color: #47383A; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(soho, {
  selector: 'div.phone strong'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #FFFFFF; font-size: 16px; line-height: 1em; leading: -8; }'
  ]
    ,wmode: 'transparent'
});


sIFR.replace(soho, {
  selector: 'div.phone em'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #ECF3BE; font-size: 18px; line-height: 1em; leading: -8; }'
  ]
    ,wmode: 'transparent'
});