// JavaScript Document

function clearForm(){
	document.getElementById('comments').value = '';	
}