function updateRows(){
	if (document.getElementById('rows_select').options[document.getElementById('rows_select').selectedIndex].value != 'none') {
		location = document.getElementById('rows_select').options[document.getElementById('rows_select').selectedIndex].value
    }
}
function forumjump(){
	if (document.getElementById('forum_select').options[document.getElementById('forum_select').selectedIndex].value != 'none') {
		location = document.getElementById('forum_select').options[document.getElementById('forum_select').selectedIndex].value
    }
}