function checkForm()
{
	var _form = document.getElementById('contactform');
	if(_form)
	{
		_form.reset();
	}
}
