/* Author: Matt Gauger

*/

$("#lifestream").lifestream({
  "limit": 100,
  "list":[
    {
    "service": "github",
    "user": "mathias"
    },
    {
    "service": "lastfm",
    "user": "mathiasdgauger"
    },
    {
    "service": "foursquare",
    "user": "mathiasx"
    },
    {
    "service": "twitter",
    "user": "mathiasx"
    }
  ]
});

























