auto_connect_busy.rhtml 110 Bytes
<script type='text/javascript'>
  jQuery(function($) {
     $('#chat-busy').trigger('click');
  });
</script>