
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" : "#003366",
      "border" : "solid 2px #D4DCE2",
      "theme": {
        "bar": "triangle-arrow",
        "navigation": "x-white"
      },
      "easing" : "swing",
      "shadow" : false,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "Celebrating our 19th Year of Service:  1995-2014",
      "Foundation Group is America's most trusted service provider for starting a nonprofit. <a href=\"http:\/\/www.501c3.org\/501c3-services\/start-a-501c3-nonprofit\/\">Learn more...<\/a>",
      "Got Questions?  We've Got Answers!  Call Us Toll-Free (888) 361-9445",
      "Join over 21,000 subscribers to our free email newsletter.  <a href=\"http:\/\/visitor.r20.constantcontact.com\/d.jsp?llr=lyd6asbab&p=oi&m=1101190303499\" target=_blank>Click here<\/a> to sign up!",
      "Got what it takes to join our team?  We're looking for a few good people.  <a href=\"http:\/\/www.501c3.org\/about-foundation-group\/our-team-members\/careers-at-foundation-group\/\">Learn more...<\/a>"
    ],
    "message": {
      "delay": 8000,
      "fadeDelay": 800,
      "random": true,
      "navigation": true,
      "scroll": {
        "enabled": true,
        "speed": 50,
        "delay": 2000,
        "direction": "left"
      },
      "font": {
        "family": "Arial",
        "size": "10pt",
        "color": "#ffffff",
        "shadow" : "0 1px 0 #888888"
      },
      "aFont": {
        "family": "Arial",
        "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-5058",
      "duration": 20
    },
    "social" : {
      "text" : "Follow us:",
      "font": {
        "family": "Verdana",
        "size": "10pt",
        "color": "#ffffff",
        "shadow" : "0 1px 0 #888888"
      },
      "profiles": [
        {"name" : "Twitter","url" : "http://www.twitter.com/foundationgroup","image" : "http://501c3.org/wp-content/plugins/foobar/images/social/twitter-2.png","target" : "_blank"},
        {"name" : "RSS","url" : "http://feeds.feedburner.com/foundationgroup","image" : "http://501c3.org/wp-content/plugins/foobar/images/social/social-rss.png","target" : "_blank"},
        {"name" : "Facebook","url" : "http://www.facebook.com/pages/The-Foundation-Group/138550729511131?sk=info","image" : "http://501c3.org/wp-content/plugins/foobar/images/social/facebook.png","target" : "_blank"},
        {"name" : "Linked-In","url" : "http://www.linkedin.com/in/gregmcray/","image" : "http://501c3.org/wp-content/plugins/foobar/images/social/linkedin.png","target" : "_blank"},
      ]
    }
    
  });
  



});