$(document).ready(function()
{
    $("#contactinfoform").validate();
    $("#newsletterform").validate();
    $("#registerform").validate();
});

