Please report the following error to the site admin
Traceback (most recent call last):
File "/var/apache2/2.2/cgi-bin/hotlist.py", line 97, in run
return getattr(my, 'do_' + string.lower(command))(arg)
File "/var/apache2/2.2/cgi-bin/hotlist.py", line 109, in do_goto
my.db.execute("select url from hotlist where id = %s" % id)
ProgrammingError: missing FROM-clause entry for table "booktext"
LINE 1: select url from hotlist where id = booktext.htm
^