ok, i think i got this sorted...
instead of the include, i'm using smarty.
Code:
<?php
require "./auth.php";
$location = "";
$smarty->assign("main","catalog");
# Assign the current location line
$smarty->assign("location", $location);
func_display("pages/US/aboutus.html",$smarty);
?>