/* 
 * client-side form validation
 * calling the jQuery plug-in validate
 */

$(function () {
    $('#contact').validate();
});