
	function launchLiveChat() {
		var liveChat = window.open('http://support.gowealthy.com/absolutels/UserPreChat.aspx?ref=gowealthy', 'liveChat', 'width=520,height=320,toolbars=no,menubar=no,resizable=yes')
		liveChat.focus();
	}
