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

});
})
