var soho = { src: '/other_files/javascript/soho-new2.swf' };

sIFR.useStyleCheck = false;

sIFR.activate(soho);


sIFR.replace(soho, {
  selector: '.promo_title,.subtitle, .featured h2',
  css: [
  '.sIFR-root { color: #363636; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #016ab6; }'
      ,'a:hover { color: #5a5a5a; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(soho, {
  selector: '#two-col .pgmain h1',
  css: [
  '.sIFR-root { color: #016ab6; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #016ab6; }'
      ,'a:hover { color: #5a5a5a; }'
  ]
  ,wmode: 'transparent'
});

