/* 
login 
check if user is logged in and disply login box or link to "my page"   
created 09-06-2004 berg 
*/ 
 
text=""; 
 
text+="<iframe src=\"/cgi-bin/user_form.pl\" name=\"login\" width=\"200\" height=\"200\" marginwidth=\"3\" marginheight=\"3\" align=\"center\" scrolling=\"no\" frameborder=\"0\" bgcolor=#ffffff></iframe>"; 
 
document.write(text);