function writeHours(location) {
 if (location == "Barrie") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } else if (location == "Belleville") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Brampton South") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Brampton North") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Brantford") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");   
 } 
 else if (location == "East Gwillimbury") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Hamilton") {
  //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Maple") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Orleans") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Oshawa") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Toronto") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Scarborough - Steeles Ave") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Scarborough - Warden Ave") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Sudbury") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Whitby") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Garden Centre Open<br />8:00am - 5:00pm");
   document.write("");
 } 
 else if (location == "Windsor") {
   //document.write ("<strong>Good Friday - April 2</strong><br />Closed<br /><br /><strong>Easter Sunday - April 4</strong><br />Full Store Open<br />9:00am - 6:00pm");
   document.write("");
 } 
}
