var rage = {
 src: 'flash/myriad.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.rightarea h1'
  ,css: [
		 '.sIFR-root{color:#2e5187; font-size:24px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
