<?php

header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Status: 503 Service Temporarily Unavailable');
header('Retry-After: 3600');	// 1 hour

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>Metaplace - We'll be right back!</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="description" content="Metaplace -- Build a virtual apartment and put it on your website. Work with friends to make a huge MMORPG. Share your puzzle game with friends. We have a vision: to enable you build anything, and play everything, from anywhere." />
		<meta name="keywords" content="Metaplace, metaplace, areae, koster, raph, mmorpg, mmo, gaming, social, network, soe" />
		<meta name="robots" content="index, follow" />
		
		<style>

			body { 
				background: #FFFFFF url(http://www.metaplace.com/weWillBeRightBack.png) no-repeat fixed center center;
			}  		
		
		</style>
		
	</head>

	<body>
	
	</body>
	
</html>