<script type="text/javascript">
// copy paste below both airim and convertfox js scripts
// hide the launcher on load so that only airim is visible
// open ConvertFox widget when live chat button is clicked
// hide the airim widget after opening
window.airim('on','liveChatClick',function(){
convertfox.chat('openNewConversation');
window.airim('widgetHide');