﻿window.addEvent('domready', function(){

	if($('_lpChatBtn')){
	
		$('_lpChatBtn').addEvent('click', function(){
		
			lpButtonCTTUrl = 'https://server.iad.liveperson.net/hc/86172242/?cmd=file&amp;file=visitorWantsToChat&amp;site=86172242&amp;SESSIONVAR!opid=2&amp;imageUrl=https://images.liveperson.com/lp/86172242&amp;referrer=' + escape(document.location);
			
			lpButtonCTTUrl = (typeof(lpAppendVisitorCookies) != 'undefined' ? lpAppendVisitorCookies(lpButtonCTTUrl) : lpButtonCTTUrl);
			
			lpButtonCTTUrl = ((typeof(lpMTag)!='undefined' && typeof(lpMTag.addFirstPartyCookies)!='undefined')?lpMTag.addFirstPartyCookies(lpButtonCTTUrl):lpButtonCTTUrl);
			
			window.open(lpButtonCTTUrl,'chat86172242','width=475,height=400,resizable=yes');
			
			return false;
			
		});
		
	}

});