jQuery(document).ready(function($)
{
  	$("#newsletterForm form").validate();
});
