		$(document).ready(function() {
			// SUCCESS AJAX CALL, replace "success: false," by:     success : function() { callSuccessFunction() }, 
			$("#register").validationEngine({
				ajaxSubmit: false,
				promptPosition: "LeftCenter",
				validationEventTriggers:"blur",
					ajaxSubmitFile: "registration1029.php",
					ajaxSubmitMessage: "<br><br><h1>Thank you!</h1> Thank you, for Demanding the upcoming movie Beyond the Farthest Star!",
					success : false
					//function() { 
										//$("#register").hide('slow').after('<br><br><h1>Thank you!</h1> Thank you, for registering for updates on the upcoming movie Beyond the Farthest Star!<br> Share us via Facebook, Make sure your area gets the movie! <a target="_blank" href="http://www.facebook.com/sharer.php?u=http://beyondthefartheststar.com&t=Let\'s BRING Beyond the Farthest Star, a uniquely-inspired, faith-based family drama, to your area!">Click here</a><br><br><br><br><br><br><br>');}
									 ,
				failure : function() {}
			})

		});

