Source: site.view [edit]
Function name: lookupPic
Arguments: name
Description: Lookup profile picture for person
Page type: webl
Render function:  
Module: collabExt

Page source:

var imgs = WubCall("bingImageSearch", [name]);
if Size(imgs) > 0 then
   imgs[0].url
else
   ""
end;