function showLogin()
{
  jQuery("#loginDiv").fadeIn();
}

function hideLogin()
{
  jQuery("#loginDiv").fadeOut();
}
