//Hides links from Google out of player-list.php to the player pages
function gotoPlayer(playerURL){
//window.location='http://localhost/~duncan/dukebox/player/'+playerURL
document.location.href='http://www.dukebox.com/player/'+playerURL
}
//Hides links from Google out of player-list.php to the accessory pages
function gotoAccessory(accessoryURL){
//window.location='http://localhost/~duncan/dukebox/accessory/'+accessoryURL
document.location.href='http://www.dukebox.com/showaccessory/'+accessoryURL
}
function gotoGensite(theurl){
document.location.href='http://www.duke-box.com/'+theurl
}
function gotoAboutsite(theurl){
//redirects to page on the aboutsite from player-list header.inc - formerly juke-box.net
document.location.href='http://www.dukebox.com/'+theurl
}
function gotopage(url){//for links to dukebox.com only
document.location.href="http://www.dukebox.com/"+url
}
function go_to(url){
document.location.href="http://www.dukebox.com/"+url
}
/*
function compwindow(){
window.open('<?php echo"$serverbase";?>compended.html','comp','width=300,height=400,scrollbars=yes');
}//Opens competition pop-up

function pricedrop(){//Opens latest news pop-up when link clicked
window.open('<?php echo"$serverbase";?>cashback.html','cashback','width=380,height=400,scrollbars=yes');
}
*/
