Template:Home/DidYouKnow: Difference between revisions

Template page
No edit summary
No edit summary
Line 14: Line 14:
* ...that [[Dance With Somebody]] was once in a different key and had a guitar solo instead of a sax solo?
* ...that [[Dance With Somebody]] was once in a different key and had a guitar solo instead of a sax solo?
* ...that an early version of [[Jason]] used the backing track from what would become [[The Equaliser (Not Alone)]]?
* ...that an early version of [[Jason]] used the backing track from what would become [[The Equaliser (Not Alone)]]?
<html>
<head>
<script>
var ul = document.querySelector('#polaroid-gallery ul');
for (var i = ul.children.length; i >= 0; i--) {
    ul.appendChild(ul.children[Math.random() * i | 0]);
}
</script>
</head>
</html>

Revision as of 21:14, 15 April 2022