document.writeln('		<form id="searchform" method="post" action="/search/index.php">');
document.writeln('			<fieldset><legend>Search</legend>');
document.writeln('				<div>');
document.writeln('					<label for="search">Search:</label>');
document.writeln('					<input type="text" id="search" name="search" maxlength="32" />');
document.writeln('					<input type="submit" id="searchsubmit" value="Go" />');
document.writeln('				</div>');
document.writeln('			</fieldset>');
document.writeln('		</form>');
