var rage = {
 src: 'flash/BellGothic.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h2'
  ,css: [
		 '.sIFR-root{color:#000066; font-size:48px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.loc-head h4'
  ,css: [
		 '.sIFR-root{color:#000066; font-size:22px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.loc-box h5'
  ,css: [
		 '.sIFR-root{color:#ff0033; font-size:16px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});





var rage = {
 src: 'flash/Mistral.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h1'
  ,css: [
		 '.sIFR-root{color:#000066; font-size:48px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

