#!/usr/bin/perl -T
use CGI::Carp(fatalsToBrowser);
##################
#  Script Version 15.0 

##################


	&disp;
	exit;

sub disp  {

	print "Content-type: text/html\n\n";
print << "EOD";  # print till End of Data


<html><head><meta http-equiv="Refresh" content="3;URL=http://www.gorean-shores.com">

<title>Gorean Shores redirect page</title></head>
<body background="../graphics/back12.jpg" bgcolor="000066"  text="wheat" link="yellow" vlink="yellow">
<font size=3 face=\"helvetica\">
<P>&nbsp;</p><p><center>If this redirect does not work, click<a href=\"http://www.gorean-shores.com\"> Here </a><BR><BR>
Please update your bookmarks!</BODY></HTML>
EOD
}