window.onpageshow=noBackButton;
window.history.forward();
function noBackButton(){
setTimeout("window.history.forward();",1);
}

