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