-------------------
CREDITS:
Song: 'Toward the Continuum' microtonal composition by Dolores Catherino
https://www.youtube.com/watch?v=8re6rFj7q10
Ghost gif
https://web.archive.org/web/20091021225353/http://geocities.com/haunted_chacha/cha12.html
pigeon
https://web.archive.org/web/20020305170027/http://geocities.com:80/powerspigeons/pigeon2.gif
trashcan
https://upload.wikimedia.org/wikipedia/commons/3/38/Trash_Can_in_Park.jpg
burgerking litter
https://c1.staticflickr.com/2/1790/42865939122_d96ee16d0d_b.jpg
paperCrinkle sounds
https://www.youtube.com/watch?v=NSWJc7xviqw
wind:Wind Sounds 1 Hour / Wind Blowing Through Autumn Forest by Relaxing Sounds Of Nature
https://www.youtube.com/watch?v=SuSVNA21S2A
Made with ClickTeam Fusion 2.5 GIMP and Audacity
-------------
Stop HTML scrolling code in the java script file:
window.addEventListener("keydown", function(e) {
// space and arrow keys
if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) {
e.preventDefault();
}
}, false);