function choosePlayer(type) {
        if (type == "web") {
                newWindow = window.open('/minicaster_pro_ice/index.html','_blank','toolbar=0,menubar=0,location=0,scrollbars=0,directories=0,status=0,resize=0,width=550,height=125,screenX=0,screenY=100,top=0,left=100');
        }
        if (type == "itunes") {
                window.location = 'itms://radio.deweyspizza.com/music.m3u';
        }
        if (type == "pls") {
                window.location = 'http://deweyspizza.com/radio_dewey.pls';
        }
        if (type == "wmp") {
                window.location = 'http://radio.deweyspizza.com/music.m3u';
        }
}

