
jQuery(function(){
  $foobar({
    "height" : {
      "bar" : 38,
      "button" : 30
    },
    
    "width": {
      "left": "*",
      "center": "80%",
      "right": "*",
      "button": "80px"
    },

    "position": {
      "ignoreOffsetMargin": false,
      "bar": "top",
      "button": "right",
      "social": "left"
    },
    
    "display" : {
      "type" : "expanded",
      "delay" : 0,
      "speed": 100,
      "backgroundColor" : "#dd3f00",
      "border" : "solid 3px #ffffff",
      "theme": {
        "bar": "triangle-arrow"
      },
      "easing" : "swing",
      "shadow" : true,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "<a href=\"https://www.janterkelsen.com/team-building-programs/\">TEAM BUILDING</a> AT YOUR OFFICE OR PREFERRED LOCATION OR TRY <a href=\"https://www.janterkelsen.com/team-building-in-byron-bay/\">TEAM BUILDING IN BYRON BAY</a>"
    ],
    "message": {
      "delay": 2000,
      "fadeDelay": 500,
      "random": false,
      "navigation": false,
      "scroll": {
        "enabled": true,
        "speed": 50,
        "delay": 2000,
        "direction": "left"
      },
      "font": {
        "family": "Verdana",
        "size": "13pt",
        "color": "#ffffff",
        "shadow" : "0 1px 0 #888888"
      },
      "aFont": {
        "family": "Verdana",
        "size": "13pt",
        "color": "#ffffaa",
        "decoration": "none",
        "shadow" : "0 1px 0 #888888",
        "hover": {
          "color": "#ffffaa",
          "decoration": "underline",
          "shadow" : "0 1px 0 #888888"
        }
      }
    },
    "ssl" : true
    
  });
  



});