<?php
  // load records
  list($member_textRecords, $member_textMetaData) = getRecords(array(
    'tableName'   => 'member_text',
    'allowSearch' => '0',
    'limit'       => '1',
  ));
  $member_textRecord = @$member_textRecords[0]; // get first record

  // load records
  list($snippetsRecords, $snippetsMetaData) = getRecords(array(
    'tableName'   => 'snippets',
    'allowSearch' => '0',
    'limit'       => '1',
  ));
  $snippetsRecord = @$snippetsRecords[0]; // get first record

?>  
  <!doctype html>
<html>
<head>
<title>Murray's Shopping Cart</title>
<meta charset="utf-8" />

<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<meta name="keywords" content="">
<meta name="description" content="">

<?php include_once("../_insertHeaderCode.php") ?>
</head>
<body>
<div id="rhs"></div>
<div id="lhs"></div>
<div id="pagewidth" >
	<div id="header">
    <?php include_once("../_insertSiteNavigation.php") ?>
    </div>
<div id="wrapper" class="clearfix">
	<div id="maincol">
        <?php include_once("../_insertSecondNavigation_Shop.php") ?>
        
        <div class="mainPageContent">