<?php
/*===================================================+
|| # Woodpecker Housekeeping
|+====================================================+
|| # Copyright © 2008 SuperFun. All rights reserved.
|| # http://www.superfunn.nl/
|+===================================================+
|| # Notice: This is free software.
|+===================================================+
|| # Versions.
|| # Housekeeping version: V3.5
|| # Version of this file: V1 (index.php)
|+===================================================+
||
|| # Usage of this page:
|| # The homepage
||
|+===================================================*/

include('./hk/inc/config.php');
include('./hk/inc/func.php');
include('./hk/inc/global.php');
$loader_closed = configkey("2");

if(isset($_GET['red']) && $_GET['red'] == 'true'){
	header('location: /');
	exit;
}
$title = 'Help & Veiligheid';
$p = 2;
include('./inc/header.php');
?>

<table border="0" width="503" cellspacing="0" cellpadding="0">
<tr>
	<td class="bgContentLeft"><img src="images/blank.gif" alt="" width="3" height="7" border="0"></td>
	<td rowspan="6" bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="20" height="1" border="0"></td>
	<td bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="241" height="1" border="0"></td>
	<td bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="20" height="1" border="0"></td>
	<td bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="194" height="1" border="0"></td>
	<td rowspan="6" bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="21" height="1" border="0"></td>
	<td rowspan="6" class="bgContentRight"><img src="images/blank.gif" alt="" width="4" height="1" border="0"></td>

</tr>

<tr>
	<td class="bgContentLeft"><img src="images/blank.gif" alt="" width="3" height="1" border="0"></td>
	<td colspan="3" bgcolor="#E59E0F" class="heading">HELP & SAFETY</td>
</tr>
<tr>
	<td class="bgContentLeft"><img src="images/blank.gif" alt="" width="3" height="1" border="0"></td>
	<td colspan="3" bgcolor="#E59E0F"><img src="images/blank.gif" alt="" width="1" height="18" border="0"></td>
</tr>

<tr>
	<td class="bgContentLeft"><img src="images/blank.gif" alt="" width="3" height="1" border="0"></td>
	<td colspan="3" bgcolor="#E59E0F" valign="top"><p>
<img src="images/dancer.gif" align="right" alt="" width="76" height="111" border="0">
<?php echo $web_name; ?> is a virtual hotel where you can chill with your friends. It is especially designed for children aged 12 to 20 years but everyone is welcome if they wish to join!</p>

<p>When you register and create an account, you can walk, dance, eat and drink with your friends. You can also create your own room for you and your friends to hang around in!</p>

<p>You'll soon find that its easy to make new friends - maybe even friends that share the same interests as you! The best part is, all your information is securely stored away from public viewing so you have total piece of mind.</p>

<p>
<img src="images/habbos_tour.gif" align="left" alt="" width="70" height="62" border="0">
However, <?php echo $short; ?> does have some rules (just to keep <?php echo $short; ?> fun and safe) so click <a href="javascript:void('0');" onclick="javascript:alert('Please link to own rules.');">here</a>, to read them!
<br clear="all"></p>

<p><img src="images/content_ruler.gif" alt="" width="451" height="22" border="0"></p></td>
</tr>
</table>
<?php
include('./inc/footer.php');
?>