#!/usr/local/bin/perl

require 'parseform.pl';

%stuff = &parseform($ENV{'QUERY_STRING'});
print("Location: http://www.mit.edu:8008/$stuff{'machine'}/$stuff{'mtg'}/\n\n");
