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

sIFR.activate(rage);

sIFR.replace(rage, {
  selector: '.mailing-block h4'
  ,css: [
		 '.sIFR-root{font-size:14px; color:#ffffff;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: '#masthead h3',
  wmode: 'transparent',
  forceSingleLine: true,
  fitExactly: true
  ,css: [
		 '.sIFR-root{font-size:18px; color:#c61230}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.bottomrighttxt h3',
  wmode: 'transparent',
  forceSingleLine: true,
  fitExactly: true,
  sFlashVars:'textalign=right'
  ,css: [
		 '.sIFR-root{font-size:16px; color:#ffffff;text-align:right;}','a{color:#ffffff;text-decoration:none;}','a:hover{color:#5BC4BE;text-decoration:underline;}', 'a{color:#5BC4BE;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});



sIFR.replace(rage, {
  selector: '.hb-contents h2'
  ,css: [
		 '.sIFR-root{font-size:18px; color:#ffffff}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.event-loc p'
  ,css: [
		 '.sIFR-root{font-size:11px; color:#c61230}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

