?>
</p>
      </section>

      <section class="numberContainer">
        <span class="top">MB of Customer Files </span>
        <p> <?php 
echo $filesSize = countBytes($quotes);
?>
 </p>
      </section>

      <section class="numberContainer">
        <span class="top">Number of Customers</span>
        <p> <?php 
echo $filesSize = countCust($quotes);
?>
 </p>
      </section>
<br class="clear" />
<?php 
$textMonths = array("Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec");
$textDays = array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
$uniqueJobs = sortUniquesJob($quotes);
$poppyseeds = sortUniquesTime($quotes);
?>
 <h2 class="applePie">Quote Trends Over Months</h2>
 <br class="clear" />
<div id="canvas-holder2" class="wholePage">
  <canvas id="canvas2" class="wholePage" />
</div>
    echo $textMonths[$currentMonth - 1];
    ?>
</span>
   <p> <?php 
    echo $filesSize = countBytes($testing);
    ?>
 </p>
 </section>

 <section class="numberContainer">
   <span class="top">Number of Customers in <?php 
    echo $textMonths[$currentMonth - 1];
    ?>
</span>
   <p> <?php 
    echo $filesSize = countCust($testing);
    ?>
 </p>
 </section>
 <?php 
}
?>
 <br class="clear" />
  <h2 class="applePie"> Number of Quotes in  <?php 
echo $textMonths[$currentMonth - 1] . " " . $Theyear;
?>
</h2>
 <div id="entireCanvas">
   <canvas id="canvasEntire" width="300" height="300" />
 </div>
 <?php 
echo $Theyear;
?>
</span>
   <p> <?php 
echo $filesSize = countBytes($monthlyQuotes);
?>
 </p>
 </section>

 <section class="numberContainer">
   <span class="top">Number of Customers in <?php 
echo $Theyear;
?>
</span>
   <p> <?php 
echo $filesSize = countCust($monthlyQuotes);
?>
 </p>
 </section>
<br class="clear" />
 <h2 class="applePie"> Number of Quotes in  <?php 
echo $Theyear;
?>
</h2>
 <div id="entireCanvas">
   <canvas id="canvasEntire" width="300" height="300" />
 </div>

<?php 
$textDays = array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
$daysOfWeek = sortDaysWeek($monthlyQuotes);