document.writeln('<form name="ricerca" method="get" action="http://www.altervista.org/servizi/motore/cerca_js.php?ps=10" target="_blank">');
document.writeln('<table>');
document.writeln('<tr>');
document.writeln('	<td align=center>');
document.writeln('		<font face="comic sans ms" size=2>Cerca in questo sito</font>');
document.writeln('	</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td align="left">');
document.writeln('<input name="q" type="text" size="18">');
document.writeln('		<select name="wm">');
document.writeln('			<option value="wrd">Interamente');
document.writeln('			<option value="sub" selected>In parte');
document.writeln('			<option value="beg">Solo inizio');
document.writeln('			<option value="end">Solo fine');
document.writeln('		</select>');
document.writeln('	</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('	<td align="left">');
document.writeln('		<font face="comic sans ms" size=3><input type="radio" name="m" value="any">OR&nbsp;<input type="radio" name="m" value="all" checked>AND&nbsp;&nbsp;</font>');
document.writeln('		<input type="submit" value="Avvia ricerca">');
document.writeln('	</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('	<td align=center>');
document.writeln('		<font face="comic sans ms" size=2>Powered by <a href="http://www.altervista.org" style="text-decoration: none;" target="_blank">AlterVista</a></font>');
document.writeln('	</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</form>');
