$(document).ready(function() {
	$("#subForm input:text").val("");
});

