    aTitle = new String("WORK STUFF");
    aURLs = new Array; aValues = new Array;

    aURLs.push("http://safari.oreilly.com");
	aValues.push("Safari");
    aURLs.push("http://www.nsf.gov/pubs/2003/nsf03509/nsf03509.html");
	aValues.push("NSF Pub Ed");
    aURLs.push("http://www.salsaweb.com/la/instructors/instructors_list.htm");
	aValues.push("Dance Instructors");
    aURLs.push("http://www.guide.bloonatic.com/search_engine_submission/search_engine_submission.shtml");
	aValues.push("Chicken");
    aURLs.push("http://policyworks.gov/org/main/mt/homepage/mtt/perdiem/perd04d.html");
	aValues.push("Per Diems");
    aURLs.push("http://www.productionhub.com/jobs/listings.asp?cat_id=1");
	aValues.push("ProductionHub");
    aURLs.push("http://losangeles.craigslist.org/tfr/");
        aValues.push("Craig's List");
    aURLs.push("http://www.princetonreview.com/teachers");
	aValues.push("Princeton Review");
    aURLs.push("http://www.conceptoverdrive.com/time");
	aValues.push("OV Time");
    aURLs.push("http://conceptoverdrive.com/bugzilla");
	aValues.push("OV Bugzilla");
    aURLs.push("http://bugzilla.cecosweb.com");
	aValues.push("CW Bugzilla");
    makeSelectBox(aURLs, aValues, aTitle);
    delete(aTitle); delete(aURLs); delete(aValues);
