Put "MOD Jukebox" on your own page

If you would like to add the Jukebox to your own site then all you have to do is put this code somewhere in your HTML. The script code must stay intact, but you can modify the <A HREF> link in any way you want. This example opens the jukebox, and starts playing the chiptune "Journey".

<SCRIPT LANGUAGE="JavaScript">
function Jukebox(modfile) {
window.open('http://www.lindqvist.synology.me/retired/uae/modbox.html?tune='+modfile,
'Jukebox','resizable=no,menubar=no,scrollbars=no,width=300,height=275')
}
</SCRIPT>

<A HREF="Javascript: Jukebox('Journey.zip')">Jukebox</A>