( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
include("newdatasets/header.php");
?>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</head>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" id="containerS">
<tr>
<td width="800" style="" colspan="7" valign="top" >
<?php
include("newdatasets/menu.php");
?>
</td></tr>
<tr>
<td width="800" height="450" align="center" colspan="7" valign="top" bgcolor="#000000" >
<?php
if (isset($_GET['album'])) {
echo $_GET['album'];
} else {
echo 'Photo Gallery';
}
?>
<div class="gallery">
<?php include "folio-gallery.php"; ?>
</div>
<center> <table width="854" border="0">
<tr>
<td height="80"> </td>
</tr>
<tr>
<td>
<!-- start gallery header -->
<link rel="stylesheet" type="text/css" href="folio-gallery.css" />
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="colorbox/colorbox.css" />
<!--<link rel="stylesheet" type="text/css" href="fancybox/fancybox.css" />-->
<script type="text/javascript" src="colorbox/jquery.colorbox-min.js"></script>
<!--<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.min.js"></script>-->
<script type="text/javascript">
$(document).ready(function() {
// colorbox settings
$(".albumpix").colorbox({rel:'albumpix'});
// fancy box settings
/*
$("a.albumpix").fancybox({
'autoScale ' : true,
'hideOnOverlayClick': true,
'hideOnContentClick': true
});
*/
});
</script>
<!-- end gallery header -->
<div class="gallery">
<?php include "folio-gallery.php"; ?>
</div>
</td>
</tr>
</table>
</center>
</td>
</tr>
<tr>
<td width="800" height="20" colspan="7" valign="top" bgcolor="#e0007a" >
<?php
/*include("newdatasets/footer.php");*/
?>
</td>
</tr>
<?php
include("newdatasets/footer.php");
?>
</table><br>
<!-- footer-wrapper close -->
<map name="Map">
<area shape="rect" coords="515,10,589,84" href="index.php">
</map>
</body>
</html>
<?php mysql_close($videoondemand); ?>