<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS);
}
require("_header.php");
?>
<a href="#" onclick="javascript:window.open('calendar2.php','5AC','status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no')" class="text">Click here to test run the NEW calendar format.</a>
<?php
require("_footer.php");
?>