function openJukebox()
{
	document.getElementById('jukeboxLink').removeAttribute("href");
	window.open('http://jukebox.starfox-online.net/','StarfoxOnlineJukebox','height=580,width=500,resizable=yes,toolbar=no,menubar=no,location=no,directories=no,status=no','replace=0');
	return false;
}