Hi Capy! Love your new website, just like your old one! What a good idea, to lessen discord time, I think I'm going to try it as well. The cool stuff script doesn't work properly; it will only display 'Tarzan boy', 'Mild summer nights, when it is slightly cold', and 'An Elvis tribute act'. This is because owlman's code is cursed I MEAN not simple enough to just add more sentences. Here's a version that doesn't have this issue; you can just add more sentences to the coolstuffArray. just add it like so: 'frikandel speciaal', If you want me to explain the script, hit me up! var coolstuffArray = [ 'Tarzan boy', 'Mild summer nights, when it is slightly cold', 'An outdoor pool', 'Rain on tarmac', 'A disco at croyde bay', 'Cheese and broccoli pasta', 'Raspberry and lemon chew sweets', 'A garden at night', 'Cigarette smoke as you leave a public building', 'ABBA in the distance', 'When you are sat outside at night but the weather is mild', 'Lying on the grass', 'An Elvis tribute act', ]; document.write(coolstuffArray[Math.floor(Math.random() * coolstuffArray.length)]); This will work if you replace this script with owlmans script, exactly where you left it. It won't work if you move it around, for that this version will work: Change your HTML:

You know what's cool?

And add this to your javascript(together with the array from above): document.querySelector("#somethingcool").textContent = coolstuffArray[Math.floor(Math.random() * coolstuffArray.length)]; yeah greetings bye