function callscreen(){
	var days = 1;
	var date = new Date();
	date.setTime(date.getTime()+(days*24*60*60*1000));
	var the_cookie_date = date.toGMTString();
	var the_cookie = "cinedoo_usr_res="+ screen.width +"x"+ screen.height;
	var the_cookie = the_cookie + ";expires=" + the_cookie_date+"; path=/";
	document.cookie=the_cookie

	if(togohere != '')
		window.location.href = togohere;
}
