jQuery(document).ready(function(){
	jQuery('#txtSearch').autofill({
		value: 'Search NTAREI...',
		defaultTextColor: '#555',
		activeTextColor: '#000'
	});
});
