// JavaScript Document

  //<[CDATA[

  var helveticaNeue = {
    src: '/Files/System/B4Restore/Flash/helveticaNeue.swf'
    ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 28, 1.23, 32, 1.22, 33, 1.23, 39, 1.22, 56, 1.21, 59, 1.2, 60, 1.21, 91, 1.2, 92, 1.19, 102, 1.2, 103, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 114, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 124, 1.19, 1.2]
  };


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(helveticaNeue);


  sIFR.replace(helveticaNeue, {
    selector: '.FrontpageOrangeBox h6'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ff8700; font-size: 18px; text-transform: uppercase; }'
      ,'a { color: #ff8700; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #95c0dd; }'
    ]
  });
  
  sIFR.replace(helveticaNeue, {
    selector: '.FrontpageGreyBox h6'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #565348; font-size: 18px; text-transform: uppercase; }'
      ,'a { color: #ff8700; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #95c0dd; }'
    ]
  });
  
  sIFR.replace(helveticaNeue, {
    selector: '.RightColumnOrangeBox h6, .RightColumnOrangeBox h4'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ff8700; font-size: 18px; text-transform: uppercase; }'
      ,'a { color: #ff8700; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #95c0dd; }'
    ]
  });
  
function runSifr() {
	sIFR.replace(helveticaNeue, {
    selector: '#wizardLogin h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size: 18px; text-transform: uppercase; }'
      ,'a { color: #ff8700; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #95c0dd; }'
    ]
  });
}
  
  //]]>