        var dchat = '<div id="dchat" style="display: none; background: url(\'http://www.carchat24.com/images/online.gif\') no-repeat scroll left top transparent; color: rgb(27, 55, 67); font-family: Arial; font-size: 13px; height: 80px; line-height: 20px; padding: 10px ! important; position: fixed; width: 125px; z-index: 5; bottom: 25px; right: 25px;" ><a class="x" style="background: url(\'http://www.carchat24.com/images/ex.png\') no-repeat scroll left top transparent; float: right; height: 21px; position: absolute; right: 15px; top: 4px; width: 18px; z-index: 6;" id="dchatex" href="javascript://"><span style="display: none;">x</span></a><span style="cursor: pointer; display: block; height: 76px; opacity: 0.15; width: 110px;" class="w" onclick="open_chat_window();"></span><span style="cursor: pointer; display: block; margin: 10px 4px; position: relative; top: -76px; color: white; font-weight: bold;" onclick="open_chat_window();">Sales Question? Click Here.<!--<a href="http://www.carchat24.com/">Check out CarChat24.com an Excellent Dealer Chat Provider</a>--></span><div style="display: none;"><a href="http://www.carchat24.com/">Check out CarChat24.com an Excellent Dealer Chat Provider</a></div></div>';
        
        jQuery('body').append(dchat);
        
        jQuery("#dchatex").click(function () {
            jQuery("#dchat").hide();
        });

