

    function displayMerchAlert()
   {
      alert("The Merch section is currently being upgraded. \nPlease try again soon.");
   }
   
   function displayAcousticAlert()
   {
      alert("The Acoustic Room is in development");
   }
   
   function displayMoreAlert()
   {
      alert("There will be more soon.");
   }
   
   function displayContactAlert()
   {
      alert("The contact form is not working yet.");
   }
   
   function displaymailingAlert()
   {
      alert("The mailing list is not working yet.");
   }
