document.write( '
' + '
' + '
' + '
' ); var swiftrandom = Math.floor(Math.random()*1001); var swiftuniqueid = "6ir00qopj7"; //=============================== // Kayako LiveResponse // Copyright (c) 2001-2024 // http://www.kayako.com // License: http://www.kayako.com/license.txt //=============================== var sessionid_57agn5qg = "aevhw4mv1sqsk4olnl39w4q6y4nl24rq"; var geoip_57agn5qg = new Array(); var hasnotes_57agn5qg = "0"; var isnewsession_57agn5qg = "1"; var repeatvisit_57agn5qg = "1"; var lastvisittimeline_57agn5qg = "0"; var lastchattimeline_57agn5qg = "0"; var isfirsttime_57agn5qg = 1; var timer_57agn5qg = 0; var imagefetch_57agn5qg = 19; var updateurl_57agn5qg = ""; var screenHeight = window.screen.availHeight; var screenWidth = window.screen.availWidth; var colorDepth = window.screen.colorDepth; var timeNow = new Date(); var referrer = escape(document.referrer); var windows, mac, linux; var ie, op, moz, misc, browsercode, browsername, browserversion, operatingsys; var dom, ienew, ie4, ie5, ie6, ie7, ie8, moz_rv, moz_rv_sub, ie5mac, ie5xwin, opnu, op4, op5, op6, op7, op8, op9, op10, saf, konq, chrome, ch1, ch2, ch3; var appName, appVersion, userAgent; var appname = navigator.appName; var appVersion = navigator.appVersion; var userAgent = navigator.userAgent; var dombrowser = "default"; var isChatRunning_57agn5qg = 0; var title = document.title; var proactiveImageUse_57agn5qg = new Image(); windows = (appVersion.indexOf('Win') != -1); mac = (appVersion.indexOf('Mac') != -1); linux = (appVersion.indexOf('Linux') != -1); if (!document.layers) { dom = (document.getElementById ) ? document.getElementById : false; } else { dom = false; } var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6+ in 'standards compliant mode' myWidth = document.documentElement.clientWidth; myHeight = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { //IE 4 compatible myWidth = document.body.clientWidth; myHeight = document.body.clientHeight; } winH = myHeight; winW = myWidth; misc=(appVersion.substring(0,1) < 4); op=(userAgent.indexOf('Opera') != -1); moz=(userAgent.indexOf('Gecko') != -1); chrome=(userAgent.indexOf('Chrome') != -1); if (document.all) { ie=(document.all && !op); } saf=(userAgent.indexOf('Safari') != -1); konq=(userAgent.indexOf('Konqueror') != -1); if (op) { op_pos = userAgent.indexOf('Opera'); opnu = userAgent.substr((op_pos+6),4); op5 = (opnu.substring(0,1) == 5); op6 = (opnu.substring(0,1) == 6); op7 = (opnu.substring(0,1) == 7); op8 = (opnu.substring(0,1) == 8); op9 = (opnu.substring(0,1) == 9); op10 = (opnu.substring(0,2) == 10); } else if (chrome) { chrome_pos = userAgent.indexOf('Chrome'); chnu = userAgent.substr((chrome_pos+7),4); ch1 = (chnu.substring(0,1) == 1); ch2 = (chnu.substring(0,1) == 2); ch3 = (chnu.substring(0,1) == 3); } else if (moz){ rv_pos = userAgent.indexOf('rv'); moz_rv = userAgent.substr((rv_pos+3),3); moz_rv_sub = userAgent.substr((rv_pos+7),1); if (moz_rv_sub == ' ' || isNaN(moz_rv_sub)) { moz_rv_sub=''; } moz_rv = moz_rv + moz_rv_sub; } else if (ie){ ie_pos = userAgent.indexOf('MSIE'); ienu = userAgent.substr((ie_pos+5),3); ie4 = (!dom); ie5 = (ienu.substring(0,1) == 5); ie6 = (ienu.substring(0,1) == 6); ie7 = (ienu.substring(0,1) == 7); ie8 = (ienu.substring(0,1) == 8); } if (konq) { browsercode = "KO"; browserversion = appVersion; browsername = "Konqueror"; } else if (chrome) { browsercode = "CH"; if (ch1) { browserversion = "1"; } else if (ch2) { browserversion = "2"; } else if (ch3) { browserversion = "3"; } browsername = "Google Chrome"; } else if (saf) { browsercode = "SF"; browserversion = appVersion; browsername = "Safari"; } else if (op) { browsercode = "OP"; if (op5) { browserversion = "5"; } else if (op6) { browserversion = "6"; } else if (op7) { browserversion = "7"; } else if (op8) { browserversion = "8"; } else if (op9) { browserversion = "9"; } else if (op10) { browserversion = "10"; } else { browserversion = appVersion; } browsername = "Opera"; } else if (moz) { browsercode = "MO"; browserversion = appVersion; browsername = "Firefox"; } else if (ie) { browsercode = "IE"; if (ie4) { browserversion = "4"; } else if (ie5) { browserversion = "5"; } else if (ie6) { browserversion = "6"; } else if (ie7) { browserversion = "7"; } else if (ie8) { browserversion = "8"; } else { browserversion = appVersion; } browsername = "Internet Explorer"; } if (windows) { operatingsys = "Windows"; } else if (linux) { operatingsys = "Linux"; } else if (mac) { operatingsys = "Mac"; } else { operatingsys = "Unkown"; } if (document.getElementById) { dombrowser = "default"; } else if (document.layers) { dombrowser = "NS4"; } else if (document.all) { dombrowser = "IE4"; } var proactiveX = 20; var proactiveXStep = 1; var proactiveDelayTime = 100; var proactiveY = 0; var proactiveOffsetHeight=0; var proactiveYStep = 0; var proactiveAnimate = false; function browserObject_57agn5qg(objid) { if (dombrowser == "default") { return document.getElementById(objid); } else if (dombrowser == "NS4") { return document.layers[objid]; } else if (dombrowser == "IE4") { return document.all[objid]; } } function doRand_57agn5qg() { var num; now=new Date(); num=(now.getSeconds()); num=num+1; return num; } function getCookie_57agn5qg(name) { var crumb = document.cookie; var index = crumb.indexOf(name + "="); if (index == -1) return null; index = crumb.indexOf("=", index) + 1; var endstr = crumb.indexOf(";", index); if (endstr == -1) endstr = crumb.length; return unescape(crumb.substring(index, endstr)); } function deleteCookie_57agn5qg(name) { var expiry = new Date(); document.cookie = name + "=" + "; expires=Thu, 01-Jan-70 00:00:01 GMT" + "; path=/"; } function elapsedTime_57agn5qg() { if (typeof _elapsedTimeStatusIndicator == 'undefined') { _elapsedTimeStatusIndicator = '57agn5qg'; } else if (typeof _elapsedTimeStatusIndicator == 'string' && _elapsedTimeStatusIndicator != '57agn5qg') { return; } if (timer_57agn5qg < 3600) { timer_57agn5qg++; imagefetch_57agn5qg++; if (imagefetch_57agn5qg > 19) { imagefetch_57agn5qg = 0; doStatusLoop_57agn5qg(); } setTimeout("elapsedTime_57agn5qg();", 1000); } } function doStatusLoop_57agn5qg() { date1 = new Date(); var _newPageTitleReg=/[^0-9,a-z,A-Z]/gi; var _finalPageTitle=title.replace(_newPageTitleReg, " "); updateurl_57agn5qg = "http://www.vitohelp.com/visitor/index.php?/LiveChat/VisitorUpdate/UpdateFootprint/_time="+date1.getTime()+"/_randomNumber="+doRand_57agn5qg()+"/_url="+encodeURIComponent(window.location)+"/_isFirstTime="+encodeURIComponent(isfirsttime_57agn5qg)+"/_sessionID="+encodeURIComponent(sessionid_57agn5qg)+"/_referrer="+encodeURIComponent(document.referrer)+"/_resolution="+encodeURIComponent(screenWidth+"x"+screenHeight)+"/_colorDepth="+encodeURIComponent(colorDepth)+"/_platform="+encodeURIComponent(navigator.platform)+"/_appVersion="+encodeURIComponent(navigator.appVersion)+"/_appName="+encodeURIComponent(navigator.appName)+"/_browserCode="+encodeURIComponent(browsercode)+"/_browserVersion="+encodeURIComponent(browserversion)+"/_browserName="+encodeURIComponent(browsername)+"/_operatingSys="+encodeURIComponent(operatingsys)+"/_pageTitle="+encodeURIComponent(_finalPageTitle)+"/_hasNotes="+encodeURIComponent(hasnotes_57agn5qg)+"/_repeatVisit="+encodeURIComponent(repeatvisit_57agn5qg)+"/_lastVisitTimeline="+encodeURIComponent(lastvisittimeline_57agn5qg)+"/_lastChatTimeline="+encodeURIComponent(lastchattimeline_57agn5qg)+"/_isNewSession="+encodeURIComponent(isnewsession_57agn5qg); proactiveImageUse_57agn5qg = new Image(); proactiveImageUse_57agn5qg.onload = imageLoaded_57agn5qg; proactiveImageUse_57agn5qg.src = updateurl_57agn5qg; isfirsttime_57agn5qg = 0; } function startChat_57agn5qg(proactive) { isChatRunning_57agn5qg = 1; docWidth = (winW-599)/2; docHeight = (winH-679)/2; _chatWindowURL = 'http://www.vitohelp.com/visitor/index.php?/LiveChat/Chat/Request/_sessionID=' + sessionid_57agn5qg + '/_proactive=' + proactive + '/_filterDepartmentID=/_randomNumber=' + doRand_57agn5qg() + '/_fullName=/_email=/_promptType=chat'; chatwindow = window.open(_chatWindowURL,"customerchat"+doRand_57agn5qg(), "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=1,width=599,height=679,left="+docWidth+",top="+docHeight); hideProactiveChatData_57agn5qg(); } function imageLoaded_57agn5qg() { if (!proactiveImageUse_57agn5qg) { return; } proactiveAction = proactiveImageUse_57agn5qg.width; if (proactiveAction == 3) { doProactiveInline_57agn5qg(); } else if (proactiveAction == 4) { displayProactiveChatData_57agn5qg(); } } function writeInlineRequestData_57agn5qg() { docWidth = (winW-600)/2; docHeight = (winH-680)/2; var divData = ''; divData += "
"; var inlineChatElement = document.createElement("div"); inlineChatElement.style.position = 'absolute'; inlineChatElement.style.display = 'none'; inlineChatElement.style.float = 'left'; inlineChatElement.style.top = docHeight+'px'; inlineChatElement.style.left = docWidth+'px'; inlineChatElement.style.zIndex = 500; if (inlineChatElement.style.overflow) { inlineChatElement.style.overflow = 'none'; } inlineChatElement.id = 'inlinechatdiv'; inlineChatElement.innerHTML = divData; var proactiveChatContainer = document.getElementById('proactivechatcontainer' + swiftuniqueid); proactiveChatContainer.appendChild(inlineChatElement); } function writeProactiveRequestData_57agn5qg() { docWidth = (winW-450)/2; docHeight = (winH-400)/2; var divData = ''; divData += "

Can I help you?
Our agents are ready to assist you. Click "Chat Now" to be connected to one instantly.
Chat Now
"; var proactiveElement = document.createElement("div"); proactiveElement.style.position = 'absolute'; proactiveElement.style.display = 'none'; proactiveElement.style.float = 'left'; proactiveElement.style.top = docHeight+'px'; proactiveElement.style.left = docWidth+'px'; proactiveElement.style.zIndex = 500; if (proactiveElement.style.overflow) { proactiveElement.style.overflow = 'none'; } proactiveElement.id = 'proactivechatdiv'; proactiveElement.innerHTML = divData; var proactiveChatContainer = document.getElementById('proactivechatcontainer' + swiftuniqueid); proactiveChatContainer.appendChild(proactiveElement); } function displayProactiveChatData_57agn5qg() { if (proactiveAnimate == true) { return false; } writeObj = browserObject_57agn5qg("proactivechatdiv"); if (writeObj) { docWidth = (winW-450)/2; docHeight = (winH-400)/2; proactiveY = docHeight; writeObj.top = docWidth; writeObj.left = docHeight; proactiveAnimate = true; } showDisplay_57agn5qg("proactivechatdiv"); animateProactiveDiv_57agn5qg(); } function displayInlineChatData_57agn5qg() { writeObj = browserObject_57agn5qg("inlinechatdiv"); if (writeObj) { docWidth = (winW-600)/2; docHeight = (winH-680)/2; proactiveY = docHeight; writeObj.top = docHeight; writeObj.left = docWidth; acceptProactive = new Image(); acceptProactive.src = "http://www.vitohelp.com/visitor/index.php?/LiveChat/VisitorUpdate/AcceptProactive/_randomNumber="+doRand_57agn5qg()+"/_sessionID="+sessionid_57agn5qg; inlineChatFrameObj = browserObject_57agn5qg("inlinechatframe"); _iframeURL = 'http://www.vitohelp.com/visitor/index.php?/LiveChat/Chat/StartInline/_sessionID=aevhw4mv1sqsk4olnl39w4q6y4nl24rq/_proactive=1/_filterDepartmentID=/_fullName=/_email=/_inline=1/'; if (inlineChatFrameObj && inlineChatFrameObj.src != _iframeURL && writeObj.style.display == 'none') { inlineChatFrameObj.src = _iframeURL; } } showDisplay_57agn5qg("inlinechatdiv"); } function hideProactiveChatData_57agn5qg() { hideDisplay_57agn5qg("proactivechatdiv"); hideDisplay_57agn5qg("inlinechatdiv"); } function doProactiveInline_57agn5qg() { displayInlineChatData_57agn5qg(); } function doProactiveRequest_57agn5qg() { acceptProactive = new Image(); acceptProactive.src = "http://www.vitohelp.com/visitor/index.php?/LiveChat/VisitorUpdate/AcceptProactive/_randomNumber="+doRand_57agn5qg()+"/_sessionID="+sessionid_57agn5qg; startChat_57agn5qg("4"); } function closeProactiveRequest_57agn5qg() { rejectProactive = new Image(); date1 = new Date(); proactiveAnimate = false; rejectProactive.src = "http://www.vitohelp.com/visitor/index.php?/LiveChat/VisitorUpdate/ResetProactive/_time="+date1.getTime()+"/_randomNumber="+doRand_57agn5qg()+"/_sessionID="+sessionid_57agn5qg; hideProactiveChatData_57agn5qg(); } function closeInlineProactiveRequest_57agn5qg() { rejectProactive = new Image(); date1 = new Date(); rejectProactive.src = "http://www.vitohelp.com/visitor/index.php?/LiveChat/VisitorUpdate/ResetProactive/_time="+date1.getTime()+"/_randomNumber="+doRand_57agn5qg()+"/_sessionID="+sessionid_57agn5qg; var bodyElement = document.getElementsByTagName('body'); document.getElementById('inlinechatframe').contentWindow.CloseProactiveChat(); // window.frames.inlinechatframe.CloseProactiveChat(); if (bodyElement[0]) { var inlineDivElement = browserObject_57agn5qg('inlinechatdiv'); if (inlineDivElement) { var _parentNode = inlineDivElement.parentNode; _parentNode.removeChild(inlineDivElement); } } } function switchDisplay_57agn5qg(objid) { result = browserObject_57agn5qg(objid); if (!result) { return; } if (result.style.display == "none") { result.style.display = "block"; } else { result.style.display = "none"; } } function hideDisplay_57agn5qg(objid) { result = browserObject_57agn5qg(objid); if (!result) { return; } result.style.display = "none"; } function showDisplay_57agn5qg(objid) { result = browserObject_57agn5qg(objid); if (!result) { return; } result.style.display = "block"; } function updateProactivePosition_57agn5qg() { writeObj = browserObject_57agn5qg("proactivechatdiv"); writeObjInline = browserObject_57agn5qg("inlinechatdiv"); docHeight = (winH-412)/2; docHeightInline = (winH-680)/2; finalTopValue = docHeight + document.body.scrollTop; if (finalTopValue < 0) { finalTopValue = 10; } finalTopValueInline = docHeightInline + document.body.scrollTop; if (finalTopValueInline < 0) { finalTopValueInline = 10; } if (writeObj) { writeObj.style.top = finalTopValue + "px"; } if (writeObjInline) { writeObjInline.style.top = finalTopValueInline + "px"; } } function animateProactiveDiv_57agn5qg() { writeObj = browserObject_57agn5qg("proactivechatdiv"); if (!writeObj) { return false; } if(proactiveYStep == 0){proactiveY = proactiveY-proactiveXStep;} else {proactiveY = proactiveY+proactiveXStep;} proactiveOffsetHeight = writeObj.offsetHeight; if(proactiveY < 0){proactiveYStep = 1; proactiveY=0; } if(proactiveY >= (myHeight - proactiveOffsetHeight)){proactiveYStep=0; proactiveY=(myHeight-proactiveOffsetHeight);} finalTopValue = proactiveY+document.body.scrollTop; if (finalTopValue < 0) { finalTopValue = 10; } writeObj.style.top = finalTopValue+"px"; if (proactiveAnimate) { setTimeout('animateProactiveDiv_57agn5qg()', proactiveDelayTime); } } writeProactiveRequestData_57agn5qg(); writeInlineRequestData_57agn5qg(); elapsedTime_57agn5qg(); var oldEvtScroll = window.onscroll; window.onscroll = function() { if (oldEvtScroll) { updateProactivePosition_57agn5qg(); } } var swifttagdiv=document.createElement("div");swifttagdiv.innerHTML = "\"Live";document.getElementById("swifttagdatacontainer6ir00qopj7").appendChild(swifttagdiv);