jQuery(document).ready(function($) {

/* Hint ====================== */
	// render placeholder hints on input elements with hint class
	$('input[title!=""]').hint();
/* End Hint ====================== */

})
