document.write("" +


			   "				<table cellspacing=0 cellpadding=0 border=0>\n" +
			   "					<tr valign=middle>" +
			   "						<td align=center><input class=searchbox name=queryString id=articleboxId type=text value='' maxlength=32></td>" +
			   "						<td align=right><input disabled class=searchbutton id=searchbuttonId type=submit value='' onmouseover=\"this.className='searchbutton_over';\" onmouseout=\"this.className='searchbutton';\"></td>" +
			   "					</tr>\n" +
			   "				</table>\n" +

			   "		<link rel='stylesheet' href='/css/ac.css'>\n" +
			   "		<script language='JavaScript' type='text/javascript' src='/js/m/ac.js'></script>\n" +
			   "		<script language='JavaScript' type='text/javascript'>\n" +
			   "			document.addEvent('domready', function() {\n" +
			   "				new Autocompleter.Ajax.Xhtml($('articleboxId'), '/CServletAutocompleter?index=reportajes_index', {\n" +
			   "					indicatorClass: 'autocompleter-loading',\n" +
			   "					postData: {'extended': '1'},\n" +
			   "					minLength: 3,\n" +
			   "					markQuery : true,\n" +
			   "					width : 750,\n" +
			   "					maxChoices: 8,\n" +
			   "					delay: 350,\n" +
			   "					overflow : false,\n" +
			   "					autoTrim: true,\n" +
			   "					autoSubmit: true,\n" +
			   "					selectMode: 'selection', // {pick,type-ahead,selection}\n" +
			   "					multiple: false,\n" +
			   "					injectChoice: function(choice) {\n" +
			   "						var text = choice.getFirst();\n" +
			   "						var value = text.innerHTML;\n" +
			   "						choice.inputValue = value;\n" +
			   "						text.set('html', this.markQueryValue(value));\n" +
			   "						this.addChoiceEvents(choice);\n" +
			   "					}\n" +
			   "				});\n" +
			   "			});\n" +
			   "		</script>\n" +

			   "");


