// JavaScript Document
var RadioPlayer= "http://www.tourdates.co.uk/RadioPlayer/?action=listenlive";
var RadioPlayerFeatures="width=710,height=405,scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0"

function LoadRadioPlayer()
{    
    wRadioPlayer=window.open("","RadioPlayer",RadioPlayerFeatures);
    if (wRadioPlayer != null)
        wRadioPlayer.location.href = RadioPlayer;        
    else
        alert('Tourdates is trying to open the Recharged Radio player so you can listen to the show whilst browsing our site, please allow popups, thank you!');
}

