jQuery(document).ready(function($) {
$('a[href$=#chat]').click(function() {
$_$.livechat.window.toggle(); return false;
});
});
