var vSessionid='opco1wv2zs2dgjzzihum2brm'; var vSource=''; var vKeywords=''; var exdate = new Date(); exdate.setDate(exdate.getDate() + 1); document.cookie = "vkeywords" + "=" + escape(vKeywords) + ";expires=" + exdate.toGMTString() + ";path=/"; var useVelaroCookies = true; var tpGHeadID = document.getElementsByTagName('head')[0]; var tpGNewScript = document.createElement('script'); tpGNewScript.type = 'text/javascript'; tpGNewScript.src = 'http://service.velaro.com//lf/monitor2.js'; tpGHeadID.appendChild(tpGNewScript); // invites function LFInvite(triggerID, clientSideEvents, inviteID, displaySeconds, floatFrom, floatTo, startX, startY, floatSpeed, endX, endY, width, height, displayInterval, isAgentRequest) { this.triggerID = triggerID; this.clientSideEvents = clientSideEvents; this.inviteID = inviteID; this.displaySeconds = displaySeconds; this.floatFrom = floatFrom; this.floatTo = floatTo; this.startX = startX; this.startY = startY; this.floatSpeed = floatSpeed; this.endX = endX; this.endY = endY; this.width = width; this.height = height; this.displayInterval = displayInterval; this.calculatedStartX = 0; this.calculatedStartY = 0; this.isAgentRequest = isAgentRequest; this.displayedAt = null; // new Date(); } // content function LFContent(triggerID, clientSideEvents, isJavascript, contentID, elementID, styles, content) { this.triggerID = triggerID; this.clientSideEvents = clientSideEvents; this.isJavascript = isJavascript; this.contentID = contentID; this.elementID = elementID; this.styles = styles; this.content = content.replace(/#velaro:r#/g, '\r').replace(/#velaro:n#/g, '\n').replace(/#velaro:a#/g, '\'').replace(/#velaro:q#/g, '\"'); } // alert function LFAlert(triggerID, clientSideEvents, alertID) { this.triggerID = triggerID; this.clientSideEvents = clientSideEvents; this.alertID = alertID; } // style management function LFStyle(styleID, styleValue, styleIsProperty) { this.styleID = styleID; this.styleValue = styleValue; this.styleIsProperty = styleIsProperty; } function LFStyles() { this.styleCount = 0; this.styleList = []; this.Add = AddStyle; } function AddStyle(styleID, styleValue, styleIsProperty, styleCount) { var newStyle = new LFStyle(styleID, styleValue, styleIsProperty); this.styleList[styleCount] = newStyle; }var msgCobrowseRequest='An agent on this site has requested to initiate a co-browse session, accept?'; var urlCobrowse='http://service.velaro.com//visitor/getcobrowsepage.aspx'; var CobrowseUrlBase='http://cobrowse.velaro.com//5076_0_opco1wv2zs2dgjzzihum2brm-cb-/0/'; var urlPrimaryCheck='http://service.velaro.com//lf/mt.aspx?siteid=5076&sid=opco1wv2zs2dgjzzihum2brm'; var urlTriggerCheck='http://service.velaro.com//lf/tn.aspx?siteid=5076&sid=opco1wv2zs2dgjzzihum2brm'; var urlInvite='http://service.velaro.com//lf/in.aspx?siteid=5076&sid=opco1wv2zs2dgjzzihum2brm'; var urlRedirect='http://service.velaro.com//lf/rd.aspx?siteid=5076&sid=opco1wv2zs2dgjzzihum2brm'; var proactiveHeight=100; var proactiveWidth=400; var updateInterval=10000; var invites = []; var contents = []; var alerts = [];