/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.7.4 Patch Level 1
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2008 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

function btnLogin_onclick() {
    window.location.href = 'http://webchat.weashumanrocks.com/chat/weblogin.aspx?'+
        'nickname='+document.getElementById('txtNick').value+
        '&password='+document.getElementById('txtPass').value+
        '&email='+document.getElementById('txtEmail').value+
        '&channel='+document.getElementById('txtChannel').value+
        '&register='+document.getElementById('chkRegister').checked
}
