var FB_Helper = function() {
  return {
    postToFBook: function(id, name, description, thumb) {
		//alert(id + name + description + thumb);
      //FB.Connect.showFeedDialog(222501235187, {'points':pts}, null, null, null, FB.RequireConnect.promptConnect, null);
		var videoEmbed = "http://admin.brightcove.com/viewer/us1.20.02.00/federated_video.swf?isVid=true&bgcolor=%23000000&flashID=myExperience&height=406&playerID=29474209001&publisherID=63128&videoID="+id+"&width=640&wmode=transparent";
		var template_data = {
			"video_title": name,
			"video_desc": description,
			"video": {
				"video_src": videoEmbed,
				"preview_img": thumb
			}
		};
		FB.Connect.showFeedDialog( '237297145187', template_data, null, null, null, FB.RequireConnect.promptConnect, null);
    }
  }
}();
