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

sIFR.activate(sohoregular);

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

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