
jQuery(function(){
  $foobar({
    "height" : {
      "bar" : 38,
      "button" : 30
    },
    
    "width": {
      "left": "*",
      "center": "50%",
      "right": "*",
      "button": "80px"
    },

    "position": {
      "ignoreOffsetMargin": false,
      "bar": "inline",
      "button": "right",
      "social": "left"
    },
    
    "display" : {
      "type" : "delayed",
      "delay" : 3000,
      "speed": 200,
      "backgroundColor" : "#a91d0f",
      "border" : "solid 1px #ffffff",
      "theme": {
        "bar": "x-white"
      },
      "easing" : "swing",
      "shadow" : false,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "<a href=\"http:\/\/www.SparxLorenzoAntonio.org\/Spanish\">\u00bfPrefiere este sitio en espa\u00f1ol?<\/a>",
      "<a href=\"http:\/\/www.SparxLorenzoAntonio.org\/Spanish\">Click here for Spanish version<\/a>"
    ],
    "message": {
      "delay": 7000,
      "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": "11pt",
        "color": "#ffffff",
        "decoration": "none",
        "shadow" : "0 1px 0 #888888",
        "hover": {
          "color": "#ffffff",
          "decoration": "underline",
          "shadow" : "0 1px 0 #888888"
        }
      }
    },
    "cookie": {
      "enabled": true,
      "name": "foobar-state-2003",
      "duration": 20
    }
    
  });
  



});