session_start();
$page_title = ""; // PAGE TITLE FOR THIS PAGE - IF BLANK USE DEFAULT TITLE
$meta_keywords = ""; // KEYWORD METATAGS FOR THIS PAGE - IF BLANK USE DEFAULT
$meta_description = ""; // DESCRIPTION METATAGS FOR THIS PAGE - IF BLANK USE DEFAULT
include( "database.php" );
include( "functions.php" );
include( "config_public.php" );
// VISITOR ID
if(!$_SESSION['visitor_id']){
session_register("visitor_id");
$_SESSION['visitor_id'] = random_gen(16,"");
}
?>
print($head); ?>
print("\n"); ?>
if($db != ""){
mysql_close($db);
}
?>