function loadPicture(profile, picture){
    $('#ProfilePicture').load('pages/get_picture.php?profile='+profile+'&picture='+picture);    
}
