// JavaScript Document

function doReset() {
	form = document.getElementById("news-form");
	form.reset();
}

