var width;
var height;

width = screen.width;
height = screen.height;

document.cookie = "myCookieGetScreenReso="+width+"-"+height;
