echo $row_general['name']; ?>
echo stripslashes($row_general['content']);
//Load forms and modules here
if ($load_page == 4){ include('includes/donate.php'); }
if ($load_page == 3){ include('includes/gt3.php'); }
if ($load_page == 5){ include('includes/join.php'); }
if ($load_page == 6){ include('includes/srch_results.php'); }
?>