# Universal Back Button
# Version 1.0
# ubb Code
# By Mike Calabrese
# http://www.mikecalabrese.com
# 12-10-2000

# This program is available for free on an AS-IS basis.  I am not
# responsible for consequential damages, loss of income or whatever
# else that may happen as a result  of the use of this program.

<FORM>
<INPUT TYPE="button" VALUE="  <<Back  " onClick="history.go(-1)">
</FORM>