var xy = navigator.appVersion;
xz = xy.substring(0,4);
if (document.cookie = "") location.reload();
else
{document.cookie = "ScreenWidth=" + screen.width
document.cookie = "ScreenHeight=" + screen.height}
