

function check(){
	if (document.abuse.comment.value.length == 0){
		alert("Please include your report.");
		return false;
	}
}