#!/usr/bin/perl -w

use strict;
use CGI qw(:cgi-lib :standard);

###########################################################################

print "Content-type: text/html \n\n";

print <<HTMLCODE;
<HTML>
<HEAD><META HTTP-EQUIV="refresh" Content="0;URL=http://w4.stern.nyu.edu/uc/prospectivestudent/summerprogram.cfm?doc_id=102177">
</HEAD>
</HTML>

HTMLCODE

exit(0); 
