    title = new String("DAILY CLIX");
    aURLs = new Array; aValues = new Array;
    aURLs.push("http://dilbert.com/");
	aValues.push("Dilbert");
    aURLs.push("http://www.doonesbury.com/strip/dailydose/index.html");
	aValues.push("Doonesbury");
    aURLs.push("http://www.ucomics.com/foxtrot/");
	aValues.push("Foxtrot");
    aURLs.push("http://www.thedailyshow.com/full-episodes/");
	aValues.push("Daily Show");
    aURLs.push("http://www.comedycentral.com/colbertreport/full-episodes/");
	aValues.push("Colbert Report");
    aURLs.push("http://weather.yahoo.com/forecast/USCA0840_f.html");
	aValues.push("Weather");
    aURLs.push("http://www.weather.com/weather/map/USAZ0040");
	aValues.push("...Radar");
    aURLs.push("http://at.caltech.edu/calendar/");
	aValues.push("@Caltech");
    aURLs.push("http://calendar.yahoo.com/glonewton/");
	aValues.push("Car Calendar");
    aURLs.push("http://www.google.com/calendar/render?cid=rnolty%40gmail.com");
	aValues.push("Google Calendar");
    aURLs.push("http://www.gmail.com");
	aValues.push("Mail");
    makeSelectBox(aURLs, aValues, title);
    delete(title); delete(aURLs); delete(aValues);
