var rage = {
 src: '/new/flash/futurablack.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.services-head h2'
  ,css: [
		 '.sIFR-root{color:#fedd00; font-size:22px; font-weight:bold;}', '	label{color:#ffffff;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.cta-head h2'
  ,css: [
		 '.sIFR-root{color:#000000; font-size:26px; font-weight:bold;}', '	label{color:#ffffff;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
