include("includes/db_connect.inc"); ?>
 include("includes/g_functions.inc"); ?>
	 include ("includes/header.inc") ?>
		
		
		
		
		
		  | 
		
		 $home_mo = "_on"; ?>
		 $portfolio_mo = ""; ?>
		 $contact_mo = ""; ?>
		 include("includes/nav.php") ?>
		 | 
		
		
		
			
	$sql = "SELECT * FROM gallery WHERE gallery_style = 'home' AND status = 'Active' ORDER BY gallery_order ASC;";
	$result = runSQL($sql);
	while ($row = mysql_fetch_assoc($result)) {
		echo "
 ";
	}
?>
			
		 
			
	
		
			
			
	$sql = "SELECT * FROM sections WHERE id = 1;";
	$result = runSQL($sql);
	$row = mysql_fetch_assoc($result);
	echo $row["section_content"];
?>
				
VIEW PORTFOLIO NOW +
			 
		 
		
		 include("includes/footer.inc") ?>