<!doctype html>

<html lang="en">

	<head>
		
		<meta charset="utf-8">
		
		<title>Rockwood School District - Invalid Web Address</title>
		
		<style>
		body { font-family: Arial,Helvetica,sans-serif; text-align: center; }
		a, a:link, a:visited, a:hover, a:active { color: #004473; text-decoration: none; }
		</style>
		
	</head>

	<body>
		<img src="image.png" alt="" />
		<script>
			var o = window.location.protocol+'//';
			var h = window.location.host;
			var n = h.replace('.rockwood.k12.mo.us','.rsdmo.org');
			var q = window.location.search;
			var p = q.split('=');
			
			document.write('<h1>'+o+h+p[1]+'<br>is no longer a valid web address!</h1>');
			document.write('<p>The Rockwood School District has completed the transfer from an old web address (above) to a brand new web address (below).</p><p>Please take a moment to update any bookmarks you may have saved in your browser, then click the link below.</p><h1><a href="'+o+n+p[1]+'">'+o+n+p[1]+'</a></h1>');
		</script>
		<noscript>
		<h1>The page you have visited is no longer a valid web address!</h1>
		<p>The Rockwood School District has completed the transfer from an old web address (.rockwood.k12.mo.us) to a brand new web address (.rsdmo.org).</p>
		<p>Please take a moment to update any bookmarks you may have saved in your browser.</p>
		</noscript>

	</body>

</html>