function back()
{
  //go back where you came from

   setTimeout("history.back()",250);
}
