<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>

<script language="JavaScript">
<!-- Begin
URL = window.location.href;
if (URL.search('mlkrailroad.goodworks.net') != -1) window.location.replace('/mlkrailroad/');
else window.location.replace('home.html');

// These lines shouldn't be needed when using the 'else' statement on the bottom of the stack above.
// if (URL.search('www.goodworks.net') != -1) window.location.replace('home.html');
// if (URL.search('goodworks.net') != -1) window.location.replace('home.html');



//     Below is the original way this script was used, but with the use of subdomain names 
//       I switched to using the 'URL.search' method as seen above.

	// if (URL.IndexOf('mlkrailroad.goodworks.net') > -1) window.location.replace('/mlkrailroad/');
	// if (URL.IndexOf('www.mlkrailroad.goodworks.net') > -1) window.location.replace('/mlkrailroad/');
	// if (URL.IndexOf('goodworks.net') > -1) window.location.replace('home.html');
	// if (URL.IndexOf('www.goodworks.net') > -1) window.location.replace('home.html');

//  End -->
</script>

</HEAD>

<BODY>
</BODY>
</HTML>
