

if (this.GetElqContentPersonalizationValue){

/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "First Name";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_ElqFirstName');
    __ALC_PRECHAT_INFO.push(info);

	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Last Name";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_ElqLastName');
    __ALC_PRECHAT_INFO.push(info);
	
	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Company";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_ElqCompanyName');
    __ALC_PRECHAT_INFO.push(info);

	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Email";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_ElqEmailAddress');
    __ALC_PRECHAT_INFO.push(info);

	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Phone";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_ElqPhoneNumber');
    __ALC_PRECHAT_INFO.push(info);
	
	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = " ";
    __ALC_PRECHAT_INFO.push(info);
	
	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Salesperson";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_Salesperson1p');
    __ALC_PRECHAT_INFO.push(info);
	
	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "Account Type";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = GetElqContentPersonalizationValue('V_Account_Type1p');
    __ALC_PRECHAT_INFO.push(info);
	
	/* Repeat for every single piece of information */
    var info = new Object();
    /* Replace with a custom label as you'd like it to appear in the Operator Console */
    info.label = "";
    /* Replace with a hard-coded value or code that will generate a dynamic value */
    info.value = " ";
    __ALC_PRECHAT_INFO.push(info);
    
}
