/************************************* BEGIN libchat widget *************************************/
// Adds the chat slide out
(function() {
var lc = document.createElement('script');
lc.type = 'text/javascript';
lc.src = 'https://v2.libanswers.com/load_chat.php?hash=<Hash_String_Goes_Here>';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
/************************************* END libchat widget *************************************/