function writeHours(location) {
 if (location == "Barrie") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } else if (location == "Belleville") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Brampton South") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Brampton North") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Brantford") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "East Gwillimbury") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Hamilton") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Maple") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Orleans") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Oshawa") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Toronto") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Scarborough - Steeles Ave") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Scarborough - Warden Ave") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Sudbury") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Whitby") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />Closed");
 } 
 else if (location == "Windsor") {
   document.write("");
   //document.write ("<strong>Family Day - February 15</strong><br />9:00 a.m. to 6:00 p.m.");
 } 
}
