/* Version 1.
This file contains javascript back and forward link functions. */

/* These functions write back and forward links. It has to be done like this, in a seperate file, otherwise opera version 6.05 will not 
support it. */
document.write('<a href=\'javascript:history.back();\'class=\'nav\'>Back</a>&nbsp;<span class=\'navTextBold\'>|</span>&nbsp;<a href=\'javascript:history.forward();\'class=\'nav\'>Forward</a>&nbsp;<span class=\'navTextBold\'>|</span>&nbsp;');