window.onresize=DoResize;
function DoResize()
{
  document.location.href = document.location.href;
}
