function BackButton()
{
 document.write("<a href=\"#\" onClick=\"history.go(-1)\">Back</a>");
}

