    title = new String("BLOG ROLL");
    aURLs = new Array; aValues = new Array;
    aURLs.push("http://www.livejournal.com/users/djmrswhite/");
	aValues.push("Dave");
    aURLs.push("http://movies.go.com/moviesproxy/moviewatcher");
	aValues.push("...MovieWatcher");
    aURLs.push("http://www.myspace.com/10843299");
	aValues.push("JLo @ My");
    aURLs.push("http://www.xanga.com/JLo4JC");
	aValues.push("... @ X");
    aURLs.push("http://www.xanga.com/stabhav");
	aValues.push("J S-H");
    aURLs.push("http://www.urbvil.org/blogs");
	aValues.push("urbvil");
    aURLs.push("http://www.borowitzreport.com");
	aValues.push("Borowitz");
    aURLs.push("http://www.cherylssnippets.blogspot.com");
	aValues.push("Cheryl");
    aURLs.push("http://2transform.us");
        aValues.push("Ernie");
    aURLs.push("http://www.urbanmennonite.org");
        aValues.push("Urban Connections");
    makeSelectBox(aURLs, aValues, title);
    delete(title); delete(aURLs); delete(aValues);
