

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" : 5000,
      "speed": 100,
      "backgroundColor" : "#cd1713",
      "border" : "solid 3px #ffffff",
      "theme": {
        "bar": "triangle-arrow"
      },
      "easing" : "swing",
      "shadow" : true,
      "adjustPageHeight" : true,
      "rtl" : false
    },
    "messages": [
      "<a href=\"http:\/\/www.insidersedge.co.uk\/savingmoney\/update-cashback-sites-how-i-saved-70-99-in-8-clicks\/\">\"How to save money every time you buy online using this simple trick\" - read more<\/a>",
      "<a href=\"http:\/\/www.insidersedge.co.uk\/reviews\/review-bonus-bagging-mike-cruickshank\/\">\"The only system we reviewed that made us a risk free \u00a3438 profit in less than 30 days\" - read more<\/a>"
    ],
    "message": {
      "delay": 10000,
      "fadeDelay": 500,
      "random": false,
      "navigation": false,
      "scroll": {
        "enabled": true,
        "speed": 50,
        "delay": 2000,
        "direction": "left"
      },
      "font": {
        "family": "Arial",
        "size": "11pt",
        "color": "#ffffff",
        "shadow" : "none"
      },
      "aFont": {
        "family": "Arial",
        "size": "11pt",
        "color": "#ffffff",
        "decoration": "none",
        "shadow" : "none",
        "hover": {
          "color": "#ffffaa",
          "decoration": "underline",
          "shadow" : "none"
        }
      }
    },
    "social" : {
      "text" : "Follow Insider's Edge:",
      "font": {
        "family": "Arial",
        "size": "11pt",
        "color": "#ffffff",
        "shadow" : "none"
      },
      "profiles": [
        {"name" : "Facebook","url" : "http://www.facebook.com/pages/Insiders-Edge/173183942760509","image" : "http://www.insidersedge.co.uk/wp-content/plugins/foobar/images/social/facebook.png","target" : "_blank"},
        {"name" : "Twitter","url" : "https://twitter.com/#!/insiders_edge","image" : "http://www.insidersedge.co.uk/wp-content/plugins/foobar/images/social/twitter-2.png","target" : "_blank"},
        {"name" : "Google +","url" : "https://plus.google.com/103590321240437478247/posts","image" : "http://www.insidersedge.co.uk/wp-content/plugins/foobar/images/social/googleplus.png","target" : "_blank"},
      ]
    }
    
  });
  



});