// JavaScript Document

function clearContents(element) {
	
	if (element.value == 'email') {
		element.value = '';
	}

}
