$(document).ready(function() {
	$('a#reset').click(function() {
		$('form')[0].reset();
	});
});
