
function goback()
{
history.back();
}
function gonext()
{
history.forward();
}
