function setImgInCenter()
{
  var clheight=0;
  var clwidth=0;
                                                         
  clwidth = document.body.clientWidth;
  clheight = document.body.clientHeight;
 

  if (document.all)
   {
   lolayer.style.pixelLeft = (clwidth/2)-110;
   lolayer.style.pixelTop = (clheight/2)-111;
//   window.alert("Runed!");
   }
//  else
//   {
//   window.alert("Runed (mozilla 2)!");
//   document.lolayer.style.left = (clwidth/2)-110;
//   document.lolayer.style.top = (clheight/2)-111;
//   }
}
