   // Check if we should clear the cart
   // (after a submit)
   CheckSubmitted();
   
   function ClosedNotice() {
      
	  document.write("<br>");
	  document.write("<table>");
	  document.write("<tr>");
  	  document.write("<td style=\"background-color: #FFEEF4; color: red; border-width: 2px; border-color: red; border-style: solid; padding: 2px;\">");
  	  document.write("LL Medico will be closed for the holidays from Saturday, December 24, 2011 to Monday, January 2, 2012.");
      document.write("We will still take orders online, but please note, no shipments will be made until"); 
      document.write("we reopen on Monday, January 2, 2012.  Thank you.");
  	  document.write("</td>");
  	  document.write("</tr>");
  	  document.write("</table>");
  	  document.write("<br>");
	  
	}
