﻿// Init for text area hints.
$(function () {
    // find all the input elements with title attributes
    $('input[title!=""]').hint();
});

