var sampleData = {
  'Viewer' : { 
    'id': 'kenny', 
    'displayName': 'Kenny', 
    'profileUrl': 'http://en.wikipedia.org/wiki/Kenny_McCormick',
    'thumbnailUrl': 'http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Kenny.svg/200px-Kenny.svg.png'
  },
  'ViewerFriends' : [
    {
      'id': 'stanmarsh',
      'displayName': 'Stan Marsh',
      'profileUrl': 'http://en.wikipedia.org/wiki/Stan_Marsh',
      'thumbnailUrl': 'http://upload.wikimedia.org/wikipedia/en/thumb/0/05/StanMarsh.svg/130px-StanMarsh.svg.png'
    },
    {
      'id': 'kylebroflovski',
      'displayName': 'Kyle Broflovski',
      'profileUrl': 'http://en.wikipedia.org/wiki/Kyle_Broflovski',
      'thumbnailUrl': 'http://upload.wikimedia.org/wikipedia/en/thumb/1/18/Kyle.svg/200px-Kyle.svg.png'
    },
    {
      'id': 'ericcartman',
      'displayName': 'Eric Cartman',
      'profileUrl': 'http://en.wikipedia.org/wiki/Eric_Cartman',
      'thumbnailUrl': 'http://upload.wikimedia.org/wikipedia/en/thumb/5/5d/Eric.svg/180px-Eric.svg.png'
    }
  ],
  'SentTo': 2,
  'Sent': 'a peanut'
};
