﻿$().ready(function() {
// add hints
$('input:text').hint();

});