
//$.ajax({
//	type: "POST",
//	data: "id=1",
//	url: "/hardware2006/moduli/AdvCarrello.asp",
//	success: function(response){
//		$("#menucarrello").html(response);
//	}	
//});

//pRef non è utilizzato
function logStat (pIdArt, pAlternativeAgent){
	//alert (pIdArt+"-"+pAgent+"-"+pIp+"-"+pRef)
	$.ajax({
		type: "POST",		
		//data: ({ "idArt": pIdArt, agent: pAgent, ip: pIp, ref: pRef}),
		data: ({ idArt: pIdArt, alternativeAgent: pAlternativeAgent}),
		cache: false,
		url: "/hardware2006/logArticoli.asp",
		
		success: function(response){
			//alert (response)
		}	
	});

}
