    title = new String("AUDIO");
    aURLs = new Array; aValues = new Array;
    aURLs.push("http://www.rhapsody.com/");
	aValues.push("Rhapsody");
    aURLs.push("http://mlb.mlb.com/mediacenter/");
	aValues.push("Gameday Audio");
    aURLs.push("http://www.scpr.org/programs/latw/");
	aValues.push("Play's the Thing");
    aURLs.push("http://www.bbc.co.uk/worldservice/ram/live_infent.ram");
	aValues.push("BBC WS");
    aURLs.push("http://www.bbc.co.uk/worldservice/news/summary.ram");
	aValues.push("...Latest News");
    aURLs.push("http://www.vpop.net/%7Ekpfk/kpfk.ram");
	aValues.push("KPFK");
    aURLs.push("http://www.wamu.org/audio/wamu.ram");
	aValues.push("WAMU");
    aURLs.push("http://www.kcsn.org/listen/hi.ram");
	aValues.push("KCSN");
    aURLs.push("http://www.scpr.org/play/live.html");
	aValues.push("KPCC");
    makeSelectBox(aURLs, aValues, title);
    delete(title); delete(aURLs); delete(aValues);
