$(document).ready(function() {
	if ($("#subs").length > 0) 	   $('#subs').validate();
	if ($("#feedback").length > 0) $('#feedback').validate();
});