function getPhotoImage()
{
  var i = Math.round((allfaces.length-1)* Math.random());
  return allfaces[i];
}
