streamshare = function() {
  var share = {
    method : 'stream.share',
    u : 'http://www.zerorateau.com'
  };
  FB.ui(share, function(response) {});
}
parseXfbml = function(id) {
  FB.XFBML.parse(document.getElementById(id));
}

