A6bCsh37hM4FybN4MXstnup6WEcichSQNK8AGvXDpump


WOWZA!!

about FatNiggacRocodileP izza

FAT NIGGA CORCOADILE PIZA

example: fat nigga RKOing 100kg croc in the florida everglades






❚❚
// Function to control the play/pause buttons via the player controls function songstart() { var audio = document.getElementById('tune'); var playButton = document.querySelector('.playy'); var pauseButton = document.querySelector('.pausee'); if (audio.paused) { audio.play(); playButton.style.display = 'none'; pauseButton.style.display = 'block'; } else { audio.pause(); playButton.style.display = 'block'; pauseButton.style.display = 'none'; } }