var CopyStrings = new Object();
// System Requirement Failure messages:
CopyStrings.SystemRequirementFailure = new Object();
CopyStrings.SystemRequirementFailure.Heading = 'The radio player could not load because of the following reason(s):';
CopyStrings.SystemRequirementFailure.Os = 'The radio application requires a Windows computer to run.';
CopyStrings.SystemRequirementFailure.Browser = 'The radio application requires a current version of Internet Explorer or Firefox to run.
Download Internet Explorer
Download Firefox';
CopyStrings.SystemRequirementFailure.Wmp = 'The radio application requires Windows Media Player version 10 or higher.
Download Windows Media Player';
CopyStrings.SystemRequirementFailure.Activex = 'Firefox users will need the ActiveX Plug-in that corresponds to their version of Firefox.
Download the ActiveX plug-in for Firefox';
CopyStrings.SystemRequirementFailure.FirefoxActivex = 'We apologize, but you need a Windows computer and IE Browser to listen to TV Land´s free online radio station. Please write to us with any feedback, comments or suggestions.';
// button image alt attributes:
CopyStrings.Button = new Object();
CopyStrings.Button.Play = "Play";
CopyStrings.Button.Next = "Next";
CopyStrings.Button.Pause = "Pause";
// player status:
CopyStrings.PlayerStatus = new Object();
CopyStrings.PlayerStatus.Connecting = "Connecting";
CopyStrings.PlayerStatus.Buffering = "Buffering";
CopyStrings.PlayerStatus.Playing = "Playing";
CopyStrings.PlayerStatus.Paused = "Paused";
// now playing information:
CopyStrings.NowPlaying = new Object();
CopyStrings.NowPlaying.Heading = "Now Playing:";
CopyStrings.NowPlaying.Song = "";
CopyStrings.NowPlaying.Artist = "";
CopyStrings.NowPlaying.Album = "";
CopyStrings.NowPlaying.UpNext = "";
// listening to... (appears in title bar, before station name)
CopyStrings.ListeningTo = "You're Listening to:";
// station browser:
CopyStrings.StationBrowser = new Object();
CopyStrings.StationBrowser.Details = "Details";
CopyStrings.StationBrowser.Listen = "Listen";
CopyStrings.StationBrowser.Back = "Back";
CopyStrings.StationBrowser.Genres = "Genres:";
CopyStrings.StationBrowser.Artists = "Artists:";