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

var eraser = {
 src: '/sf/flash/eraser.swf'
	}


sIFR.activate(rage);
sIFR.activate(eraser);

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

sIFR.replace(rage, {
  selector: 'h2.ta-h2'
  ,css: [
		 '.sIFR-root{color:#dba81b; font-size:18px; font-style:italic; text-align:right;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h2.g-h2'
  ,css: [
		 '.sIFR-root{color:#71793d; font-size:21px; text-align:right;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

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

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

sIFR.replace(rage, {
  selector: 'h3.l-h3b'
  ,css: [
		 '.sIFR-root{color:#3c2d16; font-size:14px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h3.bb-h3'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:12px; text-align:center;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: 'h3.bb-h3v2'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:11px; text-align:center;padding:0px !important;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.mbox h1'
  ,css: [
		 '.sIFR-root{color:#717A41; font-size:25px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.mbox-homepage h1'
  ,css: [
		 '.sIFR-root{color:#717A41; font-size:25px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: 'h4.ch4-white'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:24px;}',
		 'a{color:#ffffff; text-decoration:none; cursor:pointer;}',
		 'a:hover{color:#ffffff; text-decoration:none;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: 'h4.ch4-green'
  ,css: [
		 '.sIFR-root{color:#cefe9a; font-size:24px;}',
		 'a{color:#cefe9a; text-decoration:none; cursor:pointer;}',
		 'a:hover{color:#cefe9a; text-decoration:none;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: 'h4.ch4-purple'
  ,css: [
		 '.sIFR-root{color:#fdcbfc; font-size:24px;}',
		 'a{color:#fdcbfc; text-decoration:none; cursor:pointer;}',
		 'a:hover{color:#fdcbfc; text-decoration:none;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: 'h4.ch4-yellow'
  ,css: [
		 '.sIFR-root{color:#fdff97; font-size:24px;}',
		 'a{color:#fdff97; text-decoration:none; cursor:pointer;}',
		 'a:hover{color:#fdff97; text-decoration:none;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: 'h4.ch4-blue'
  ,css: [
		 '.sIFR-root{color:#99ffff; font-size:24px;}',
		 'a{color:#99ffff; text-decoration:none; cursor:pointer;}',
		 'a:hover{color:#99ffff; text-decoration:none;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(eraser, {
  selector: '.mbox-cafepage h1'
  ,css: [
		 '.sIFR-root{color:#717A41; font-size:30px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});



