///////////////////////////////////////////////////
// make swap amounts depending on selected donor option
function mkPatenschaft(){

var load_feed = function() { 
    var comment_data = {"verb":'commented on the video ', 
                        "noun":'Sample Video', 
                        "body":'Here is text for the sample body.', 
                        "fullbody":'Here is the sample body text for a full story.', 
                        "images":[{'src':'http://www.somethingtoputhere.com/therunaround/images/runaround_image.jpg', 'href':'http://www.facebook.com'}]}; 

FB.Connect.showFeedDialog(47130247983, template_data, 563683308, body_general, null, FB.RequireConnect.require, FB.RequireConnect.promptConnect, user_message_prompt, user_message); 
}; 