I have been messing with the code and I get it including above the layout when I set it to include in the center of the layout
$page="newsdisplay.php";
$template_f = "layout.tpl";
$title = "BetaGamers.net";
$template_r = join(' ', file($template_f));
$charray = array(
"##title##" => $title,
"##content##" => include "$page"
);
$outvar.=strtr($template_r, $charray);
echo $outvar;
any ideas what is wrong?