$(function() {
	$("a.start_over").click(function() {
		$("input:text").val('').focus().blur();
	});
});