function reroute() {
 	document.forms[1].action = "index.php";
	document.forms[1].method = "GET";
 	document.forms[1].submit();
}