function writebottom(Name, email)
{
document.write('<br><br><table width=100% border=0 cellpadding=3 cellspacing=0><tr valign=top>');
document.write('<td style="border-top:#ffffff 1px solid;" width="25%" valign=top>&nbsp;</td>');
document.write('<td style="border:#ffffff 1px solid; background-color:#3366CC; color:#ffffff;" valign=top><font style="font-size:8pt;">developer </font><br><p align=left style="margin-top:0px; margin-bottom:0px;"><a href="http://www.isworld.org/developerinformation/login.html" class="sidebar">log in</a></p></td>');
document.write('<td style="border-bottom:#ffffff 1px solid;" width="25%" valign=top>&nbsp;</td></tr></table>');
document.write('<h3 class="sidebar">Challenge Awards</h3>');
document.write('&raquo; <a class="sidebar" href="http://www.aisworld.org/challengeawards/nominateform.asp">Nominate</a><font style="font-size:8pt;"> this site for a challenge award</font>');
document.write('<h3 class="sidebar">Site navigation</h3>');
document.write('&raquo; <font style="font-size:8pt; color: #ffffff;">Take me </font><a class="sidebar" href="http://www.aisworld.org">home</a>');
document.write('<h3 class="sidebar">What do you think? </h3>');
document.write('&raquo; <a class="sidebar" href=mailto:' + email + '>E-Mail</a><font style="font-size:8pt;"> the editor</font>');
document.write('<br><br><br>');
document.write('<br><br><br><br><br><br></td></tr></table></td><td valign=top width=100%>');
} 
 
 
 
 
 
 
 
 

