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

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.contents h3'
  ,css: [
		 '.sIFR-root{color:#07449b; font-size:22px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.testi-head h5'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:16px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.rightarea h3',
  fitExactly: true
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:21px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.contents h5'
  ,css: [
		 '.sIFR-root{color:#07449b; font-size:18px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.contents h1',
  fitExactly: true
  ,css: [
		 '.sIFR-root{color:#07449b; font-size:22px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
