8
8
// Try redirecting to a page of search results
9
9
q = q.replace(/.*\//, "");
10
10
q = q.replace(/\.html$/, "");
12
11
location.replace('/cgi-bin/search.py?cx=003883529982892832976%3A5zl6o8w6f0s&cof=FORID%3A9&ie=UTF-8&titles=404&lr=lang_en&q=' + q);