function link_back()
{
	var ref = document.referrer;
	if (ref && !ref.match('choice=player') && !ref.match('choice=find_court'))
	{
		document.write('<br/><a href="javascript:history.go(-1)">Go Back</a>');
	}
}