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