
/* Circul8 Javascript Object */
var c8 = { };

/* Circul8 Javascript Configuration Object */
c8.Config = {
		Debug: false,
		
		Facebook: {
			AppId: '14717173717',
			AppKey: '20dcf54ce036afc7cbd7c6b509d50062',
			XdRcvr: '/xd_receiver.html'
		},
		
		AutoLoad: [ ]
};


function facebook_connect() {
    var linkurl = 'http://www.send-a-whale.com/?source=facebook';

    var fbPost = {  Title: 'Greenpeace - Send a Whale',
                    Text: '{*actor*} has sent a whale to Japan\'s new Prime Minister with a message to end whaling.',
		    Description: 'More than 140,000 people have sent origami whales to Japan\'s government. Ask 10 friends to do the same so Prime Minister Yukio Hatoyama, will hear international calls to stop whaling forever.',
                    Link: { href: linkurl, text: 'End whaling forever' },
                    Image: { src: 'http://www2.popul8.com.au/clients/send_a_whale/facebook_connect/facebook_connect_update.jpg', href: linkurl } 
    };

    c8.Utils.Debug(fbPost);
    c8.Fb.Stream.Publish( fbPost );
}
