jQuery("a.signup-button").livequery("click", function(event) {
  jQuery("div#content").load(this.href);
  return false;
});
