function goHist(a)
 
{  
 history.go(a);
      // Go back one.

} 
