function reload1(get){
        self.location="http://www.hittaren.com/"+get;
}
function storethis(id,get){
        document.cookie = id+"="+get+"; path=/;";
}

function disp_text()
   {
   var w = document.webradio.mylist.selectedIndex;
   var selected_text = document.webradio.mylist.options[w].value;
window.open(selected_text,'Radio','width=335,height=324,scrollbars=no,resizable=yes');
   }

