// JavaScript Document

function goBack( pages )
{
   window.history.go( pages );
}