(function () {
	var today = new Date();
	var expires_date = new Date( today.getTime() + (365 * 1000 * 60 * 60 * 24) );
	SetCookie("screen.width",screen.width,expires_date,'/');
	SetCookie("screen.height",screen.height,expires_date,'/');
}).call(this);
