var impact = {
 src: 'http://ezykidsparties.businesscatalyst.com/flash/impact.swf'
}

sIFR.activate(impact);
sIFR.replace(impact, {
  selector: 'h1.pinkh1'
  ,css: [
		 '.sIFR-root{color:#f93c9a; font-size:20px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(impact, {
  selector: 'h2.orangeh2'
  ,css: [
		 '.sIFR-root{color:#f99719; font-size:18px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(impact, {
  selector: 'h2.blueh2'
  ,css: [
		 '.sIFR-root{color:#006699; font-size:18px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(impact, {
  selector: 'h2.greenh2'
  ,css: [
		 '.sIFR-root{color:#83b248; font-size:22px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(impact, {
  selector: 'h1'
  ,css: [
		 '.sIFR-root{color:#064c79; font-size:24px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(impact, {
  selector: 'h2.orangeh2'
  ,css: [
		 '.sIFR-root{color:#ff9900; font-size:22px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
