Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Last active August 29, 2015 14:22
Show Gist options
  • Save GoesToEleven/20889dc6a77b45fa6cab to your computer and use it in GitHub Desktop.
Save GoesToEleven/20889dc6a77b45fa6cab to your computer and use it in GitHub Desktop.
array of eight ball images
var images = [
'https://lh3.googleusercontent.com/pqG6Epu72XBSMeGewWoiBoCeRoOcMPdiDDWkajAqe1s=s675-no',
'https://lh3.googleusercontent.com/OFzmZg-_rAu6olkePkJwIrcG6du8T6YCT4yiUXBEpww=s675-no',
'https://lh3.googleusercontent.com/Pg_DmHxB9xhgU4CaN3z97_qO50pd1Wz9IqgH3SBsD7k=s675-no',
'https://lh3.googleusercontent.com/5OuVJoAhoWvKSJCP8_WiXJLX3bXaFOjQeWiaBYu7flw=s675-no',
'https://lh3.googleusercontent.com/maPR9nqocNzoHof1wMRcRXJHcAf_fAPnrb1mgswcPk8=s675-no',
'https://lh3.googleusercontent.com/PUU9Z3c6xaT2thnHpz-ks7Ny9BhB_70Tle6K_XXFxFE=s675-no',
'https://lh3.googleusercontent.com/8XNr9vm9S9jblDcfiX_vNg_7OoVEacXQW7ZOnnvXWnE=s675-no',
'https://lh3.googleusercontent.com/wDKeeFFvu1tSiNswnHcsxistdlzRfDGX3e0-PEj2Yaw=s675-no',
'https://lh3.googleusercontent.com/U-GJbjXnufAL3hxtQtHwKaaY8O9aY6C5_MmVVOnWPm4=s675-no',
'https://lh3.googleusercontent.com/1UU3yeRv4dsIJxKmUArwbterm3URm3Wey1FLbM6UeX8=s675-no',
'https://lh3.googleusercontent.com/Cl75bujKZLvzrl4PQ1kgMUoqPlgxjloSBoylQ6C3a-Y=s675-no',
'https://lh3.googleusercontent.com/lqD6TkQVwY6Bs7jnVdqpp3XDhCQi85jkMVrLWYX0obw=s675-no',
'https://lh3.googleusercontent.com/6qlNA41J-6dvO1ZAtPGu0rKy1TtwMDQlPENjl-iP6R0=s675-no',
'https://lh3.googleusercontent.com/uhZKgSUVilBnq_6TcBvALwgHYxviZ5A8VKR8dkDMn9g=s675-no',
'https://lh3.googleusercontent.com/WnN9qJItOM-eipHsHN3zeH0qZI_k547vd3g710tDtMM=s675-no',
'https://lh3.googleusercontent.com/nTrGFFtD_6Il78VBnp_HCwyVxFAJz5xJhJVilwR_VvE=s675-no',
'https://lh3.googleusercontent.com/r9QnEbg0kncjL_XoioF7__nz0qjnUYVjwCH2IyQp56E=s675-no',
'https://lh3.googleusercontent.com/Pdxfszh6yD0y1Am40jyQD5DuTqxcs2EgSWhIOzkpfYU=s675-no',
'https://lh3.googleusercontent.com/L8LLxXGkRNZgyS3DsKhfN8g-rHPDQVNcBYPhd7EsHpY=s675-no',
'https://lh3.googleusercontent.com/_OLpymC55mhn9ioz6Tnjg4Oe1RHpUNa80ZP9AMkYqQM=s675-no',
'https://lh3.googleusercontent.com/ouDZNBSw-RL32DRDRJOyQg56WtRCCMvCM0c9yUiCBgU=s675-no',
]
// or this one
[
'http://planetoftheweb.com/i/8ball/empty.png',
'http://planetoftheweb.com/i/8ball/19.png',
'http://planetoftheweb.com/i/8ball/18.png',
'http://planetoftheweb.com/i/8ball/17.png',
'http://planetoftheweb.com/i/8ball/16.png',
'http://planetoftheweb.com/i/8ball/15.png',
'http://planetoftheweb.com/i/8ball/14.png',
'http://planetoftheweb.com/i/8ball/13.png',
'http://planetoftheweb.com/i/8ball/12.png',
'http://planetoftheweb.com/i/8ball/11.png',
'http://planetoftheweb.com/i/8ball/10.png',
'http://planetoftheweb.com/i/8ball/9.png',
'http://planetoftheweb.com/i/8ball/8.png',
'http://planetoftheweb.com/i/8ball/7.png',
'http://planetoftheweb.com/i/8ball/6.png',
'http://planetoftheweb.com/i/8ball/5.png',
'http://planetoftheweb.com/i/8ball/4.png',
'http://planetoftheweb.com/i/8ball/3.png',
'http://planetoftheweb.com/i/8ball/2.png',
'http://planetoftheweb.com/i/8ball/1.png',
'http://planetoftheweb.com/i/8ball/0.png',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment