﻿function writeCookie(){ 
 var the_cookie = "users_resolution_mbrv="+ screen.width;
 document.cookie=the_cookie
}
writeCookie();