function showIrc() {
    $("#irc-web-chat").toggle("slow");
}

