#!/usr/local/bin/perl

require "../../cgi-lib.pl";

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

system("/WWW/httpd/cgi-bin/cab/goesbrowse/whirl");

&ReadParse(*in);
print <<OUTPUT;
<IMG SRC="http://www.ncdc.noaa.gov/ftp/pub/data/goesbrowse/doug.gif">
OUTPUT

