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

sIFR.activate(trashhand, swisex);

sIFR.replace(trashhand, {	 
  selector: '.contentHomeIntro h1',
  css: [
  	  '.sIFR-root { color:#0089c7; font-size: 31px;}',
      'em { font-style:italic; }',
      'strong { color: #77b642; font-weight: normal; font-size: 36px }'
      ],
      wmode: 'transparent'
});		

sIFR.replace(trashhand, {	 
  selector: '.contentHomeIntro h2',
  css: [
  	  '.sIFR-root { color:#0089c7; font-size: 25px;}',
      'em { font-style:italic; }',
      'strong { color: #77b642; font-weight: normal; font-size: 36px }'
      ],
      wmode: 'transparent'
});	


sIFR.replace(trashhand, {	 
  selector: '.strap',
  css: [
  	  '.sIFR-root { color:#ffffff; font-size: 29px;}',
      'em { font-style:italic; }',
      'strong { color: #a5f364; font-weight: normal;}',
      'a {color:#a5f364; text-decoration: none;}',
      'a:hover {color:#a5f364; text-decoration: underline;}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});		

sIFR.replace(trashhand, {	 
  selector: '.content h1',
  css: [
  	  '.sIFR-root { color:#ffffff; font-size: 31px; text-align: right;}',
      'em { font-style:italic; }',
      'strong { color: #77b642; font-weight: normal; font-size: 36px }'
      ],
      wmode: 'transparent'
});

sIFR.replace(trashhand, {	 
  selector: '.content h2',
  css: [
  	  '.sIFR-root { color:#77b642; font-size: 27px;}',
      'em { font-style:italic; }',
      'strong { color: #77b642; font-weight: normal; font-size: 36px }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swisex, {	 
  selector: '.content h3',
  css: [
  	  '.sIFR-root { color:#77b642; font-size: 17px; text-transform: uppercase}',
      'em { font-style:italic; }',
      'strong { color: #77b642; font-weight: normal; font-size: 36px }'
      ],
      wmode: 'transparent'
});


