var urlc = "http://" + location.host + location.pathname;
urlc = escape(urlc);

document.writeln('<form name="av_newsletter" action="http://www.altervista.org/servizi/m_list/m_list.php" method="get">');
document.writeln('<table border=0><tr>');
document.writeln('	<td align=right>');
document.writeln('		<input type="text" name="email">');
document.writeln('	</td><td align=left>');
document.writeln('		<input type="submit" value="OK">');
document.writeln('	</td></tr><tr>');
document.writeln('	<td colspan=2 align=center>');
document.writeln('		<input type="radio" name="azione" value="iscrivi" checked>&nbsp;Iscrivi');
document.writeln('		<input type="radio" name="azione" value="rimuovi">&nbsp;Rimuovi');
document.writeln('		<input type="hidden" name="ID" value="' + urlc + '">');
document.writeln('	</td></tr><tr>');
document.writeln('	<td align="center" colspan=2><a href="http://www.altervista.org" style="text-decoration: none; font-family: comic sans ms; font-size: 8pt">Powered by AlterVista Mailing List</a></td>');
document.writeln('</tr></table></form>');
