function makeInfoWindowHtml(info) {
    return "<strong>"+info.station +" "+ info.frequency +" "+ info.band + "</strong><br />" +
        ((info.time && info.dates) ? (info.time +", "+ info.days) : "");
        //+ "<br /><a href='/redirect.php?station="+info.station+"'>More info &gt;</a>";
}
function gotoBookmark (bookmark) {
    showBlock(bookmark+'-stations');
    MM_swapImage('USASiteMapImageMap','','/wp-content/themes/silaspartners/styles/map-images/radioMap_'+bookmark+'.gif',2);
}