var lpCustomerType="new";
var cLP = $.cookie("cluster");
if ( typeof (cLP)=='undefined' || cLP=='undefined' || cLP==null || cLP=='null' ){lpCustomerType= 'new';}
else if ( cLP.search('anonimo')==-1 && cLP.search('non_cliente')==-1 ) {lpCustomerType= 'existing';}
var lpButtonSuffix = "informazione";
var lpUnit;
if (typeof(lpCustomerType)=='undefined' || lpCustomerType == "") lpCustomerType='new';
if (typeof(lpUnit)=='undefined') lpUnit = lpCustomerType+'-sales';

