ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
function target(page) {
  if (ns4) {
     document.ADspota.document.ADstore.src = page;
  }
  else if (ie4) {
     parent.ADstore.document.location = page;
  }
}

if(!window.saveInnerWidth) {
window.onresize = resize;
window.saveInnerWidth = window.innerWidth;
window.saveInnerHeight = window.innerHeight;
}
function resize() {
if (saveInnerWidth < window.innerWidth ||
saveInnerWidth > window.innerWidth ||
saveInnerHeight > window.innerHeight ||
saveInnerHeight < window.innerHeight )
{
window.history.go(0)
}
}