$(document).ready(function(){
	var img=new Image();
	img.style.border='0';
	img.name='hcIcon';
	img.src=location.protocol  + '//server.iad.liveperson.net/hc/30905001/?cmd=repstate&site=30905001&channel=web&&ver=1&imageUrl=https://www.maxshop.com/images/livechat/&skill=Maxshop'+'&d='+((new Date()).getTime());
	var par=document.getElementById('_lpChatBtn');
	if(par!=null)
	{
		par.appendChild(img);
	}
});

function livechat_onclick()
{
	lpButtonCTTUrl = 'http://server.iad.liveperson.net/hc/30905001/?cmd=file&file=visitorWantsToChat&site=30905001&SESSIONVAR!skill=Maxshop&imageUrl=https://www.maxshop.com/images/livechat/&referrer='+escape(document.location);
	lpButtonCTTUrl = (typeof(lpAppendVisitorCookies) != 'undefined' ? lpAppendVisitorCookies(lpButtonCTTUrl) : lpButtonCTTUrl);
	window.open(lpButtonCTTUrl,'chat30905001','width=475,height=400,resizable=yes');
	return false;
}