function insertform(){
return ("<div id=\"regform\" style=\"display:none;\"><form action='http://www.theOffice.it/conference/misc/SOTN2008'name='registerme' method='POST' onsubmit='return (validate(this));'><table width=\"100%\"><tr><td>Nome/First name:</td><td><input type='text' name='name' value='' class='required'></td><td><big><b>*</b></big></td></tr><tr><td>Cognome/Family name:</td><td><input type='text' name='surname' value='' class='required'></td><td><big><b>*</b></big></td></tr><tr><td>Email:</td><td><input type='text' name='email' value='' class='required'></td><td><big><b>*</b></big></td></tr><tr><td colspan='2'><big><b>Info</b></big></td><td></td></tr><tr><td>Web:</td><td><input type='text' name='web' value=''></td><td></td></tr><tr><td>Blog:</td><td><input type='text' name='blog' value=''></td><td></td></tr><tr><td>Twitter:</td><td><input type='text' name='twitter' value=''></td><td></td></tr><tr><td>Facebook:</td><td><input type='checkbox' name='facebook' value='true'></td><td></td></tr><tr><td colspan='2'><big><b>Ci sar&ograve;</b></big></td><td></td></tr><tr><td colspan='2' nowrap=\"nowrap\">Venerd&igrave; 8 febbraio  2008/ Friday 8 February 2008 <input type='checkbox' name='friday' value='true'></td><td><big><b></b></big></td></tr><tr><td colspan='2' align='right' nowrap=\"nowrap\">Anche a pranzo/Lunch too: si/yes <input type='radio' name='fridayLunch' value='true' class='required'> - no/no <input type='radio' name='fridayLunch' value='no'  class='required'></td><td><big><b>*</b></big></td></tr><tr><td colspan='2' nowrap=\"nowrap\">Sabato 9 febbraio  2008/ Saturday 9 February 2008 <input type='checkbox' name='saturday' value='true'></td><td><big><b></b></big></td></tr><tr><td colspan='2' align='right' nowrap=\"nowrap\">Anche a pranzo/Lunch too: si/yes <input type='radio' name='saturdayLunch' value='true' class='required'> - no/no <input type='radio' name='saturdayLunch' value='no' class='required'></td><td><big><b>*</b></big></td></tr><tr><tr><td colspan='2' nowrap=\"nowrap\">Accetto la/ I accept the <a href='#' onClick=\"tWind=window.open('http://www.theoffice.it/itcongressi/story$num=606&data=congressi','new','height=480,width=640,resizable=yes,scrollbars=yes,status=yes,menubar=yes,toolbar=yes'); tWind.focus(); return false;\">privacy policy</a> <input type='checkbox' name='privacyacceptance' value='true' class='required'></td><td><big><b>*</b></big></td></tr></table><input type='submit' name='invia' value='Iscrivi / Subscribe'></form></div>");
}
