User:ThomasW/Protoyping300914
The idea was to make a website that show a images that gets more glitchy for the more you click on the image.
<script> var i = 1 function change () { x= document.getElementsByTagName ("img") x[0].src = "TNMOC_"+i+".jpg" i=i+2 if (i==21) {i=0}; } </script>