function showInviteFriends()
{
	var openLightbox = function(response, error) {
		eval(response);
		$.weeboxs.open(rafTemplates["rafbody"], {contentType:'html', title:rafTemplates["raftitle"]});
	}
	$.get('com/authenticated/xmlrpc/raf.php?val=getRAFTemplate', null, openLightbox);
}