var sohoregular = { src: 'flash/sohoregular.swf' };

sIFR.activate(sohoregular);

sIFR.replace(sohoregular, {	 
  selector: '.homeColumn h1, .homeTitle h1',
  css: [
  	  '.sIFR-root { color: #045b94; font-size: 24px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	

sIFR.replace(sohoregular, {	 
  selector: '.pageHeader h1',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 24px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	
