// This file depends heavily on jquery and jquery validation. So be nice and include them on the page.
$(function () {
$('form').validate();
});