w('<center>Visitatore:</center>\n<br>\n<center>\n<form name="vc" action="/chat/chat/chat.php" method="post">\n<table class=moduloweb cellspacing=0 border=1>\n<tr><td>Nickname:</td><td><table width="100%" cellspacing=0><tr><td><input type=text name="nickname" size="16" maxlength="16" value=""></td><td class=right>&nbsp;<input type=submit value="Chatta"></td></tr></table></td></tr>\n</table>\n</form>\n</center>\n');

function w(s)
{
   document.write(s);
}

function vc(nickname)
{
   f = document.forms['vc'];

   f.nickname.value = nickname;
}
