FB.init("738e38d1be598de9eae1de694b7765e2");

function callPublish(msg, attachment, action_link) {
    FB.ensureInit(function() {
        FB.Connect.streamPublish('', attachment, action_link);
    });
}

function FbFlyingHigh() {
    callPublish('', { 'name': 'Flying High with the White Eagle Project!', 'href': 'http://www.riveroflifeuganda.org/latest-news.aspx', 'description': 'The White Eagle Project, run by River of Life Uganda, supports over 50 former street kids, orphans and other children-at-risk in Masaka, Uganda.' + String.fromCharCode(13) + String.fromCharCode(13) + 'The White Eagle Project is celebrating its 10th anniversary this Christmas - you can help them Fly High by becoming a supporter! You can find out more by visiting our website.', 'media': [{ 'type': 'image', 'src': 'http://www.riveroflifeuganda.org/images/fb-connect/flying-high.jpg', 'href': 'http://www.riveroflifeuganda.org/latest-news.aspx'}] }, [{ 'text': 'Donate to River of Life Uganda', 'href': 'http://www.justgiving.com/riveroflife'}]);
    return false;
}