
jQuery(function(){
  $foobar({
    "height" : {
      "bar" : 30,
      "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" : "#ed4807",
      "border" : "solid 3px #ffffff",
      "theme": {
        "bar": "x-white"
      },
      "easing" : "swing",
      "shadow" : true,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "<a href=\"http:\/\/spotonsuccess.tv\/follow-us\">Feeling the urge to get in touch? Click HERE!<\/a>"
    ],
    "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"
        }
      }
    }
    
  });
  



});