function goBack()
{
	if (history.length > 0)
	{	
		history.go(-1);
	}		
}
