<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
* @author Author "Mohamed Elsayed"
* @author Author Email "sales@cosjewelry.cosmovita.net"
* @copyright Copyright (c) 2011 Programming by "mohamedelsayed.net"
-->
<title><?php echo $_SERVER["SERVER_NAME"];?> is Under Construction!</title>
</head>
<body>
<div style=" margin-top:100px; margin-bottom:25px; text-align:center;">
<img src="images/website-under-construction.jpg" width="500" />
<div style="text-align: center;color: #666666;font-family: Arial;font-size: 16px;font-weight: bold;">
<?php echo $_SERVER["SERVER_NAME"];?> is Under Construction!
</div>
</div>
</body>
</html>