// JavaScript Document

document.cookie = "screenWidth=" + screen.width;
document.cookie = "screenHeight=" + screen.height;

