var cHand = {
  src: 'cHand.swf'
};

sIFR.activate(cHand); // From revision 209 and onwards

sIFR.replace(cHand, {
  selector: 'h1'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #ffffff }'
	  ,'a { color: #ffffff; text-decoration: none; }'
	  ,'a:hover { color: #ffffff; }'
    ]
});

sIFR.replace(cHand, {
  selector: 'h2'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: center; color: #ffffff }'
	  ,'a { color: #ffffff; text-decoration: none; }'
	  ,'a:hover { color: #ffffff; }'
    ]
});





var impact = {
  src: 'impact.swf'
};

sIFR.activate(impact);

sIFR.replace(impact, {
  selector: 'h3'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #ffffff }'
    ]
});



var impact = {
  src: 'impact.swf'
};

sIFR.activate(impact);

sIFR.replace(impact, {
  selector: 'h5'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: center; color: #999999 }'
	  ,'a { color: #ffffff; text-decoration: none; }'
	  ,'a:hover { color: #ffffff; }'
    ]
});




var times = {
  src: 'times.swf'
};

sIFR.activate(times);

sIFR.replace(times, {
  selector: 'h4'
  ,wmode:'transparent'
  ,css: [
      '.sIFR-root { text-align: left; color: #ffffff; font-weight: normal; font-style: italic}'
    ]
});