
// Validate any forms
jQuery(document).ready(function($){
    $("form.validate").validate();
});
