
jQuery(function(){
  $foobar({
    "height" : {
      "bar" : 38,
      "button" : 30
    },
    
    "width": {
      "left": "*",
      "center": "50%",
      "right": "*",
      "button": "80px"
    },

    "position": {
      "ignoreOffsetMargin": false,
      "bar": "top",
      "button": "right",
      "social": "left"
    },
    
    "display" : {
      "type" : "expanded",
      "delay" : 0,
      "speed": 100,
      "backgroundColor" : "#009179",
      "border" : "solid 3px #ffffff",
      "theme": {
        "bar": "small-white-arrow"
      },
      "easing" : "swing",
      "shadow" : true,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "NEW LOCATION!!! We are now located at <b>7-­7204 Fairmount Dr. SE</b> Monday - Saturday 11a to 7p. Drop by and enjoy our tasty, toasty subs!",
      ""
    ],
    "message": {
      "delay": 2000,
      "fadeDelay": 500,
      "random": false,
      "navigation": false,
      "scroll": {
        "enabled": true,
        "speed": 50,
        "delay": 2000,
        "direction": "left"
      },
      "font": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#ffffff",
        "shadow" : "0 1px 0 #888888"
      },
      "aFont": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#ffffaa",
        "decoration": "none",
        "shadow" : "0 1px 0 #888888",
        "hover": {
          "color": "#ffffaa",
          "decoration": "underline",
          "shadow" : "0 1px 0 #888888"
        }
      }
    },
    "cookie": {
      "enabled": true,
      "name": "foobar-state-3272",
      "duration": 1
    },
    "social" : {
      "text" : "",
      "font": {
        "family": "Verdana",
        "size": "8pt",
        "color": "#ffffff",
        "shadow" : "none"
      },
      "profiles": [
          {"name" : "Twitter","url" : "https://twitter.com/SubsnBubbles","image" : "https://www.subsnbubbles.com/wp-content/plugins/foobar/images/social/twitter.png","target" : "_blank"},
          {"name" : "Facebook","url" : "http://www.facebook.com/pages/Subsnbubbles/416541428419818?ref=stream","image" : "https://www.subsnbubbles.com/wp-content/plugins/foobar/images/social/facebook.png","target" : "_blank"},
      ]
    },
    "ssl" : true
    
  });
  



});