// JavaScript Document
$(document).ready(function() {
	$("#contactUs").validationEngine({
		promptPosition: "bottomRight" // OPENNING BOX POSITION, IMPLEMENTED: topLeft, topRight, bottomLeft,  centerRight, bottomRight
	});
});


