?>
 </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>
 <h2 class="applePie">Time Trends</h2>
<div id="canvas-holder2" class="wholePage">
   <canvas id="canvasTime" class="wholePage" />
 </div>

<br class="clear" />
<h2 class="applePie left">Quotes By Day</h2>
 <h2 class="applePie left">Product Quotes</h2>
 </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 
$textDays = array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
$uniqueJobs = sortUniquesJob($testing);
$daysOfWeek = sortDaysWeek($testing);
$final = array_count_values($daysOfWeek);
?>

  <h2 class="applePie">Quote Breakdown for <?php 
echo $textMonths[$currentMonth - 1] . " " . $Theyear;
?>
</h2>
  <br class="clear" />
 <div id="canvas-holder2" class="wholePage">
   <canvas id="canvas2" class="wholePage" width="300" height="300"/>
 </div>

 <br class="clear" />
 <h2 class="applePie left">Quotes By Day for <?php 
    if ($key == $Theyear) {
        echo '<option selected value="monthly.php?value=' . $key . '">' . $key . '</option>';
    } else {
        echo '<option value="monthly.php?value=' . $key . '">' . $key . '</option>';
    }
}
?>

      </select>
    </h1>

<?php 
$monthsInYear = array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12");
$textMonths = array("Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec");
$monthlyQuotes = sortByYear($quotes, $Theyear);
$uniqueJobs = sortUniquesJob($monthlyQuotes);
$poppyseeds = sortUniquesMonth($monthlyQuotes, $Theyear);
?>
 <section class="numberContainer">
   <span class="top"> Number of Quotes in <?php 
echo $Theyear;
?>
</span>
   <p> <?php 
echo $numQuotes = count($monthlyQuotes);
?>
 </p>
 </section>

 <section class="numberContainer">
   <span class="top">Number of Quoted Pieces in <?php