// JavaScript Document
function updateSearch(redirect) {
document.knifeform.nextpage.value=redirect;
document.knifeform.submit();
}

