<?php /* for password protection, include this in all html files */ include("password.php"); ?><?php

$l == $_GET["l"];

if(!$l){header("Location: http://riverbendtec.platzproductions.com/home"); exit;}

$location = array(
	"rb210" => "rb210/",
	"rb215" => "rb215/",
	"rb218" => "rb218/",
	"rb221" => "rb221/",
);

$gallery = array(
	"rb215" => "yes",
	"rb210" => "yes",
	"rb218" => "yes",
	"rb221" => "yes",
);

?><html>

<head>

	<title>Riverbend TEC Images by Phillip Platz</title>
	<style type="text/css">
	<!--
		@import url("http://riverbendtec.platzproductions.com/layout/style.css");
	-->
	</style>

</head>

<body>

<a href="http://riverbendtec.platzproductions.com/" class="none"><img src="http://riverbendtec.platzproductions.com/layout/riverbendtec.png" border="0" alt="Riverbend TEC" title="Click to return to the home page."></a>

<div class="content">

<?php if($gallery[$l] == "yes"){
	include($location[$l]."index.html");
	} else {
	include("files/".$l.".txt");
}?>

</div>

<?php if($gallery[$l] == "yes"){
	print "<embed src=\"http://riverbendtec.platzproductions.com/".$location[$l]."theme.mp3\" loop=\"true\" autostart=\"true\" height=\"25\" width=\"400\" class=\"theme\">";
}?>
<div class="footer">
All Images, Design and Content &copy;2007+ Phillip Platz. &reg; All Rights Reserved.
</div>

<div class="southeast"></div>

</body>
</html>