$(document).ready(function() {
	$('input#flashCallback').bind('click', function(){
		getFlashMovie("flash").sendToActionscript({"friends": [{"first_name": "Martin", "last_name": "Prader", "pic_big": "http://profile.ak.fbcdn.net/v22944/1378/69/n708183953_2465.jpg", "uid": 708183953, "pic_square": "http://profile.ak.fbcdn.net/v22944/1378/69/q708183953_2465.jpg", "pic": "http://profile.ak.fbcdn.net/v22944/1378/69/s708183953_2465.jpg"}, {"first_name": "Moritz", "last_name": "Zumb\u00fchl", "pic_big": "http://profile.ak.fbcdn.net/v225/1274/92/n1015246704_9033.jpg", "uid": 1015246704, "pic_square": "http://profile.ak.fbcdn.net/v225/1274/92/q1015246704_9033.jpg", "pic": "http://profile.ak.fbcdn.net/v225/1274/92/s1015246704_9033.jpg"}, {"first_name": "Cornelia", "last_name": "Vecellio", "pic_big": "http://profile.ak.fbcdn.net/profile5/399/74/n1032377808_9136.jpg", "uid": 1032377808, "pic_square": "http://profile.ak.fbcdn.net/profile5/399/74/q1032377808_9136.jpg", "pic": "http://profile.ak.fbcdn.net/profile5/399/74/s1032377808_9136.jpg"}], "html": false, "participant": {"first_name": "Joaquin", "last_name": "Pushkin", "pic_big": "http://profile.ak.fbcdn.net/v228/1360/7/n1049738677_4813.jpg", "uid": 1049738677, "pic_square": "http://profile.ak.fbcdn.net/v228/1360/7/q1049738677_4813.jpg", "pic": "http://profile.ak.fbcdn.net/v228/1360/7/s1049738677_4813.jpg"}, "success": true});
	});	
});

function ShowShareSelector() {
	overlay($('div#overlayer'), '/ajax/friend-form/', init_forms);
}

function ShowReminder() {
	overlay($('div#overlayer'), '/ajax/remind-form/', init_remind_forms);
}

function getFlashMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}