
window.onload = function() {
	//if( !IE6 )
		{
			
			$("input.autocomplete").each( function () {
				
				$(this).autocomplete('smartsearch.php', {
					minChars: 2,
					max: 50,
					width: $(this).width(),
					selectFirst: false
				} );
			});
			ustal_md();
		}
}
