// JavaScript Document
function goback()
{
 history.back("1");
}

