$(document).ready(function(){

$("#contactform").validationEngine({
	"promptPosition" : "bottomRight",
	"scroll" : false
	});

});//
