if (Cookie.get("resolution") == null) {
	Cookie.save("resolution", screen.width + "x" + screen.height);
}
