document.write('<style id="noflickerCSS" type="text/css">'+
  ' #stafalist-intro,'+
  ' #instructions,'+
  ' .pgextra2,'+
  ' .imgupload .fi_btn,'+
  ' #directions,'+
  ' #landmarks,'+
  ' #disclaimer,'+
  ' #mysearches,'+
  ' .radgjafinn .fi_date,'+
  ' .adscroller,'+
  ' .kortaumsokn .largebox div.ccv2,'+
  ' .ebox { display : none !important; }'+
  ' .graybox { position:absolute;right:9999px;left:auto; }'+
'</style>');

// Timeout after 8 seconds and remove the <style> elements - 
// in case some script has thrown an error and js/init.js hasn't finished running
setTimeout(function(c){
    c = document.getElementById('noflickerCSS');
    c && c.parentNode.removeChild(c);
  }, 8000);

