var as_swf_name = "flashcontent";
var template_data = {"post-url": "http://www.dexterize.com/overlay.php?id=cc16bc9d8720e17a94d87ec0ce79cddf", 
	"images":[{"src":"http://www.dexterize.com/images/fb-feed2.gif", "href":"http://www.dexterize.com/"}]};

function fbInit(pAsSwfName,pApi_key,pReceiver){
	as_swf_name = pAsSwfName;
	FB.init(pApi_key,pReceiver);
}

function login(){
	FB.Connect.requireSession( onLoginHandler );
}

function shareLink(_total){
	//total = _total;
	FB.Connect.showFeedDialog(176006116186, template_data, null, '', null);
}

function inviteFriends(){
	FB.Connect.inviteConnectUsers();
}

function onLoginHandler(){
	flashCallBack( "onLogIn" );
}

function flashCallBack ( func ) {
	if( arguments.length > 1 ){
		document[as_swf_name][func]( Array.prototype.slice.call(arguments).slice(1)[0]);
	}else{
		document[as_swf_name][func]();
	}
}