// JavaScript Document

$(document).ready(function(){
	
	$("#registration-form").validate({
		errorPlacement: function(error, element) {}
	});
	 
});

function trackModal(hash) { 
	$.post("trackModal.php", "json");
	hash.w.hide("fast",function(){ hash.o.remove(); });

};