var fWidth = '775';

var table = document.getElementsByTagName('table');
for(t=0; t<table.length; t++) {
    if(table.item(t).width == "92%") {
       table.item(t).width = fWidth;
    }
}

hideJump = document.getElementsByTagName('td')
for(var hJ in hideJump){
if(hideJump[hJ].align=="right" && hideJump[hJ].innerHTML.match(/Forum Jump/i)){
hideJump[hJ].style.display='none';
	}
}