/* -- jQuery when DOM is ready -- */
$(document).ready(function () {

    //Form watermark (use <small> tag)
    $(".contourField").contourhint();

});

