$(document).ready(function() {
    // $("#formID").validationEngine();
	$("a.fancybox").fancybox({
		'titleShow'		: false
	});
});
