// This appears in Core Web Programming from
// Prentice Hall Publishers, and may be freely used
// or adapted. 1997 Marty Hall, hall@apl.jhu.edu.

public class SearchExcite extends SearchService {
  public void init() {
    baseURL = "http://www.excite.com/search.gw?search=";
    serviceName = "Excite";
    setup();
  }
}
