function msieversion()	{
var ua = window.navigator.userAgent
var msie = ua.indexOf ( "MSIE " )

if ( msie > 0 ) 
          return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )))
       else
          return 0
}

if (top.frames.length!=0) {
    if (window.location.href.replace)
        top.location.replace(self.location.href);
    else
        top.location.href=self.document.href;
}

/*
if (window.moveBy)
    window.moveBy(0,1);
    window.moveBy(1,0);
    window.moveBy(0,-1);
    window.moveBy(-1,0);
*/


