#!C:\Perl\bin\perl.exe -w
# This is where the StormPredator Forecast link points to, which is now redirecting to the newer HamWx folder
print "Content-Type: text/html\n\n";
my $qs = $ENV{'QUERY_STRING'};
my $url="../../iwx/iwx.php?".$qs;
my $t=0; # time until redirect activates
print "<META HTTP-EQUIV=refresh CONTENT=\"$t;URL=$url\">\n";
