document.write('<style id="noContentFlashHack" type="text/css">'
+   'div.pgwrap div.sliderbox,' 
+   'body.front div.frontpagenews .item { position:absolute;right:9999px;left:auto; }' 
+   'div.pgwrap div.sliderbox:first-child,' 
+   'body.front div.frontpagenews .item:first-child { position:relative;right:auto;left:auto; }' 
+ 'x { display: none; }</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('noContentFlashHack');
    c && c.parentNode.removeChild(c);
  }, 8000);