jQuery.noConflict();

function showLogin() {
  $('register-link').style.display = "none";
  $('login-link').style.display = "none";
  $('login-form').style.display = "";
}

function init() {
  jQuery("#header").corner("7px bl br");
}
