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

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h1.bh1'
  ,css: [
		 '.sIFR-root{color:#f8f8f8; font-size:38px;}', 'label{color:#e0b71f; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h1.ph1'
  ,css: [
		 '.sIFR-root{color:#ffd000; font-size:38px;}', 'label{color:#000000; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h1.ph1-b'
  ,css: [
		 '.sIFR-root{color:#000000; font-size:38px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.system-message h1'
  ,css: [
		 '.sIFR-root{color:#000000; font-size:38px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


