__onLoad(function() {  return;  var h = document.getElementsByTagName('head')[0];   var script = document.createElement('script');  script.setAttribute('src', 'http://stage.pricewheeler.com/sifr.js');  h.appendChild(script);  // wait for the js to load  setTimeout(function() {    // since the sifr javascript on the bottom of the page won't run    // because we haven't loaded the sifr.js file by then, we'll have    // to redefine these font arrays.    sIFR.lfonts=["univers47","univers57",];    sIFR.gfonts=["tradegothic","vandenkeere"];    sIFR.scancss();  }, 500);});