function back()
{
        history.back();
}
function next()
{
	return history.forward();
}
