<?php
include ('includes/headr.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> Ooops! </title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <link href="includes/panels.css" rel="stylesheet" type="text/css">
  <link href="includes/main.css" rel="stylesheet" type="text/css">
 </head>

 <body>
  <?php 
 
 //text search? redirect!
if (isset ($_GET['sitesearch'])){
	header('Location: home.php?sitesearch='.$_GET['sitesearch'].'');

}
 
 
 ?>
 <div class="panel">
  	<div align="center"><p>Why, hello there!</p><p>This page has been accessed in error!</p></div>
	<div align="center"><p>Why, you ask?</p></div>
	<div align="center"><p>You might have reached a deactivated profile.</p>
						<p>Or you may just not have the right to be here (life isn't always fair, sweet summer child).</p>
						<p>Sorry for the incovenience, keep looking!</p>
						<p><a href="home.php">Return to home page.</a></p>
						</div>

</div>

 </body>
 <?php include ('includes/footer.php'); ?>
</html>
