<!-- ONE STEP TO INSTALL JS INTERNET RADIO TUNER:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Dick James (dick.james@blasiussolutions.net.co.nr) -->
<!-- Web Site: http://blasiussolutions.net.co.nr -->
<!-- Free JavaScript Internet Radio Tuner. -->
<!-- Produced by Blasius Solutions. http://blasiussolutions.net.co.nr -->
<!-- Provided as a cool free website add-on from http://buildfree.org  -->

<SCRIPT type=text/javascript>
<!-- hide
function radioHome(url)
{
if(url==""){
alert("Please select station first.");
}
else{
spliturl = url.split("/");
window.open("http://"+spliturl[2]);
}
}
function nothing(){
// prevents errors when clicking on a blank link in IE.
}
// end -->
</SCRIPT>

<FORM name=radio><B>
Internet Radio Tuner</B><BR><SELECT class=inputbox onchange=window.location=this.value; name=list> <OPTION value="" selected>Select Radio Station...<OPTION value=http://www.bbc.co.uk/radio1/realaudio/media/r1livev7.ram>Radio 1<OPTION value=http://www.bbc.co.uk/radio2/realmedia/fmg2.ram>Radio 2<OPTION value=http://www.bbc.co.uk/radio3/ram/r3g2.ram>Radio 3<OPTION value=http://www.bbc.co.uk/6music/ram/dsatg2.ram>BBC 6 Music<OPTION value=http://www.smgradio.com/core/audio/real/live.smi?service=vr>Virgin Radio<OPTION value=http://www.smgradio.com/core/audio/real/live.smi?service=lq>Liquid: nonstop alt.pop<OPTION value=http://audio.musicradio.com/tuner.asp?station=classic>Classic FM</OPTION></SELECT><BR><A id=radiolink onclick=radioHome(list.value) href="javascript:nothing();">open radio station homepage</A><BR><A href="http://www.real.com/" target=_new>requires free Real One player</A> </FORM>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 2.10 KB -->