
$(document).ready(function() {

	$("a#toggle").click(function() {
		$("form#fNewOutline").toggle();
	});

});
