/******************************************************
 *   This document contains all the changable texts   *
 *   for the Peabody's site. Changing a line here     *
 *   should result in the line being changed on the   *
 *   site, without any further updating necessary.    *
 ******************************************************/

/******************************************************
 *   Slogan1 and Slogan2 will both transform          *
 *   automatically into capital letters. There is no  *
 *   need to capitalize them.                         *
 *                                                    *
 *   Slogan1 is the top bar of the main page.         *
 *   Slogan2 is the bottom bar of the main page.      *
 *   Slogan3 is inside the main section of the main   *
 *      page, at the top right.                       *
 ******************************************************/
var slogan1 = "It's all good.";
var slogan2 = "We advertise in your mouth.";

var slogan3 = "Helping make Edgewood a destination point since Gaspee Days 2003.";

/******************************************************
 *   Slogan4 is displayed at the top of all of the    *
 *   site's inner pages.                              *
 ******************************************************/
var slogan4 = "Home of white trash/gourmet fusion.";

/******************************************************/
/******************************************************/

/******************************************************
 *   These variables will update the hours on the     *
 *   main page. They are in 24-hour notation.         *
 *   That is, 1AM = 1, 1PM = 13.                      *
 *   You may reference 12 o'clock midnight as either  *
 *   as 0 or 24.                                      *
 *   It says "Monday through Friday."                 *
 *   It actually means "Tuesday through Friday."      *
 ******************************************************/
var monday_Thru_Friday_Opening_Hour = 8
var monday_Thru_Friday_Closing_Hour = 14;

var saturday_And_Sunday_Opening_Hour = 8;
var saturday_And_Sunday_Closing_Hour = 14;