
$(document).ready(function () {
	
	//Activate the validation option
	$("#formID").validationEngine({
		promptPosition: "topLeft"
	});	

});