function gohist() {
hist=document.getElementById('bhistory').value;
//alert('hello');
if (hist!='-1') window.location=hist;
}