$(document).ready(function() {

	$('#compare-prices').autocomplete({ 
                            serviceUrl:'http://www.superstoresearch.com/service/autocomplete.ashx',
                            width : 204,
                            maxHeight : 400,
                            minChars:2,
                            deferRequestBy: 0 
                            });	
							


							
							
							
});
