Shaqtion.FB = {
	shaqYourShaqtion: function(shaqtion){
		FB.ui({
			method: "stream.publish",
			message: "",
			href: "http://shaqtion.com/",
			attachment: {
				name: "I am "+shaqtion+" Shaqs!",
				caption: "My Shaqtion is "+shaqtion+". How many Shaqs are you? Shaq your Shaqtion at http://shaqtion.com/.",
				media: [{
					type: "image",
					src: "http://shaqtion.com/images/shaqtion.jpeg?1",
					href: "http://shaqtion.com/"
				}]
			},
			action_links: [{
				text: "Shaq Your Shaqtion",
				href: "http://shaqtion.com/"
			}]
		});
	}
};

window.fbAsyncInit = function() {
  FB.init({
		appId: '15fdb4f044cf82806e83e0880f0646ff',
		status: true,
		cookie: true,
    xfbml: true});
};

