So I have a div in which I load all my friends, div's name is 'myFriendList'. I have their names and profile pictures with and , then I call FB.XFBML.parse(document.getElementById('myFriendList')); but it only shows me one name of first friend in the list, why doesn't it shows all names and pictures ?