function go() {
        box = document.forms[0].type;
        destination = "post.php?type=" + box.options[box.selectedIndex].value;
        if (destination) location.href = destination;
}