var ff_image_url;
var ff_callback_url;
var ff_cancel_url;
var ff_lang;
	
function ff_setup(img_src){	   
	ff_image_url = img_src;
	ff_callback_url = "http://social.hellohello.net/foto_handler.php?pho_id=";
	ff_cancel_url = "http://social.hellohello.net";
	ff_lang = "en-US";
	ff_activate();
}