$(document).ready(function(){


  $('a#signin-button').click(function() {
	$('#new-form-box').toggle(400);
	return false;
  });

});
