function setAlreadyView()
{
	if (leggiCookie('LC-ProdView') == false)
	{
		creaCookie('LC-ProdView','OK', 1440);
	}
}

