$(document).ready(function() {
	$("input:text").hint();
});

