<?php
//GAMMA V3.0 CERTIFIED
include(getcwd().'/includes/common.inc');
style("white");
?>
<html>
<head>
<TITLE>GAMMA</TITLE>
</head>
<frameset cols="135,*" frameborder="NO" border="0" framespacing="0">
<frame src="dashboardl.php" name="left" scrolling="NO" noresize>
<frame src="dashboardr.php" name="right">
</frameset>
<noframes>
<center><h1>Sorry!</h1></center>
<b>Your browser does not support frames.</b>
</noframes>
</html>