
  var winsize=Math.round(window.screen.height*0.043);

  for(var count=0;count<winsize;count++) {
    document.writeln('<p>&nbsp;</p>');
  }