// JavaScript Document

if(history.length > 0)
{	document.write('<a href="javascript:history.go(-1);">&laquo; Go back</a>');
}
