
function clearText(el) {
	$(el).val("");
}
