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

var rage2 = {
 src: '/flash/helveticaneue.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.phonenum-area h4'
  ,css: [
		 '.sIFR-root{leading:-20; color:#2b220e; font-size:16px; text-align:right; font-weight: normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: '.phonenum-area h3'
  ,css: [
		 '.sIFR-root{leading:-20; color:#edb809; font-size:38px; font-weight:bold; text-align:right;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage2, {
  selector: '.bheader h3'
  ,css: [
		 '.sIFR-root{color:#f3b20f; font-size:20px; font-weight:normal; text-align:center;}',
		 'a{color:f3b20f;text-decoration:none;}',
		 'a:hover{color:f3b20f;text-decoration:none;}'
         
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage2, {
  selector: '.boxhead h4'
  ,css: [
		 '.sIFR-root{color:#0e0e0e; font-size:16px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


