if (window.screen){
    document.cookie = 'Screen=' + window.screen.availWidth + 'x' + window.screen.availHeight + ';path=/';
}
