var monday = {
    image:             'img/monday_special.jpg',
	name:              'Chicken and Rice',
	price:             '5.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Colloards and Yams.',
	color:             '#FFFFFF'
};

var tuesday = {
	image:             'img/tuesday_special.jpg',
	name:              'Meatloaf',
	price:             '6.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Collards, Brussel Sprouts, and Pinto Beans.',
	color:             '#FFFFFF'
};

var wednesday = {
	image:             'img/wednesday_special.jpg',
	name:              'Chicken and Pastry',
	price:             '5.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Collards and Yams.',
	color:             '#FFFFFF'
};

var thursday = {
	image:             'img/thursday_special.jpg',
	name:              'Country Fried Steak',
	price:             '6.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Collards, Creamed Potatos and Black-Eyed Peas.',
	color:             '#FFFFFF'
};

var friday = {
	image:             'img/friday_special.jpg',
	name:              'Catfish',
	price:             '7.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Collards, Butter Beans, Boiled Potatos, and Corn on the Cob.',
	color:             '#FFFFFF'
};

var saturday = {
	image:             'img/saturday_special.jpg',
	name:              'Fried Chicken Steak',
	price:             '7.99',
	image_description: '',
	long_description:  'Mac &amp; Cheese, String Beans, Collards, Boiled Potatos, and Corn.',
	color:             '#FFFFFF'
};

var sunday = {
	image:             'img/sunday_special.jpg',
	name:              'Family Style',
	price:             '9.99 per person.',
	image_description: '',
	long_description:  'BBQ, Fried Chicken and Fried Shrimp, String Beans, Yams and Hush Puppies.',
	color:             '#FFFFFF'
};

var daily = {
	image:             '',
	name:              'Served Every Day',
	price:             '',
	Image_description: '',
	long_description:  'Cole Slaw, Potato Salad, Beets, French Fries, Applesauce, Fried Okra, Tater Tots, and String Beans.',
	color:             '#FFFFFF'
	};
	
