function screenSize()

{
cookie_name = "theScreen";
document.cookie=cookie_name+"="+screen.width;
} 
