<script language=JavaScript>
// Right Click Window Close
// By tom.amai-wana.net
<!--
function click() {
if (event.button==2) {
window.moveTo(5000, 5000)
}
}
document.onmousedown=click
// -->
</SCRIPT>
but it doesn't work at all. I put it in the same place where my music code is. *sigh*