/*
To add a Shoutcast station, follow the pattern here.
In each row is the number and title of a station.
Put the number in single quotes, then a comma, then the station title in single quotes, then a comma.
If the title of the station has a single quote somewhere in it, replace it with \' (that's "backslash, single quote").
Make sure that every entry on the list BUT THE LAST has a comma after the station title.
If you put a comma after the last station, it won't work!
To get the station number, browse the Shoutcast station list at
http://www.shoutcast.com/ . Right click the 'Tune in'
button and copy the link to your clipboard. Find the station number in the link.
http://yp.shoutcast.com/sbin/tunein-sta ... ?id=439706 nsb radio
Example:
.977 - The Hits Channel (
http://www.shoutcast.com/sbin/shoutcast ... lename.pls)
Notice the "?rn=1025" : The station number is 1025. You'll see this station in the list below, too.
To add a separator, add an entry with no URL.
Stations will be listed on the portal page in the order you put them here.
*/
var shoutcast_stations = new Array(
'151778', 'kissfm.ro 96k',
'439706', '24x7 Live Shows-NSBRadio.co.uk',
'44662', 'jungletrain.net - 24/7 drum and bass',
'123161', 'DnBHeaven.com - Drum and Bass Radio',
'117216', '.::| 247drumandbass.com |::. Drum and Bass',
'46066', 'Kool London',
'1751635', 'UK Bass Radio',
'93507', 'Radio Mastermix :: mastermix.org',
'261851', 'Soulful Bits Funk',
'24371', 'Magic FM Romania Light Rock',
'637835', 'BlackBeats.FM R&B and Urban',
'212575', 'Freestyle FM UK - UpFront Dance Music Radio',
'49040', 'Breakpirates Playlist
http://www.breakpirates.com',
'5661', 'La Grosse Radio Reggae - Dub Dancehall Roots - From Paris Reggae',
'1023089', 'FullVibes Underground Electronic Radio',
'102286', 'Adom 106.3FM',
'177110', 'DIRTY OLD PUNKS',
'84158', 'DEFJAY.COM - 100% R&B! USA/Europe',
'38816', 'Antenne Mainz',
'55638', 'Antenne Tirol',
'325968', 'Antenne Steiermark',
'226959', '2CR CHINA RADIO NETWORK',
'99126', 'MONUMENTAL FM',
'326423', 'BATIMU FM African',
'86079', 'AYEFELEONAIR African',
'914897', 'idobi Radio Alternative'
);