
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" : "#a8a49a",
      "border" : "solid 0px #ffffff",
      "theme": {
        "bar": "triangle-arrow"
      },
      "easing" : "swing",
      "shadow" : true,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "a friendly voice - an expansive view"
    ],
    "message": {
      "delay": 2000,
      "fadeDelay": 500,
      "random": false,
      "navigation": false,
      "scroll": {
        "enabled": true,
        "speed": 50,
        "delay": 2000,
        "direction": "left"
      },
      "font": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#dbdad8",
        "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"
        }
      }
    },
    "social" : {
      "text" : "Follow us:",
      "font": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#ffffff",
        "shadow" : "none"
      },
      "profiles": [
        {"name" : "twitter","url" : "https://twitter.com/#!/dancingdogblog","image" : "http://www.dancingdogblog.com/wp-content/plugins/foobar/images/social/twitter-2.png","target" : "_blank"},
        {"name" : "facebook","url" : "http://www.facebook.com/maryehaight","image" : "http://www.dancingdogblog.com/wp-content/plugins/foobar/images/social/facebook.png","target" : "_blank"},
        {"name" : "rss","url" : "http://www.dancingdogblog.com/feed","image" : "http://www.dancingdogblog.com/wp-content/plugins/foobar/images/social/social-rss.png","target" : "_blank"},
      ]
    }
  });
  



});