window.addEvent('domready',function(){
	$('inputhint-demo').inputHint();
});

