require($_SERVER["DOCUMENT_ROOT"] . "/includes/dbConnect.php");
$id = $_GET['id'];
$query = "select id, pdate, title, body from news where id = $id";
$c = mysql_query($query);
$row = mysql_fetch_assoc($c);
$date = $row['pdate'];
$date = date("m/d/Y", strtotime($date));
$title = $row['title'];
$title = titleCase($title);
$body = $row['body'];
$body = strip_tags($body, "
");
?>
require($_SERVER["DOCUMENT_ROOT"] . "/includes/dbClose.php");?>
![]()
include("../includes/header.htm"); ?>
include("../includes/nav.htm"); ?>
![]()

![]()
include("../includes/footer.htm"); ?>
MAZE NEWS
![]()
For Immediate Release
= $date ?>Contact: Kim Pohl
800-435-5949
= $title ?>
= $body ?>
# # #![]()
![]()
![]()
include("../includes/banners.htm"); ?>
![]()