

function widgetLogin() {
  alert('hi');
  //var username = prompt('Please enter your username. If you do not yet have an account, leave it blank and you will be redirected to the new account signup form.');
//  if(username.length == 0) {
    
//  }
//  else {
//    var password = prompt('Please enter your account password');
//	if(password.length > 0) {
//	  ajaxSubmit('POST', 'http://www.tcgchat.com/oddsandends.php', null, 'login=Yes&u=' + username + '&p=' + password');
//	}
//  }
}