/*
// Write your message inside the double quotes of variables below.
// Be sure to use &quot; for double quoatation or &rsquo; for single quotations -
// also use &amp; instead of & by itself
// otherwise you will generate errors on your page.
//
// Examples:
// var blurb = "Free Delivery<br>on<br>New Year&rsquo;s Eve";
// var blurb_splash = '<img src="assets\/blurb.gif" alt="Free Delivery on New Year&rsquo;s Eve" width="122" height="122" border="0">';
// var blurb_pub_calendar = "This Week Only! Parachuting Off Our Roof Specail!!";
// var blurb_pub_calendar = "OK - &quot;You Asked For It&quot; - We Have It!";
//
// NOTE: The ampersan & is a special character, please use &amp; in it's place in all of your text 
// everywhere on this site, also, don't use quotation marks, use &quot; when inserting text. Thx.
// NOTE: If you don't want to post a blurb, then set the var to ""; with nothing inside the quotes.
// Example: var blurb_pub_calendar = "";

*/

/*var blurb_splash = "St. Paddy's<br>! Party !<br>Wednesday Nite<br>See our<br>Daily Specials<br>For Details";
*/
var blurb_splash = "Free Delivery<br>for Lunch<br>Monday - Friday<br><br>See our<br>Daily Specials<br>For Details";

/* var blurb = blurb_splash;
*/
var blurb = "Four Soups<br>Fresh Everyday<br><br>See our<br>Daily Specials<br>For Details";


var blurb_pub_calendar = "Spend Game Day at The Pub with our 11 Big Screens.<br>We have NFL Sunday Ticket &amp; the Big Ten Network.<br>If the Game is being played - you can Watch it Here!";

