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

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.welcome1 h1'
  ,css: [
		 '.sIFR-root{color:#5a6d18; font-size:22px; font-weight:normal;}','label{color:#636568;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.about_bill_top h2'
  ,css: [
		 '.sIFR-root{color:#5a6d18; font-size:26px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.about_bill_top h3'
  ,css: [
		 '.sIFR-root{color:#5a6d18; font-size:16px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
