/**
 * Used for Liveperson Chat functionality
 */

function popLivePerson()
{
	pageTracker._trackPageview('livechat');
	var lpButtonCTTUrl = 'http://server.iad.liveperson.net/hc/28920616/?cmd=file&file=visitorWantsToChat&site=28920616&imageUrl=https://www.thereadystore.com/liveperson&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,'chat28920616','width=475,height=400,resizable=yes');
	window.open(lpButtonCTTUrl,'chatwin','width=475,height=400,resizable=yes');
	return false;
}

