Skip to content

Instantly share code, notes, and snippets.

@ashaw
Created May 16, 2011 14:44
Show Gist options
  • Save ashaw/974556 to your computer and use it in GitHub Desktop.
Save ashaw/974556 to your computer and use it in GitHub Desktop.
var getGenericFbImg = function() {
var genders = ['Female', 'Male'];
var gender = genders[Math.floor(Math.random() * 2)];
return "http://www.facebook.com/images/profile/blankSilhouette" + gender + ".png"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment