if (typeof(lpUASunit)=="undefined")
	var lpUASunit = "sales";

var lpUASimagesPath = "http://site.tri-sports.com/liveperson/chat_deployment_local-trisports/images";


//Optional Variables
if (typeof(lpUASlanguage)=="undefined")
	var lpUASlanguage = "english"; // Define the language, default value is english
/*
if (typeof(lpUASimagesFolder)=="undefined")
	var lpUASimagesFolder = "lpUASimagesPath>"; // Define images folder, default value is lpUASunit-lpUASlanguage
var lpUASbuttonType = "left_nav"; // Define button type, ex: top_right or left_nav
*/

// Define the invitation position from the left and top of the browser window
if (typeof(lpUASinvitePositionX)=="undefined")
	var lpUASinvitePositionX = 50;
if (typeof(lpUASinvitePositionY)=="undefined")
	var lpUASinvitePositionY = 50;

// Define the button and invitation ALT properties
var lpUASbuttonTitle = "Live Chat";
var lpCustomInvitationTitle="Invitation popup window for live chat with a representative";
var lpCustomInvitationCloseTitle="Close chat invitation";

var lpUAScontext = document.title;

document.write("<script type='text/javascript' src='http://site.tri-sports.com/liveperson/chat_deployment_global/lp/configuration_baseline.js'></script>");