$(function(){
	$("input[title!='']").hint();
	$("a.blank").attr("target", "_blank");
});
