function commtest_DoFSCommand(command, args) {
  if (command == "finish") {
    location.href="http://www.bellwetherinteractive.com/comm-test-3.php";
  }
}


