
jQuery(function(){
  $foobar({
    "height" : {
      "bar" : 25,
      "button" : 30
    },
    
    "width": {
      "left": "*",
      "center": "90%",
      "right": "*",
      "button": "80px"
    },

    "position": {
      "ignoreOffsetMargin": false,
      "bar": "top",
      "button": "right",
      "social": "left"
    },
    
    "display" : {
      "type" : "expanded",
      "delay" : 0,
      "speed": 100,
      "backgroundColor" : "#F98123",
      "border" : "solid 3px #ffffff",
      "theme": {
        "bar": "x-white"
      },
      "easing" : "swing",
      "shadow" : false,
      "adjustPageHeight" : true,
      "rtl" : false,
        "button": {
          "type": "close"
        }
    },
    "messages": [
      "Support us with a <a href=\"/shop\">purchase</a> or  <a href=\"https://forsite.z2systems.com/np/clients/forsite/donation.jsp\">donation</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" : "none"
      },
      "aFont": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#ffffff",
        "decoration": "underline",
        "shadow" : "none",
        "hover": {
          "color": "#e0e0e0",
          "decoration": "underline",
          "shadow" : "none"
        }
      }
    },
    "cookie": {
      "enabled": true,
      "name": "foobar-state-89",
      "duration": 20
    },
    "ssl" : true
    
  });
  



});