/* 
1. Convert LiveZilla Floating Button script to Javascript Document.Write statements

    a. Go to the following link:

		  http://accessify.com/tools-and-wizards/developer-tools/html-javascript-convertor/,  

    b. Paste the LiveZilla Floating Button script you generated through the LiveZilla Link/Script generator tool
	     into the "Enter the HTML here" box on the convertor page
	  c. Select the Output Option "Output as series of document.write statements"
		d. Click the Convert to Javascript Syntax Button
		e. Select and copy the javascript code from the "Generated JavaScript version" box.
		
2. Replace the code in the "writeChatButton" function below:

    a. Replace the code in the writeChatButton() function below with the javascript code you copied from
		   the conversion page.
*/

function writeChatButton() {
/* PASTE CODE BETWEEN THIS LINE... */
	document.write("<!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><div style=\"display:none;\"><a href=\"javascript:void(window.open('https:\/\/www.shanedietresorts.com\/onlinechat\/chat.php?intgroup=U0RSLU5ZLVNhbGVz&amp;hg=Pw__&amp;cf0=U0RSLU5Z','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))\"><img id=\"chat_button_image\" src=\"https:\/\/www.shanedietresorts.com\/onlinechat\/image.php?id=06&amp;type=overlay&amp;hg=Pw__&amp;intgroup=U0RSLU5ZLVNhbGVz\" width=\"50\" height=\"155\" border=\"0\" alt=\"LiveZilla Live Help\" \/><\/a><\/div><!-- http:\/\/www.LiveZilla.net Chat Button Link Code --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --><div id=\"livezilla_tracking\" style=\"display:none\"><\/div><script type=\"text\/javascript\">");
	document.write("\/* <![CDATA[ *\/");
	document.write("var script = document.createElement(\"script\");script.type=\"text\/javascript\";var src = \"https:\/\/www.shanedietresorts.com\/onlinechat\/server.php?request=track&output=jcrpt&cf0=U0RSLU5Z&fbpos=10&fbml=0&fbmt=0&fbmr=0&fbmb=0&fbw=50&fbh=155&nse=\"+Math.random();setTimeout(\"script.src=src;document.getElementById('livezilla_tracking').appendChild(script)\",1);");
	document.write("\/* ]]> *\/");
	document.write("<\/script><noscript><img src=\"https:\/\/www.shanedietresorts.com\/onlinechat\/server.php?request=track&amp;output=nojcrpt&amp;cf0=U0RSLU5Z&amp;fbpos=10&amp;fbml=0&amp;fbmt=0&amp;fbmr=0&amp;fbmb=0&amp;fbw=50&amp;fbh=155\" width=\"0\" height=\"0\" style=\"visibility:hidden;\" alt=\"\" \/><\/noscript><!-- http:\/\/www.LiveZilla.net Tracking Code -->");
/* ... AND THIS LINE */
}
