if(document.cookie){
	$.ajax({
		url: "/serv/acesso.php",
		type: "POST",
		data: "opt=1&w="+ screen.width +"&h="+ screen.height
	});
}