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

sIFR.activate(americantypewriter);

sIFR.replace(americantypewriter, {	 
  selector: 'h1',
  css: [
  	  '.sIFR-root { color: #fe9a00; font-size: 26px; text-transform: lowercase; font-weight: bold}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	

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

sIFR.replace(americantypewriter, {	 
  selector: 'h3',
  css: [
  	  '.sIFR-root { color: #d3bfac; font-size: 18px; text-transform: lowercase;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	


