
var hide_empty_list=true; //uncomment this line to hide empty selection lists
//var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. 

var newwindow=0 //Open links in new window or not? 1=yes, 0=no.

/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////
addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select a Movie List", "", 1); //HEADER OPTION
addList("First-Select", "New in Theaters", "", "theaters");
addList("First-Select", "All Time", "", "alltime");
addList("First-Select", "Genres by Decade", "", "decade");
addList("First-Select", "Genres by Year", "", "year");

addOption("theaters", "Select an item", "", 1); //HEADER OPTION
addOption("theaters", "New this Week", "http://movies.toptenreviews.com/list_new_in_theaters.htm"); //END OF THIS NODE
addOption("theaters", "All In Theaters", "http://movies.toptenreviews.com/list_all_in_theaters.htm");


addOption("alltime", "Select an item", "", 1); //HEADER OPTION
addOption("alltime", "All Time List", "http://movies.toptenreviews.com/list_all_time.htm"); //END OF THIS NODE
addList("alltime", "All Time by Genre", "", "alltime_genres");
addList("alltime", "All Time by Decade", "", "alltime_decades");
addList("alltime", "All Time by Year", "", "alltime_years");
	addOption("alltime_genres", "Select a Genre", "", 1); //HEADER OPTION
		addOption("alltime_genres", "Action", "http://movies.toptenreviews.com/list_action.htm");
		addOption("alltime_genres", "Adventure", "http://movies.toptenreviews.com/list_adventure.htm");
		addOption("alltime_genres", "Animation", "http://movies.toptenreviews.com/list_animation.htm");
		addOption("alltime_genres", "Biography", "http://movies.toptenreviews.com/list_biography.htm");
		addOption("alltime_genres", "Christmas", "http://movies.toptenreviews.com/list_christmas.htm");
		addOption("alltime_genres", "Comedy", "http://movies.toptenreviews.com/list_comedy.htm");
		addOption("alltime_genres", "Crime", "http://movies.toptenreviews.com/list_crime.htm");
		addOption("alltime_genres", "Disney", "http://movies.toptenreviews.com/list_disney.htm");
		addOption("alltime_genres", "Documentary", "http://movies.toptenreviews.com/list_documentary.htm");
		addOption("alltime_genres", "Drama", "http://movies.toptenreviews.com/list_drama.htm");
		addOption("alltime_genres", "Family", "http://movies.toptenreviews.com/list_family.htm");
		addOption("alltime_genres", "Fantasy", "http://movies.toptenreviews.com/list_fantasy.htm");
		addOption("alltime_genres", "History", "http://movies.toptenreviews.com/list_history.htm");
		addOption("alltime_genres", "Horror", "http://movies.toptenreviews.com/list_horror.htm");
		addOption("alltime_genres", "Music", "http://movies.toptenreviews.com/list_music.htm");
		addOption("alltime_genres", "Musical", "http://movies.toptenreviews.com/list_musical.htm");
		addOption("alltime_genres", "Mystery", "http://movies.toptenreviews.com/list_mystery.htm");
		addOption("alltime_genres", "Romance", "http://movies.toptenreviews.com/list_romance.htm");
		addOption("alltime_genres", "SciFi", "http://movies.toptenreviews.com/list_scifi.htm");
		addOption("alltime_genres", "Sports", "http://movies.toptenreviews.com/list_sports.htm");
		addOption("alltime_genres", "Teen", "http://movies.toptenreviews.com/list_teen.htm");
		addOption("alltime_genres", "Thriller", "http://movies.toptenreviews.com/list_thriller.htm");
		addOption("alltime_genres", "War", "http://movies.toptenreviews.com/list_war.htm");
		addOption("alltime_genres", "Western", "http://movies.toptenreviews.com/list_western.htm");
	addOption("alltime_years", "Select a Year", "", 1); //HEADER OPTION
		addOption("alltime_years", "2007", "http://movies.toptenreviews.com/list_2007.htm");
		addOption("alltime_years", "2006", "http://movies.toptenreviews.com/list_2006.htm");
		addOption("alltime_years", "2005", "http://movies.toptenreviews.com/list_2005.htm");
		addOption("alltime_years", "2004", "http://movies.toptenreviews.com/list_2004.htm");
		addOption("alltime_years", "2003", "http://movies.toptenreviews.com/list_2003.htm");
		addOption("alltime_years", "2002", "http://movies.toptenreviews.com/list_2002.htm");
		addOption("alltime_years", "2001", "http://movies.toptenreviews.com/list_2001.htm");
		addOption("alltime_years", "2000", "http://movies.toptenreviews.com/list_2000.htm");
		addOption("alltime_years", "1999", "http://movies.toptenreviews.com/list_1999.htm");
		addOption("alltime_years", "1998", "http://movies.toptenreviews.com/list_1998.htm");
		addOption("alltime_years", "1997", "http://movies.toptenreviews.com/list_1997.htm");
		addOption("alltime_years", "1996", "http://movies.toptenreviews.com/list_1996.htm");
		addOption("alltime_years", "1995", "http://movies.toptenreviews.com/list_1995.htm");
		addOption("alltime_years", "1994", "http://movies.toptenreviews.com/list_1994.htm");
		addOption("alltime_years", "1993", "http://movies.toptenreviews.com/list_1993.htm");
		addOption("alltime_years", "1992", "http://movies.toptenreviews.com/list_1992.htm");
		addOption("alltime_years", "1991", "http://movies.toptenreviews.com/list_1991.htm");
		addOption("alltime_years", "1990", "http://movies.toptenreviews.com/list_1990.htm");
		addOption("alltime_years", "1989", "http://movies.toptenreviews.com/list_1989.htm");
		addOption("alltime_years", "1988", "http://movies.toptenreviews.com/list_1988.htm");
		addOption("alltime_years", "1987", "http://movies.toptenreviews.com/list_1987.htm");
		addOption("alltime_years", "1986", "http://movies.toptenreviews.com/list_1986.htm");
		addOption("alltime_years", "1985", "http://movies.toptenreviews.com/list_1985.htm");
		addOption("alltime_years", "1984", "http://movies.toptenreviews.com/list_1984.htm");
		addOption("alltime_years", "1983", "http://movies.toptenreviews.com/list_1983.htm");
		addOption("alltime_years", "1982", "http://movies.toptenreviews.com/list_1982.htm");
		addOption("alltime_years", "1981", "http://movies.toptenreviews.com/list_1981.htm");
		addOption("alltime_years", "1980", "http://movies.toptenreviews.com/list_1980.htm");
		addOption("alltime_years", "1979", "http://movies.toptenreviews.com/list_1979.htm");
		addOption("alltime_years", "1978", "http://movies.toptenreviews.com/list_1978.htm");
		addOption("alltime_years", "1977", "http://movies.toptenreviews.com/list_1977.htm");
		addOption("alltime_years", "1976", "http://movies.toptenreviews.com/list_1976.htm");
		addOption("alltime_years", "1975", "http://movies.toptenreviews.com/list_1975.htm");
		addOption("alltime_years", "1974", "http://movies.toptenreviews.com/list_1974.htm");
		addOption("alltime_years", "1973", "http://movies.toptenreviews.com/list_1973.htm");
		addOption("alltime_years", "1972", "http://movies.toptenreviews.com/list_1972.htm");
		addOption("alltime_years", "1971", "http://movies.toptenreviews.com/list_1971.htm");
		addOption("alltime_years", "1970", "http://movies.toptenreviews.com/list_1970.htm");
		addOption("alltime_years", "1969", "http://movies.toptenreviews.com/list_1969.htm");
		addOption("alltime_years", "1968", "http://movies.toptenreviews.com/list_1968.htm");
		addOption("alltime_years", "1967", "http://movies.toptenreviews.com/list_1967.htm");
		addOption("alltime_years", "1966", "http://movies.toptenreviews.com/list_1966.htm");
		addOption("alltime_years", "1965", "http://movies.toptenreviews.com/list_1965.htm");
		addOption("alltime_years", "1964", "http://movies.toptenreviews.com/list_1964.htm");
		addOption("alltime_years", "1963", "http://movies.toptenreviews.com/list_1963.htm");
		addOption("alltime_years", "1962", "http://movies.toptenreviews.com/list_1962.htm");
		addOption("alltime_years", "1961", "http://movies.toptenreviews.com/list_1961.htm");
		addOption("alltime_years", "1960", "http://movies.toptenreviews.com/list_1960.htm");
		addOption("alltime_years", "1959", "http://movies.toptenreviews.com/list_1959.htm");
		addOption("alltime_years", "1958", "http://movies.toptenreviews.com/list_1958.htm");
		addOption("alltime_years", "1957", "http://movies.toptenreviews.com/list_1957.htm");
		addOption("alltime_years", "1956", "http://movies.toptenreviews.com/list_1956.htm");
		addOption("alltime_years", "1955", "http://movies.toptenreviews.com/list_1955.htm");
		addOption("alltime_years", "1954", "http://movies.toptenreviews.com/list_1954.htm");
		addOption("alltime_years", "1953", "http://movies.toptenreviews.com/list_1953.htm");
		addOption("alltime_years", "1952", "http://movies.toptenreviews.com/list_1952.htm");
		addOption("alltime_years", "1951", "http://movies.toptenreviews.com/list_1951.htm");
		addOption("alltime_years", "1950", "http://movies.toptenreviews.com/list_1950.htm");
		addOption("alltime_years", "1949", "http://movies.toptenreviews.com/list_1949.htm");
		addOption("alltime_years", "1948", "http://movies.toptenreviews.com/list_1948.htm");
		addOption("alltime_years", "1947", "http://movies.toptenreviews.com/list_1947.htm");
		addOption("alltime_years", "1946", "http://movies.toptenreviews.com/list_1946.htm");
		addOption("alltime_years", "1945", "http://movies.toptenreviews.com/list_1945.htm");
		addOption("alltime_years", "1944", "http://movies.toptenreviews.com/list_1944.htm");
		addOption("alltime_years", "1943", "http://movies.toptenreviews.com/list_1943.htm");
		addOption("alltime_years", "1942", "http://movies.toptenreviews.com/list_1942.htm");
		addOption("alltime_years", "1941", "http://movies.toptenreviews.com/list_1941.htm");
		addOption("alltime_years", "1940", "http://movies.toptenreviews.com/list_1940.htm");
		addOption("alltime_years", "1939", "http://movies.toptenreviews.com/list_1939.htm");
		addOption("alltime_years", "1938", "http://movies.toptenreviews.com/list_1938.htm");
		addOption("alltime_years", "1937", "http://movies.toptenreviews.com/list_1937.htm");
		addOption("alltime_years", "1936", "http://movies.toptenreviews.com/list_1936.htm");
		addOption("alltime_years", "1935", "http://movies.toptenreviews.com/list_1935.htm");
		addOption("alltime_years", "1934", "http://movies.toptenreviews.com/list_1934.htm");
		addOption("alltime_years", "1933", "http://movies.toptenreviews.com/list_1933.htm");
		addOption("alltime_years", "1932", "http://movies.toptenreviews.com/list_1932.htm");
		addOption("alltime_years", "1931", "http://movies.toptenreviews.com/list_1931.htm");
		addOption("alltime_years", "1930", "http://movies.toptenreviews.com/list_1930.htm");
		addOption("alltime_years", "1929", "http://movies.toptenreviews.com/list_1929.htm");
		addOption("alltime_years", "1928", "http://movies.toptenreviews.com/list_1928.htm");
		addOption("alltime_years", "1927", "http://movies.toptenreviews.com/list_1927.htm");
		addOption("alltime_years", "1926", "http://movies.toptenreviews.com/list_1926.htm");
		addOption("alltime_years", "1925", "http://movies.toptenreviews.com/list_1925.htm");
		addOption("alltime_years", "1924", "http://movies.toptenreviews.com/list_1924.htm");
		addOption("alltime_years", "1923", "http://movies.toptenreviews.com/list_1923.htm");
		addOption("alltime_years", "1922", "http://movies.toptenreviews.com/list_1922.htm");
		addOption("alltime_years", "1921", "http://movies.toptenreviews.com/list_1921.htm");
		addOption("alltime_years", "1920", "http://movies.toptenreviews.com/list_1920.htm");
	addOption("alltime_decades", "Select a Decade", "", 1); //HEADER OPTION
		addOption("alltime_decades", "2000s", "http://movies.toptenreviews.com/list_d2000.htm");
		addOption("alltime_decades", "1990s", "http://movies.toptenreviews.com/list_d1990.htm");
		addOption("alltime_decades", "1980s", "http://movies.toptenreviews.com/list_d1980.htm");
		addOption("alltime_decades", "1970s", "http://movies.toptenreviews.com/list_d1970.htm");
		addOption("alltime_decades", "1960s", "http://movies.toptenreviews.com/list_d1960.htm");
		addOption("alltime_decades", "1950s", "http://movies.toptenreviews.com/list_d1950.htm");
		addOption("alltime_decades", "1940s", "http://movies.toptenreviews.com/list_d1940.htm");
		addOption("alltime_decades", "1930s", "http://movies.toptenreviews.com/list_d1930.htm");
		addOption("alltime_decades", "1920s", "http://movies.toptenreviews.com/list_d1920.htm");
	addOption("decade", "Select a Decade", "", 1); //HEADER OPTION
		addList("decade", "2000s", "", "decade_genres_2000");
		addList("decade", "1990s", "", "decade_genres_1990");
		addList("decade", "1980s", "", "decade_genres_1980");
		addList("decade", "1970s", "", "decade_genres_1970");
		addList("decade", "1960s", "", "decade_genres_1960");
		addList("decade", "1950s", "", "decade_genres_1950");
		addList("decade", "1940s", "", "decade_genres_1940");
		addList("decade", "1930s", "", "decade_genres_1930");
		addList("decade", "1920s", "", "decade_genres_1920");
		addOption("decade_genres_2000", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_2000", "Action", "http://movies.toptenreviews.com/list_action_2000s.htm");
		addOption("decade_genres_2000", "Adventure", "http://movies.toptenreviews.com/list_adventure_2000s.htm");
		addOption("decade_genres_2000", "Animation", "http://movies.toptenreviews.com/list_animation_2000s.htm");
		addOption("decade_genres_2000", "Biography", "http://movies.toptenreviews.com/list_biography_2000s.htm");
		addOption("decade_genres_2000", "Christmas", "http://movies.toptenreviews.com/list_christmas_2000s.htm");
		addOption("decade_genres_2000", "Comedy", "http://movies.toptenreviews.com/list_comedy_2000s.htm");
		addOption("decade_genres_2000", "Crime", "http://movies.toptenreviews.com/list_crime_2000s.htm");
		addOption("decade_genres_2000", "Disney", "http://movies.toptenreviews.com/list_disney_2000s.htm");
		addOption("decade_genres_2000", "Documentary", "http://movies.toptenreviews.com/list_documentary_2000s.htm");
		addOption("decade_genres_2000", "Drama", "http://movies.toptenreviews.com/list_drama_2000s.htm");
		addOption("decade_genres_2000", "Family", "http://movies.toptenreviews.com/list_family_2000s.htm");
		addOption("decade_genres_2000", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2000s.htm");
		addOption("decade_genres_2000", "History", "http://movies.toptenreviews.com/list_history_2000s.htm");
		addOption("decade_genres_2000", "Horror", "http://movies.toptenreviews.com/list_horror_2000s.htm");
		addOption("decade_genres_2000", "Music", "http://movies.toptenreviews.com/list_music_2000s.htm");
		addOption("decade_genres_2000", "Musical", "http://movies.toptenreviews.com/list_musical_2000s.htm");
		addOption("decade_genres_2000", "Mystery", "http://movies.toptenreviews.com/list_mystery_2000s.htm");
		addOption("decade_genres_2000", "Romance", "http://movies.toptenreviews.com/list_romance_2000s.htm");
		addOption("decade_genres_2000", "SciFi", "http://movies.toptenreviews.com/list_scifi_2000s.htm");
		addOption("decade_genres_2000", "Sports", "http://movies.toptenreviews.com/list_sports_2000s.htm");
		addOption("decade_genres_2000", "Teen", "http://movies.toptenreviews.com/list_teen_2000s.htm");
		addOption("decade_genres_2000", "Thriller", "http://movies.toptenreviews.com/list_thriller_2000s.htm");
		addOption("decade_genres_2000", "War", "http://movies.toptenreviews.com/list_war_2000s.htm");
		addOption("decade_genres_2000", "Western", "http://movies.toptenreviews.com/list_western_2000s.htm");
		addOption("decade_genres_1990", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1990", "Action", "http://movies.toptenreviews.com/list_action_1990s.htm");
		addOption("decade_genres_1990", "Adventure", "http://movies.toptenreviews.com/list_adventure_1990s.htm");
		addOption("decade_genres_1990", "Animation", "http://movies.toptenreviews.com/list_animation_1990s.htm");
		addOption("decade_genres_1990", "Biography", "http://movies.toptenreviews.com/list_biography_1990s.htm");
		addOption("decade_genres_1990", "Christmas", "http://movies.toptenreviews.com/list_christmas_1990s.htm");
		addOption("decade_genres_1990", "Comedy", "http://movies.toptenreviews.com/list_comedy_1990s.htm");
		addOption("decade_genres_1990", "Crime", "http://movies.toptenreviews.com/list_crime_1990s.htm");
		addOption("decade_genres_1990", "Disney", "http://movies.toptenreviews.com/list_disney_1990s.htm");
		addOption("decade_genres_1990", "Documentary", "http://movies.toptenreviews.com/list_documentary_1990s.htm");
		addOption("decade_genres_1990", "Drama", "http://movies.toptenreviews.com/list_drama_1990s.htm");
		addOption("decade_genres_1990", "Family", "http://movies.toptenreviews.com/list_family_1990s.htm");
		addOption("decade_genres_1990", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1990s.htm");
		addOption("decade_genres_1990", "History", "http://movies.toptenreviews.com/list_history_1990s.htm");
		addOption("decade_genres_1990", "Horror", "http://movies.toptenreviews.com/list_horror_1990s.htm");
		addOption("decade_genres_1990", "Music", "http://movies.toptenreviews.com/list_music_1990s.htm");
		addOption("decade_genres_1990", "Musical", "http://movies.toptenreviews.com/list_musical_1990s.htm");
		addOption("decade_genres_1990", "Mystery", "http://movies.toptenreviews.com/list_mystery_1990s.htm");
		addOption("decade_genres_1990", "Romance", "http://movies.toptenreviews.com/list_romance_1990s.htm");
		addOption("decade_genres_1990", "SciFi", "http://movies.toptenreviews.com/list_scifi_1990s.htm");
		addOption("decade_genres_1990", "Sports", "http://movies.toptenreviews.com/list_sports_1990s.htm");
		addOption("decade_genres_1990", "Teen", "http://movies.toptenreviews.com/list_teen_1990s.htm");
		addOption("decade_genres_1990", "Thriller", "http://movies.toptenreviews.com/list_thriller_1990s.htm");
		addOption("decade_genres_1990", "War", "http://movies.toptenreviews.com/list_war_1990s.htm");
		addOption("decade_genres_1990", "Western", "http://movies.toptenreviews.com/list_western_1990s.htm");
		addOption("decade_genres_1980", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1980", "Action", "http://movies.toptenreviews.com/list_action_1980s.htm");
		addOption("decade_genres_1980", "Adventure", "http://movies.toptenreviews.com/list_adventure_1980s.htm");
		addOption("decade_genres_1980", "Animation", "http://movies.toptenreviews.com/list_animation_1980s.htm");
		addOption("decade_genres_1980", "Biography", "http://movies.toptenreviews.com/list_biography_1980s.htm");
		addOption("decade_genres_1980", "Christmas", "http://movies.toptenreviews.com/list_christmas_1980s.htm");
		addOption("decade_genres_1980", "Comedy", "http://movies.toptenreviews.com/list_comedy_1980s.htm");
		addOption("decade_genres_1980", "Crime", "http://movies.toptenreviews.com/list_crime_1980s.htm");
		addOption("decade_genres_1980", "Disney", "http://movies.toptenreviews.com/list_disney_1980s.htm");
		addOption("decade_genres_1980", "Documentary", "http://movies.toptenreviews.com/list_documentary_1980s.htm");
		addOption("decade_genres_1980", "Drama", "http://movies.toptenreviews.com/list_drama_1980s.htm");
		addOption("decade_genres_1980", "Family", "http://movies.toptenreviews.com/list_family_1980s.htm");
		addOption("decade_genres_1980", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1980s.htm");
		addOption("decade_genres_1980", "History", "http://movies.toptenreviews.com/list_history_1980s.htm");
		addOption("decade_genres_1980", "Horror", "http://movies.toptenreviews.com/list_horror_1980s.htm");
		addOption("decade_genres_1980", "Music", "http://movies.toptenreviews.com/list_music_1980s.htm");
		addOption("decade_genres_1980", "Musical", "http://movies.toptenreviews.com/list_musical_1980s.htm");
		addOption("decade_genres_1980", "Mystery", "http://movies.toptenreviews.com/list_mystery_1980s.htm");
		addOption("decade_genres_1980", "Romance", "http://movies.toptenreviews.com/list_romance_1980s.htm");
		addOption("decade_genres_1980", "SciFi", "http://movies.toptenreviews.com/list_scifi_1980s.htm");
		addOption("decade_genres_1980", "Sports", "http://movies.toptenreviews.com/list_sports_1980s.htm");
		addOption("decade_genres_1980", "Teen", "http://movies.toptenreviews.com/list_teen_1980s.htm");
		addOption("decade_genres_1980", "Thriller", "http://movies.toptenreviews.com/list_thriller_1980s.htm");
		addOption("decade_genres_1980", "War", "http://movies.toptenreviews.com/list_war_1980s.htm");
		addOption("decade_genres_1980", "Western", "http://movies.toptenreviews.com/list_western_1980s.htm");
		addOption("decade_genres_1970", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1970", "Action", "http://movies.toptenreviews.com/list_action_1970s.htm");
		addOption("decade_genres_1970", "Adventure", "http://movies.toptenreviews.com/list_adventure_1970s.htm");
		addOption("decade_genres_1970", "Animation", "http://movies.toptenreviews.com/list_animation_1970s.htm");
		addOption("decade_genres_1970", "Biography", "http://movies.toptenreviews.com/list_biography_1970s.htm");
		addOption("decade_genres_1970", "Christmas", "http://movies.toptenreviews.com/list_christmas_1970s.htm");
		addOption("decade_genres_1970", "Comedy", "http://movies.toptenreviews.com/list_comedy_1970s.htm");
		addOption("decade_genres_1970", "Crime", "http://movies.toptenreviews.com/list_crime_1970s.htm");
		addOption("decade_genres_1970", "Disney", "http://movies.toptenreviews.com/list_disney_1970s.htm");
		addOption("decade_genres_1970", "Documentary", "http://movies.toptenreviews.com/list_documentary_1970s.htm");
		addOption("decade_genres_1970", "Drama", "http://movies.toptenreviews.com/list_drama_1970s.htm");
		addOption("decade_genres_1970", "Family", "http://movies.toptenreviews.com/list_family_1970s.htm");
		addOption("decade_genres_1970", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1970s.htm");
		addOption("decade_genres_1970", "History", "http://movies.toptenreviews.com/list_history_1970s.htm");
		addOption("decade_genres_1970", "Horror", "http://movies.toptenreviews.com/list_horror_1970s.htm");
		addOption("decade_genres_1970", "Music", "http://movies.toptenreviews.com/list_music_1970s.htm");
		addOption("decade_genres_1970", "Musical", "http://movies.toptenreviews.com/list_musical_1970s.htm");
		addOption("decade_genres_1970", "Mystery", "http://movies.toptenreviews.com/list_mystery_1970s.htm");
		addOption("decade_genres_1970", "Romance", "http://movies.toptenreviews.com/list_romance_1970s.htm");
		addOption("decade_genres_1970", "SciFi", "http://movies.toptenreviews.com/list_scifi_1970s.htm");
		addOption("decade_genres_1970", "Sports", "http://movies.toptenreviews.com/list_sports_1970s.htm");
		addOption("decade_genres_1970", "Teen", "http://movies.toptenreviews.com/list_teen_1970s.htm");
		addOption("decade_genres_1970", "Thriller", "http://movies.toptenreviews.com/list_thriller_1970s.htm");
		addOption("decade_genres_1970", "War", "http://movies.toptenreviews.com/list_war_1970s.htm");
		addOption("decade_genres_1970", "Western", "http://movies.toptenreviews.com/list_western_1970s.htm");
		addOption("decade_genres_1960", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1960", "Action", "http://movies.toptenreviews.com/list_action_1960s.htm");
		addOption("decade_genres_1960", "Adventure", "http://movies.toptenreviews.com/list_adventure_1960s.htm");
		addOption("decade_genres_1960", "Animation", "http://movies.toptenreviews.com/list_animation_1960s.htm");
		addOption("decade_genres_1960", "Biography", "http://movies.toptenreviews.com/list_biography_1960s.htm");
		addOption("decade_genres_1960", "Christmas", "http://movies.toptenreviews.com/list_christmas_1960s.htm");
		addOption("decade_genres_1960", "Comedy", "http://movies.toptenreviews.com/list_comedy_1960s.htm");
		addOption("decade_genres_1960", "Crime", "http://movies.toptenreviews.com/list_crime_1960s.htm");
		addOption("decade_genres_1960", "Disney", "http://movies.toptenreviews.com/list_disney_1960s.htm");
		addOption("decade_genres_1960", "Documentary", "http://movies.toptenreviews.com/list_documentary_1960s.htm");
		addOption("decade_genres_1960", "Drama", "http://movies.toptenreviews.com/list_drama_1960s.htm");
		addOption("decade_genres_1960", "Family", "http://movies.toptenreviews.com/list_family_1960s.htm");
		addOption("decade_genres_1960", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1960s.htm");
		addOption("decade_genres_1960", "History", "http://movies.toptenreviews.com/list_history_1960s.htm");
		addOption("decade_genres_1960", "Horror", "http://movies.toptenreviews.com/list_horror_1960s.htm");
		addOption("decade_genres_1960", "Music", "http://movies.toptenreviews.com/list_music_1960s.htm");
		addOption("decade_genres_1960", "Musical", "http://movies.toptenreviews.com/list_musical_1960s.htm");
		addOption("decade_genres_1960", "Mystery", "http://movies.toptenreviews.com/list_mystery_1960s.htm");
		addOption("decade_genres_1960", "Romance", "http://movies.toptenreviews.com/list_romance_1960s.htm");
		addOption("decade_genres_1960", "SciFi", "http://movies.toptenreviews.com/list_scifi_1960s.htm");
		addOption("decade_genres_1960", "Sports", "http://movies.toptenreviews.com/list_sports_1960s.htm");
		addOption("decade_genres_1960", "Teen", "http://movies.toptenreviews.com/list_teen_1960s.htm");
		addOption("decade_genres_1960", "Thriller", "http://movies.toptenreviews.com/list_thriller_1960s.htm");
		addOption("decade_genres_1960", "War", "http://movies.toptenreviews.com/list_war_1960s.htm");
		addOption("decade_genres_1960", "Western", "http://movies.toptenreviews.com/list_western_1960s.htm");
		addOption("decade_genres_1950", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1950", "Action", "http://movies.toptenreviews.com/list_action_1950s.htm");
		addOption("decade_genres_1950", "Adventure", "http://movies.toptenreviews.com/list_adventure_1950s.htm");
		addOption("decade_genres_1950", "Animation", "http://movies.toptenreviews.com/list_animation_1950s.htm");
		addOption("decade_genres_1950", "Biography", "http://movies.toptenreviews.com/list_biography_1950s.htm");
		addOption("decade_genres_1950", "Christmas", "http://movies.toptenreviews.com/list_christmas_1950s.htm");
		addOption("decade_genres_1950", "Comedy", "http://movies.toptenreviews.com/list_comedy_1950s.htm");
		addOption("decade_genres_1950", "Crime", "http://movies.toptenreviews.com/list_crime_1950s.htm");
		addOption("decade_genres_1950", "Disney", "http://movies.toptenreviews.com/list_disney_1950s.htm");
		addOption("decade_genres_1950", "Documentary", "http://movies.toptenreviews.com/list_documentary_1950s.htm");
		addOption("decade_genres_1950", "Drama", "http://movies.toptenreviews.com/list_drama_1950s.htm");
		addOption("decade_genres_1950", "Family", "http://movies.toptenreviews.com/list_family_1950s.htm");
		addOption("decade_genres_1950", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1950s.htm");
		addOption("decade_genres_1950", "History", "http://movies.toptenreviews.com/list_history_1950s.htm");
		addOption("decade_genres_1950", "Horror", "http://movies.toptenreviews.com/list_horror_1950s.htm");
		addOption("decade_genres_1950", "Music", "http://movies.toptenreviews.com/list_music_1950s.htm");
		addOption("decade_genres_1950", "Musical", "http://movies.toptenreviews.com/list_musical_1950s.htm");
		addOption("decade_genres_1950", "Mystery", "http://movies.toptenreviews.com/list_mystery_1950s.htm");
		addOption("decade_genres_1950", "Romance", "http://movies.toptenreviews.com/list_romance_1950s.htm");
		addOption("decade_genres_1950", "SciFi", "http://movies.toptenreviews.com/list_scifi_1950s.htm");
		addOption("decade_genres_1950", "Sports", "http://movies.toptenreviews.com/list_sports_1950s.htm");
		addOption("decade_genres_1950", "Teen", "http://movies.toptenreviews.com/list_teen_1950s.htm");
		addOption("decade_genres_1950", "Thriller", "http://movies.toptenreviews.com/list_thriller_1950s.htm");
		addOption("decade_genres_1950", "War", "http://movies.toptenreviews.com/list_war_1950s.htm");
		addOption("decade_genres_1950", "Western", "http://movies.toptenreviews.com/list_western_1950s.htm");
		addOption("decade_genres_1940", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1940", "Action", "http://movies.toptenreviews.com/list_action_1940s.htm");
		addOption("decade_genres_1940", "Adventure", "http://movies.toptenreviews.com/list_adventure_1940s.htm");
		addOption("decade_genres_1940", "Animation", "http://movies.toptenreviews.com/list_animation_1940s.htm");
		addOption("decade_genres_1940", "Biography", "http://movies.toptenreviews.com/list_biography_1940s.htm");
		addOption("decade_genres_1940", "Christmas", "http://movies.toptenreviews.com/list_christmas_1940s.htm");
		addOption("decade_genres_1940", "Comedy", "http://movies.toptenreviews.com/list_comedy_1940s.htm");
		addOption("decade_genres_1940", "Crime", "http://movies.toptenreviews.com/list_crime_1940s.htm");
		addOption("decade_genres_1940", "Disney", "http://movies.toptenreviews.com/list_disney_1940s.htm");
		addOption("decade_genres_1940", "Documentary", "http://movies.toptenreviews.com/list_documentary_1940s.htm");
		addOption("decade_genres_1940", "Drama", "http://movies.toptenreviews.com/list_drama_1940s.htm");
		addOption("decade_genres_1940", "Family", "http://movies.toptenreviews.com/list_family_1940s.htm");
		addOption("decade_genres_1940", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1940s.htm");
		addOption("decade_genres_1940", "History", "http://movies.toptenreviews.com/list_history_1940s.htm");
		addOption("decade_genres_1940", "Horror", "http://movies.toptenreviews.com/list_horror_1940s.htm");
		addOption("decade_genres_1940", "Music", "http://movies.toptenreviews.com/list_music_1940s.htm");
		addOption("decade_genres_1940", "Musical", "http://movies.toptenreviews.com/list_musical_1940s.htm");
		addOption("decade_genres_1940", "Mystery", "http://movies.toptenreviews.com/list_mystery_1940s.htm");
		addOption("decade_genres_1940", "Romance", "http://movies.toptenreviews.com/list_romance_1940s.htm");
		addOption("decade_genres_1940", "SciFi", "http://movies.toptenreviews.com/list_scifi_1940s.htm");
		addOption("decade_genres_1940", "Sports", "http://movies.toptenreviews.com/list_sports_1940s.htm");
		addOption("decade_genres_1940", "Teen", "http://movies.toptenreviews.com/list_teen_1940s.htm");
		addOption("decade_genres_1940", "Thriller", "http://movies.toptenreviews.com/list_thriller_1940s.htm");
		addOption("decade_genres_1940", "War", "http://movies.toptenreviews.com/list_war_1940s.htm");
		addOption("decade_genres_1940", "Western", "http://movies.toptenreviews.com/list_western_1940s.htm");
		addOption("decade_genres_1930", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1930", "Action", "http://movies.toptenreviews.com/list_action_1930s.htm");
		addOption("decade_genres_1930", "Adventure", "http://movies.toptenreviews.com/list_adventure_1930s.htm");
		addOption("decade_genres_1930", "Animation", "http://movies.toptenreviews.com/list_animation_1930s.htm");
		addOption("decade_genres_1930", "Biography", "http://movies.toptenreviews.com/list_biography_1930s.htm");
		addOption("decade_genres_1930", "Christmas", "http://movies.toptenreviews.com/list_christmas_1930s.htm");
		addOption("decade_genres_1930", "Comedy", "http://movies.toptenreviews.com/list_comedy_1930s.htm");
		addOption("decade_genres_1930", "Crime", "http://movies.toptenreviews.com/list_crime_1930s.htm");
		addOption("decade_genres_1930", "Disney", "http://movies.toptenreviews.com/list_disney_1930s.htm");
		addOption("decade_genres_1930", "Documentary", "http://movies.toptenreviews.com/list_documentary_1930s.htm");
		addOption("decade_genres_1930", "Drama", "http://movies.toptenreviews.com/list_drama_1930s.htm");
		addOption("decade_genres_1930", "Family", "http://movies.toptenreviews.com/list_family_1930s.htm");
		addOption("decade_genres_1930", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1930s.htm");
		addOption("decade_genres_1930", "History", "http://movies.toptenreviews.com/list_history_1930s.htm");
		addOption("decade_genres_1930", "Horror", "http://movies.toptenreviews.com/list_horror_1930s.htm");
		addOption("decade_genres_1930", "Music", "http://movies.toptenreviews.com/list_music_1930s.htm");
		addOption("decade_genres_1930", "Musical", "http://movies.toptenreviews.com/list_musical_1930s.htm");
		addOption("decade_genres_1930", "Mystery", "http://movies.toptenreviews.com/list_mystery_1930s.htm");
		addOption("decade_genres_1930", "Romance", "http://movies.toptenreviews.com/list_romance_1930s.htm");
		addOption("decade_genres_1930", "SciFi", "http://movies.toptenreviews.com/list_scifi_1930s.htm");
		addOption("decade_genres_1930", "Sports", "http://movies.toptenreviews.com/list_sports_1930s.htm");
		addOption("decade_genres_1930", "Teen", "http://movies.toptenreviews.com/list_teen_1930s.htm");
		addOption("decade_genres_1930", "Thriller", "http://movies.toptenreviews.com/list_thriller_1930s.htm");
		addOption("decade_genres_1930", "War", "http://movies.toptenreviews.com/list_war_1930s.htm");
		addOption("decade_genres_1930", "Western", "http://movies.toptenreviews.com/list_western_1930s.htm");
		addOption("decade_genres_1920", "Select a Genre", "", 1); //HEADER OPTION
		addOption("decade_genres_1920", "Action", "http://movies.toptenreviews.com/list_action_1920s.htm");
		addOption("decade_genres_1920", "Adventure", "http://movies.toptenreviews.com/list_adventure_1920s.htm");
		addOption("decade_genres_1920", "Animation", "http://movies.toptenreviews.com/list_animation_1920s.htm");
		addOption("decade_genres_1920", "Biography", "http://movies.toptenreviews.com/list_biography_1920s.htm");
		addOption("decade_genres_1920", "Christmas", "http://movies.toptenreviews.com/list_christmas_1920s.htm");
		addOption("decade_genres_1920", "Comedy", "http://movies.toptenreviews.com/list_comedy_1920s.htm");
		addOption("decade_genres_1920", "Crime", "http://movies.toptenreviews.com/list_crime_1920s.htm");
		addOption("decade_genres_1920", "Disney", "http://movies.toptenreviews.com/list_disney_1920s.htm");
		addOption("decade_genres_1920", "Documentary", "http://movies.toptenreviews.com/list_documentary_1920s.htm");
		addOption("decade_genres_1920", "Drama", "http://movies.toptenreviews.com/list_drama_1920s.htm");
		addOption("decade_genres_1920", "Family", "http://movies.toptenreviews.com/list_family_1920s.htm");
		addOption("decade_genres_1920", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1920s.htm");
		addOption("decade_genres_1920", "History", "http://movies.toptenreviews.com/list_history_1920s.htm");
		addOption("decade_genres_1920", "Horror", "http://movies.toptenreviews.com/list_horror_1920s.htm");
		addOption("decade_genres_1920", "Music", "http://movies.toptenreviews.com/list_music_1920s.htm");
		addOption("decade_genres_1920", "Musical", "http://movies.toptenreviews.com/list_musical_1920s.htm");
		addOption("decade_genres_1920", "Mystery", "http://movies.toptenreviews.com/list_mystery_1920s.htm");
		addOption("decade_genres_1920", "Romance", "http://movies.toptenreviews.com/list_romance_1920s.htm");
		addOption("decade_genres_1920", "SciFi", "http://movies.toptenreviews.com/list_scifi_1920s.htm");
		addOption("decade_genres_1920", "Sports", "http://movies.toptenreviews.com/list_sports_1920s.htm");
		addOption("decade_genres_1920", "Teen", "http://movies.toptenreviews.com/list_teen_1920s.htm");
		addOption("decade_genres_1920", "Thriller", "http://movies.toptenreviews.com/list_thriller_1920s.htm");
		addOption("decade_genres_1920", "War", "http://movies.toptenreviews.com/list_war_1920s.htm");
		addOption("decade_genres_1920", "Western", "http://movies.toptenreviews.com/list_western_1920s.htm");
	addOption("year", "Select a Year", "", 1); //HEADER OPTION
		addList("year", "2007", "", "year_2007");
		addList("year", "2006", "", "year_2006");
		addList("year", "2005", "", "year_2005");
		addList("year", "2004", "", "year_2004");
		addList("year", "2003", "", "year_2003");
		addList("year", "2002", "", "year_2002");
		addList("year", "2001", "", "year_2001");
		addList("year", "2000", "", "year_2000");
		addList("year", "1999", "", "year_1999");
		addList("year", "1998", "", "year_1998");
		addList("year", "1997", "", "year_1997");
		addList("year", "1996", "", "year_1996");
		addList("year", "1995", "", "year_1995");
		addList("year", "1994", "", "year_1994");
		addList("year", "1993", "", "year_1993");
		addList("year", "1992", "", "year_1992");
		addList("year", "1991", "", "year_1991");
		addList("year", "1990", "", "year_1990");
		addList("year", "1989", "", "year_1989");
		addList("year", "1988", "", "year_1988");
		addList("year", "1987", "", "year_1987");
		addList("year", "1986", "", "year_1986");
		addList("year", "1985", "", "year_1985");
		addList("year", "1984", "", "year_1984");
		addList("year", "1983", "", "year_1983");
		addList("year", "1982", "", "year_1982");
		addList("year", "1981", "", "year_1981");
		addList("year", "1980", "", "year_1980");
		addList("year", "1979", "", "year_1979");
		addList("year", "1978", "", "year_1978");
		addList("year", "1977", "", "year_1977");
		addList("year", "1976", "", "year_1976");
		addList("year", "1975", "", "year_1975");
		addList("year", "1974", "", "year_1974");
		addList("year", "1973", "", "year_1973");
		addList("year", "1972", "", "year_1972");
		addList("year", "1971", "", "year_1971");
		addList("year", "1970", "", "year_1970");
		addList("year", "1969", "", "year_1969");
		addList("year", "1968", "", "year_1968");
		addList("year", "1967", "", "year_1967");
		addList("year", "1966", "", "year_1966");
		addList("year", "1965", "", "year_1965");
		addList("year", "1964", "", "year_1964");
		addList("year", "1963", "", "year_1963");
		addList("year", "1962", "", "year_1962");
		addList("year", "1961", "", "year_1961");
		addList("year", "1960", "", "year_1960");
		addList("year", "1959", "", "year_1959");
		addList("year", "1958", "", "year_1958");
		addList("year", "1957", "", "year_1957");
		addList("year", "1956", "", "year_1956");
		addList("year", "1955", "", "year_1955");
		addList("year", "1954", "", "year_1954");
		addList("year", "1953", "", "year_1953");
		addList("year", "1952", "", "year_1952");
		addList("year", "1951", "", "year_1951");
		addList("year", "1950", "", "year_1950");
		addList("year", "1949", "", "year_1949");
		addList("year", "1948", "", "year_1948");
		addList("year", "1947", "", "year_1947");
		addList("year", "1946", "", "year_1946");
		addList("year", "1945", "", "year_1945");
		addList("year", "1944", "", "year_1944");
		addList("year", "1943", "", "year_1943");
		addList("year", "1942", "", "year_1942");
		addList("year", "1941", "", "year_1941");
		addList("year", "1940", "", "year_1940");
		addList("year", "1939", "", "year_1939");
		addList("year", "1938", "", "year_1938");
		addList("year", "1937", "", "year_1937");
		addList("year", "1936", "", "year_1936");
		addList("year", "1935", "", "year_1935");
		addList("year", "1934", "", "year_1934");
		addList("year", "1933", "", "year_1933");
		addList("year", "1932", "", "year_1932");
		addList("year", "1931", "", "year_1931");
		addList("year", "1930", "", "year_1930");
		addList("year", "1929", "", "year_1929");
		addList("year", "1928", "", "year_1928");
		addList("year", "1927", "", "year_1927");
		addList("year", "1926", "", "year_1926");
		addList("year", "1925", "", "year_1925");
		addList("year", "1924", "", "year_1924");
		addList("year", "1923", "", "year_1923");
		addList("year", "1922", "", "year_1922");
		addList("year", "1921", "", "year_1921");
		addList("year", "1920", "", "year_1920");
		addOption("year_2007", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2007", "Action", "http://movies.toptenreviews.com/list_action_2007.htm");
				addOption("year_2007", "Adventure", "http://movies.toptenreviews.com/list_adventure_2007.htm");
				addOption("year_2007", "Animation", "http://movies.toptenreviews.com/list_animation_2007.htm");
				addOption("year_2007", "Biography", "http://movies.toptenreviews.com/list_biography_2007.htm");
				addOption("year_2007", "Christmas", "http://movies.toptenreviews.com/list_christmas_2007.htm");
				addOption("year_2007", "Comedy", "http://movies.toptenreviews.com/list_comedy_2007.htm");
				addOption("year_2007", "Crime", "http://movies.toptenreviews.com/list_crime_2007.htm");
				addOption("year_2007", "Disney", "http://movies.toptenreviews.com/list_disney_2007.htm");
				addOption("year_2007", "Documentary", "http://movies.toptenreviews.com/list_documentary_2007.htm");
				addOption("year_2007", "Drama", "http://movies.toptenreviews.com/list_drama_2007.htm");
				addOption("year_2007", "Family", "http://movies.toptenreviews.com/list_family_2007.htm");
				addOption("year_2007", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2007.htm");
				addOption("year_2007", "History", "http://movies.toptenreviews.com/list_history_2007.htm");
				addOption("year_2007", "Horror", "http://movies.toptenreviews.com/list_horror_2007.htm");
				addOption("year_2007", "Music", "http://movies.toptenreviews.com/list_music_2007.htm");
				addOption("year_2007", "Musical", "http://movies.toptenreviews.com/list_musical_2007.htm");
				addOption("year_2007", "Mystery", "http://movies.toptenreviews.com/list_mystery_2007.htm");
				addOption("year_2007", "Romance", "http://movies.toptenreviews.com/list_romance_2007.htm");
				addOption("year_2007", "SciFi", "http://movies.toptenreviews.com/list_scifi_2007.htm");
				addOption("year_2007", "Sports", "http://movies.toptenreviews.com/list_sports_2007.htm");
				addOption("year_2007", "Teen", "http://movies.toptenreviews.com/list_teen_2007.htm");
				addOption("year_2007", "Thriller", "http://movies.toptenreviews.com/list_thriller_2007.htm");
				addOption("year_2007", "War", "http://movies.toptenreviews.com/list_war_2007.htm");
				addOption("year_2007", "Western", "http://movies.toptenreviews.com/list_western_2007.htm");
		addOption("year_2006", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2006", "Action", "http://movies.toptenreviews.com/list_action_2006.htm");
				addOption("year_2006", "Adventure", "http://movies.toptenreviews.com/list_adventure_2006.htm");
				addOption("year_2006", "Animation", "http://movies.toptenreviews.com/list_animation_2006.htm");
				addOption("year_2006", "Biography", "http://movies.toptenreviews.com/list_biography_2006.htm");
				addOption("year_2006", "Christmas", "http://movies.toptenreviews.com/list_christmas_2006.htm");
				addOption("year_2006", "Comedy", "http://movies.toptenreviews.com/list_comedy_2006.htm");
				addOption("year_2006", "Crime", "http://movies.toptenreviews.com/list_crime_2006.htm");
				addOption("year_2006", "Disney", "http://movies.toptenreviews.com/list_disney_2006.htm");
				addOption("year_2006", "Documentary", "http://movies.toptenreviews.com/list_documentary_2006.htm");
				addOption("year_2006", "Drama", "http://movies.toptenreviews.com/list_drama_2006.htm");
				addOption("year_2006", "Family", "http://movies.toptenreviews.com/list_family_2006.htm");
				addOption("year_2006", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2006.htm");
				addOption("year_2006", "History", "http://movies.toptenreviews.com/list_history_2006.htm");
				addOption("year_2006", "Horror", "http://movies.toptenreviews.com/list_horror_2006.htm");
				addOption("year_2006", "Music", "http://movies.toptenreviews.com/list_music_2006.htm");
				addOption("year_2006", "Musical", "http://movies.toptenreviews.com/list_musical_2006.htm");
				addOption("year_2006", "Mystery", "http://movies.toptenreviews.com/list_mystery_2006.htm");
				addOption("year_2006", "Romance", "http://movies.toptenreviews.com/list_romance_2006.htm");
				addOption("year_2006", "SciFi", "http://movies.toptenreviews.com/list_scifi_2006.htm");
				addOption("year_2006", "Sports", "http://movies.toptenreviews.com/list_sports_2006.htm");
				addOption("year_2006", "Teen", "http://movies.toptenreviews.com/list_teen_2006.htm");
				addOption("year_2006", "Thriller", "http://movies.toptenreviews.com/list_thriller_2006.htm");
				addOption("year_2006", "War", "http://movies.toptenreviews.com/list_war_2006.htm");
				addOption("year_2006", "Western", "http://movies.toptenreviews.com/list_western_2006.htm");
		addOption("year_2005", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2005", "Action", "http://movies.toptenreviews.com/list_action_2005.htm");
				addOption("year_2005", "Adventure", "http://movies.toptenreviews.com/list_adventure_2005.htm");
				addOption("year_2005", "Animation", "http://movies.toptenreviews.com/list_animation_2005.htm");
				addOption("year_2005", "Biography", "http://movies.toptenreviews.com/list_biography_2005.htm");
				addOption("year_2005", "Christmas", "http://movies.toptenreviews.com/list_christmas_2005.htm");
				addOption("year_2005", "Comedy", "http://movies.toptenreviews.com/list_comedy_2005.htm");
				addOption("year_2005", "Crime", "http://movies.toptenreviews.com/list_crime_2005.htm");
				addOption("year_2005", "Disney", "http://movies.toptenreviews.com/list_disney_2005.htm");
				addOption("year_2005", "Documentary", "http://movies.toptenreviews.com/list_documentary_2005.htm");
				addOption("year_2005", "Drama", "http://movies.toptenreviews.com/list_drama_2005.htm");
				addOption("year_2005", "Family", "http://movies.toptenreviews.com/list_family_2005.htm");
				addOption("year_2005", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2005.htm");
				addOption("year_2005", "History", "http://movies.toptenreviews.com/list_history_2005.htm");
				addOption("year_2005", "Horror", "http://movies.toptenreviews.com/list_horror_2005.htm");
				addOption("year_2005", "Music", "http://movies.toptenreviews.com/list_music_2005.htm");
				addOption("year_2005", "Musical", "http://movies.toptenreviews.com/list_musical_2005.htm");
				addOption("year_2005", "Mystery", "http://movies.toptenreviews.com/list_mystery_2005.htm");
				addOption("year_2005", "Romance", "http://movies.toptenreviews.com/list_romance_2005.htm");
				addOption("year_2005", "SciFi", "http://movies.toptenreviews.com/list_scifi_2005.htm");
				addOption("year_2005", "Sports", "http://movies.toptenreviews.com/list_sports_2005.htm");
				addOption("year_2005", "Teen", "http://movies.toptenreviews.com/list_teen_2005.htm");
				addOption("year_2005", "Thriller", "http://movies.toptenreviews.com/list_thriller_2005.htm");
				addOption("year_2005", "War", "http://movies.toptenreviews.com/list_war_2005.htm");
				addOption("year_2005", "Western", "http://movies.toptenreviews.com/list_western_2005.htm");
		addOption("year_2004", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2004", "Action", "http://movies.toptenreviews.com/list_action_2004.htm");
				addOption("year_2004", "Adventure", "http://movies.toptenreviews.com/list_adventure_2004.htm");
				addOption("year_2004", "Animation", "http://movies.toptenreviews.com/list_animation_2004.htm");
				addOption("year_2004", "Biography", "http://movies.toptenreviews.com/list_biography_2004.htm");
				addOption("year_2004", "Christmas", "http://movies.toptenreviews.com/list_christmas_2004.htm");
				addOption("year_2004", "Comedy", "http://movies.toptenreviews.com/list_comedy_2004.htm");
				addOption("year_2004", "Crime", "http://movies.toptenreviews.com/list_crime_2004.htm");
				addOption("year_2004", "Disney", "http://movies.toptenreviews.com/list_disney_2004.htm");
				addOption("year_2004", "Documentary", "http://movies.toptenreviews.com/list_documentary_2004.htm");
				addOption("year_2004", "Drama", "http://movies.toptenreviews.com/list_drama_2004.htm");
				addOption("year_2004", "Family", "http://movies.toptenreviews.com/list_family_2004.htm");
				addOption("year_2004", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2004.htm");
				addOption("year_2004", "History", "http://movies.toptenreviews.com/list_history_2004.htm");
				addOption("year_2004", "Horror", "http://movies.toptenreviews.com/list_horror_2004.htm");
				addOption("year_2004", "Music", "http://movies.toptenreviews.com/list_music_2004.htm");
				addOption("year_2004", "Musical", "http://movies.toptenreviews.com/list_musical_2004.htm");
				addOption("year_2004", "Mystery", "http://movies.toptenreviews.com/list_mystery_2004.htm");
				addOption("year_2004", "Romance", "http://movies.toptenreviews.com/list_romance_2004.htm");
				addOption("year_2004", "SciFi", "http://movies.toptenreviews.com/list_scifi_2004.htm");
				addOption("year_2004", "Sports", "http://movies.toptenreviews.com/list_sports_2004.htm");
				addOption("year_2004", "Teen", "http://movies.toptenreviews.com/list_teen_2004.htm");
				addOption("year_2004", "Thriller", "http://movies.toptenreviews.com/list_thriller_2004.htm");
				addOption("year_2004", "War", "http://movies.toptenreviews.com/list_war_2004.htm");
				addOption("year_2004", "Western", "http://movies.toptenreviews.com/list_western_2004.htm");
		addOption("year_2003", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2003", "Action", "http://movies.toptenreviews.com/list_action_2003.htm");
				addOption("year_2003", "Adventure", "http://movies.toptenreviews.com/list_adventure_2003.htm");
				addOption("year_2003", "Animation", "http://movies.toptenreviews.com/list_animation_2003.htm");
				addOption("year_2003", "Biography", "http://movies.toptenreviews.com/list_biography_2003.htm");
				addOption("year_2003", "Christmas", "http://movies.toptenreviews.com/list_christmas_2003.htm");
				addOption("year_2003", "Comedy", "http://movies.toptenreviews.com/list_comedy_2003.htm");
				addOption("year_2003", "Crime", "http://movies.toptenreviews.com/list_crime_2003.htm");
				addOption("year_2003", "Disney", "http://movies.toptenreviews.com/list_disney_2003.htm");
				addOption("year_2003", "Documentary", "http://movies.toptenreviews.com/list_documentary_2003.htm");
				addOption("year_2003", "Drama", "http://movies.toptenreviews.com/list_drama_2003.htm");
				addOption("year_2003", "Family", "http://movies.toptenreviews.com/list_family_2003.htm");
				addOption("year_2003", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2003.htm");
				addOption("year_2003", "History", "http://movies.toptenreviews.com/list_history_2003.htm");
				addOption("year_2003", "Horror", "http://movies.toptenreviews.com/list_horror_2003.htm");
				addOption("year_2003", "Music", "http://movies.toptenreviews.com/list_music_2003.htm");
				addOption("year_2003", "Musical", "http://movies.toptenreviews.com/list_musical_2003.htm");
				addOption("year_2003", "Mystery", "http://movies.toptenreviews.com/list_mystery_2003.htm");
				addOption("year_2003", "Romance", "http://movies.toptenreviews.com/list_romance_2003.htm");
				addOption("year_2003", "SciFi", "http://movies.toptenreviews.com/list_scifi_2003.htm");
				addOption("year_2003", "Sports", "http://movies.toptenreviews.com/list_sports_2003.htm");
				addOption("year_2003", "Teen", "http://movies.toptenreviews.com/list_teen_2003.htm");
				addOption("year_2003", "Thriller", "http://movies.toptenreviews.com/list_thriller_2003.htm");
				addOption("year_2003", "War", "http://movies.toptenreviews.com/list_war_2003.htm");
				addOption("year_2003", "Western", "http://movies.toptenreviews.com/list_western_2003.htm");
		addOption("year_2002", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2002", "Action", "http://movies.toptenreviews.com/list_action_2002.htm");
				addOption("year_2002", "Adventure", "http://movies.toptenreviews.com/list_adventure_2002.htm");
				addOption("year_2002", "Animation", "http://movies.toptenreviews.com/list_animation_2002.htm");
				addOption("year_2002", "Biography", "http://movies.toptenreviews.com/list_biography_2002.htm");
				addOption("year_2002", "Christmas", "http://movies.toptenreviews.com/list_christmas_2002.htm");
				addOption("year_2002", "Comedy", "http://movies.toptenreviews.com/list_comedy_2002.htm");
				addOption("year_2002", "Crime", "http://movies.toptenreviews.com/list_crime_2002.htm");
				addOption("year_2002", "Disney", "http://movies.toptenreviews.com/list_disney_2002.htm");
				addOption("year_2002", "Documentary", "http://movies.toptenreviews.com/list_documentary_2002.htm");
				addOption("year_2002", "Drama", "http://movies.toptenreviews.com/list_drama_2002.htm");
				addOption("year_2002", "Family", "http://movies.toptenreviews.com/list_family_2002.htm");
				addOption("year_2002", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2002.htm");
				addOption("year_2002", "History", "http://movies.toptenreviews.com/list_history_2002.htm");
				addOption("year_2002", "Horror", "http://movies.toptenreviews.com/list_horror_2002.htm");
				addOption("year_2002", "Music", "http://movies.toptenreviews.com/list_music_2002.htm");
				addOption("year_2002", "Musical", "http://movies.toptenreviews.com/list_musical_2002.htm");
				addOption("year_2002", "Mystery", "http://movies.toptenreviews.com/list_mystery_2002.htm");
				addOption("year_2002", "Romance", "http://movies.toptenreviews.com/list_romance_2002.htm");
				addOption("year_2002", "SciFi", "http://movies.toptenreviews.com/list_scifi_2002.htm");
				addOption("year_2002", "Sports", "http://movies.toptenreviews.com/list_sports_2002.htm");
				addOption("year_2002", "Teen", "http://movies.toptenreviews.com/list_teen_2002.htm");
				addOption("year_2002", "Thriller", "http://movies.toptenreviews.com/list_thriller_2002.htm");
				addOption("year_2002", "War", "http://movies.toptenreviews.com/list_war_2002.htm");
				addOption("year_2002", "Western", "http://movies.toptenreviews.com/list_western_2002.htm");
		addOption("year_2001", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2001", "Action", "http://movies.toptenreviews.com/list_action_2001.htm");
				addOption("year_2001", "Adventure", "http://movies.toptenreviews.com/list_adventure_2001.htm");
				addOption("year_2001", "Animation", "http://movies.toptenreviews.com/list_animation_2001.htm");
				addOption("year_2001", "Biography", "http://movies.toptenreviews.com/list_biography_2001.htm");
				addOption("year_2001", "Christmas", "http://movies.toptenreviews.com/list_christmas_2001.htm");
				addOption("year_2001", "Comedy", "http://movies.toptenreviews.com/list_comedy_2001.htm");
				addOption("year_2001", "Crime", "http://movies.toptenreviews.com/list_crime_2001.htm");
				addOption("year_2001", "Disney", "http://movies.toptenreviews.com/list_disney_2001.htm");
				addOption("year_2001", "Documentary", "http://movies.toptenreviews.com/list_documentary_2001.htm");
				addOption("year_2001", "Drama", "http://movies.toptenreviews.com/list_drama_2001.htm");
				addOption("year_2001", "Family", "http://movies.toptenreviews.com/list_family_2001.htm");
				addOption("year_2001", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2001.htm");
				addOption("year_2001", "History", "http://movies.toptenreviews.com/list_history_2001.htm");
				addOption("year_2001", "Horror", "http://movies.toptenreviews.com/list_horror_2001.htm");
				addOption("year_2001", "Music", "http://movies.toptenreviews.com/list_music_2001.htm");
				addOption("year_2001", "Musical", "http://movies.toptenreviews.com/list_musical_2001.htm");
				addOption("year_2001", "Mystery", "http://movies.toptenreviews.com/list_mystery_2001.htm");
				addOption("year_2001", "Romance", "http://movies.toptenreviews.com/list_romance_2001.htm");
				addOption("year_2001", "SciFi", "http://movies.toptenreviews.com/list_scifi_2001.htm");
				addOption("year_2001", "Sports", "http://movies.toptenreviews.com/list_sports_2001.htm");
				addOption("year_2001", "Teen", "http://movies.toptenreviews.com/list_teen_2001.htm");
				addOption("year_2001", "Thriller", "http://movies.toptenreviews.com/list_thriller_2001.htm");
				addOption("year_2001", "War", "http://movies.toptenreviews.com/list_war_2001.htm");
				addOption("year_2001", "Western", "http://movies.toptenreviews.com/list_western_2001.htm");
		addOption("year_2000", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_2000", "Action", "http://movies.toptenreviews.com/list_action_2000.htm");
				addOption("year_2000", "Adventure", "http://movies.toptenreviews.com/list_adventure_2000.htm");
				addOption("year_2000", "Animation", "http://movies.toptenreviews.com/list_animation_2000.htm");
				addOption("year_2000", "Biography", "http://movies.toptenreviews.com/list_biography_2000.htm");
				addOption("year_2000", "Christmas", "http://movies.toptenreviews.com/list_christmas_2000.htm");
				addOption("year_2000", "Comedy", "http://movies.toptenreviews.com/list_comedy_2000.htm");
				addOption("year_2000", "Crime", "http://movies.toptenreviews.com/list_crime_2000.htm");
				addOption("year_2000", "Disney", "http://movies.toptenreviews.com/list_disney_2000.htm");
				addOption("year_2000", "Documentary", "http://movies.toptenreviews.com/list_documentary_2000.htm");
				addOption("year_2000", "Drama", "http://movies.toptenreviews.com/list_drama_2000.htm");
				addOption("year_2000", "Family", "http://movies.toptenreviews.com/list_family_2000.htm");
				addOption("year_2000", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_2000.htm");
				addOption("year_2000", "History", "http://movies.toptenreviews.com/list_history_2000.htm");
				addOption("year_2000", "Horror", "http://movies.toptenreviews.com/list_horror_2000.htm");
				addOption("year_2000", "Music", "http://movies.toptenreviews.com/list_music_2000.htm");
				addOption("year_2000", "Musical", "http://movies.toptenreviews.com/list_musical_2000.htm");
				addOption("year_2000", "Mystery", "http://movies.toptenreviews.com/list_mystery_2000.htm");
				addOption("year_2000", "Romance", "http://movies.toptenreviews.com/list_romance_2000.htm");
				addOption("year_2000", "SciFi", "http://movies.toptenreviews.com/list_scifi_2000.htm");
				addOption("year_2000", "Sports", "http://movies.toptenreviews.com/list_sports_2000.htm");
				addOption("year_2000", "Teen", "http://movies.toptenreviews.com/list_teen_2000.htm");
				addOption("year_2000", "Thriller", "http://movies.toptenreviews.com/list_thriller_2000.htm");
				addOption("year_2000", "War", "http://movies.toptenreviews.com/list_war_2000.htm");
				addOption("year_2000", "Western", "http://movies.toptenreviews.com/list_western_2000.htm");
		addOption("year_1999", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1999", "Action", "http://movies.toptenreviews.com/list_action_1999.htm");
				addOption("year_1999", "Adventure", "http://movies.toptenreviews.com/list_adventure_1999.htm");
				addOption("year_1999", "Animation", "http://movies.toptenreviews.com/list_animation_1999.htm");
				addOption("year_1999", "Biography", "http://movies.toptenreviews.com/list_biography_1999.htm");
				addOption("year_1999", "Christmas", "http://movies.toptenreviews.com/list_christmas_1999.htm");
				addOption("year_1999", "Comedy", "http://movies.toptenreviews.com/list_comedy_1999.htm");
				addOption("year_1999", "Crime", "http://movies.toptenreviews.com/list_crime_1999.htm");
				addOption("year_1999", "Disney", "http://movies.toptenreviews.com/list_disney_1999.htm");
				addOption("year_1999", "Documentary", "http://movies.toptenreviews.com/list_documentary_1999.htm");
				addOption("year_1999", "Drama", "http://movies.toptenreviews.com/list_drama_1999.htm");
				addOption("year_1999", "Family", "http://movies.toptenreviews.com/list_family_1999.htm");
				addOption("year_1999", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1999.htm");
				addOption("year_1999", "History", "http://movies.toptenreviews.com/list_history_1999.htm");
				addOption("year_1999", "Horror", "http://movies.toptenreviews.com/list_horror_1999.htm");
				addOption("year_1999", "Music", "http://movies.toptenreviews.com/list_music_1999.htm");
				addOption("year_1999", "Musical", "http://movies.toptenreviews.com/list_musical_1999.htm");
				addOption("year_1999", "Mystery", "http://movies.toptenreviews.com/list_mystery_1999.htm");
				addOption("year_1999", "Romance", "http://movies.toptenreviews.com/list_romance_1999.htm");
				addOption("year_1999", "SciFi", "http://movies.toptenreviews.com/list_scifi_1999.htm");
				addOption("year_1999", "Sports", "http://movies.toptenreviews.com/list_sports_1999.htm");
				addOption("year_1999", "Teen", "http://movies.toptenreviews.com/list_teen_1999.htm");
				addOption("year_1999", "Thriller", "http://movies.toptenreviews.com/list_thriller_1999.htm");
				addOption("year_1999", "War", "http://movies.toptenreviews.com/list_war_1999.htm");
				addOption("year_1999", "Western", "http://movies.toptenreviews.com/list_western_1999.htm");
		addOption("year_1998", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1998", "Action", "http://movies.toptenreviews.com/list_action_1998.htm");
				addOption("year_1998", "Adventure", "http://movies.toptenreviews.com/list_adventure_1998.htm");
				addOption("year_1998", "Animation", "http://movies.toptenreviews.com/list_animation_1998.htm");
				addOption("year_1998", "Biography", "http://movies.toptenreviews.com/list_biography_1998.htm");
				addOption("year_1998", "Christmas", "http://movies.toptenreviews.com/list_christmas_1998.htm");
				addOption("year_1998", "Comedy", "http://movies.toptenreviews.com/list_comedy_1998.htm");
				addOption("year_1998", "Crime", "http://movies.toptenreviews.com/list_crime_1998.htm");
				addOption("year_1998", "Disney", "http://movies.toptenreviews.com/list_disney_1998.htm");
				addOption("year_1998", "Documentary", "http://movies.toptenreviews.com/list_documentary_1998.htm");
				addOption("year_1998", "Drama", "http://movies.toptenreviews.com/list_drama_1998.htm");
				addOption("year_1998", "Family", "http://movies.toptenreviews.com/list_family_1998.htm");
				addOption("year_1998", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1998.htm");
				addOption("year_1998", "History", "http://movies.toptenreviews.com/list_history_1998.htm");
				addOption("year_1998", "Horror", "http://movies.toptenreviews.com/list_horror_1998.htm");
				addOption("year_1998", "Music", "http://movies.toptenreviews.com/list_music_1998.htm");
				addOption("year_1998", "Musical", "http://movies.toptenreviews.com/list_musical_1998.htm");
				addOption("year_1998", "Mystery", "http://movies.toptenreviews.com/list_mystery_1998.htm");
				addOption("year_1998", "Romance", "http://movies.toptenreviews.com/list_romance_1998.htm");
				addOption("year_1998", "SciFi", "http://movies.toptenreviews.com/list_scifi_1998.htm");
				addOption("year_1998", "Sports", "http://movies.toptenreviews.com/list_sports_1998.htm");
				addOption("year_1998", "Teen", "http://movies.toptenreviews.com/list_teen_1998.htm");
				addOption("year_1998", "Thriller", "http://movies.toptenreviews.com/list_thriller_1998.htm");
				addOption("year_1998", "War", "http://movies.toptenreviews.com/list_war_1998.htm");
				addOption("year_1998", "Western", "http://movies.toptenreviews.com/list_western_1998.htm");
		addOption("year_1997", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1997", "Action", "http://movies.toptenreviews.com/list_action_1997.htm");
				addOption("year_1997", "Adventure", "http://movies.toptenreviews.com/list_adventure_1997.htm");
				addOption("year_1997", "Animation", "http://movies.toptenreviews.com/list_animation_1997.htm");
				addOption("year_1997", "Biography", "http://movies.toptenreviews.com/list_biography_1997.htm");
				addOption("year_1997", "Christmas", "http://movies.toptenreviews.com/list_christmas_1997.htm");
				addOption("year_1997", "Comedy", "http://movies.toptenreviews.com/list_comedy_1997.htm");
				addOption("year_1997", "Crime", "http://movies.toptenreviews.com/list_crime_1997.htm");
				addOption("year_1997", "Disney", "http://movies.toptenreviews.com/list_disney_1997.htm");
				addOption("year_1997", "Documentary", "http://movies.toptenreviews.com/list_documentary_1997.htm");
				addOption("year_1997", "Drama", "http://movies.toptenreviews.com/list_drama_1997.htm");
				addOption("year_1997", "Family", "http://movies.toptenreviews.com/list_family_1997.htm");
				addOption("year_1997", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1997.htm");
				addOption("year_1997", "History", "http://movies.toptenreviews.com/list_history_1997.htm");
				addOption("year_1997", "Horror", "http://movies.toptenreviews.com/list_horror_1997.htm");
				addOption("year_1997", "Music", "http://movies.toptenreviews.com/list_music_1997.htm");
				addOption("year_1997", "Musical", "http://movies.toptenreviews.com/list_musical_1997.htm");
				addOption("year_1997", "Mystery", "http://movies.toptenreviews.com/list_mystery_1997.htm");
				addOption("year_1997", "Romance", "http://movies.toptenreviews.com/list_romance_1997.htm");
				addOption("year_1997", "SciFi", "http://movies.toptenreviews.com/list_scifi_1997.htm");
				addOption("year_1997", "Sports", "http://movies.toptenreviews.com/list_sports_1997.htm");
				addOption("year_1997", "Teen", "http://movies.toptenreviews.com/list_teen_1997.htm");
				addOption("year_1997", "Thriller", "http://movies.toptenreviews.com/list_thriller_1997.htm");
				addOption("year_1997", "War", "http://movies.toptenreviews.com/list_war_1997.htm");
				addOption("year_1997", "Western", "http://movies.toptenreviews.com/list_western_1997.htm");
		addOption("year_1996", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1996", "Action", "http://movies.toptenreviews.com/list_action_1996.htm");
				addOption("year_1996", "Adventure", "http://movies.toptenreviews.com/list_adventure_1996.htm");
				addOption("year_1996", "Animation", "http://movies.toptenreviews.com/list_animation_1996.htm");
				addOption("year_1996", "Biography", "http://movies.toptenreviews.com/list_biography_1996.htm");
				addOption("year_1996", "Christmas", "http://movies.toptenreviews.com/list_christmas_1996.htm");
				addOption("year_1996", "Comedy", "http://movies.toptenreviews.com/list_comedy_1996.htm");
				addOption("year_1996", "Crime", "http://movies.toptenreviews.com/list_crime_1996.htm");
				addOption("year_1996", "Disney", "http://movies.toptenreviews.com/list_disney_1996.htm");
				addOption("year_1996", "Documentary", "http://movies.toptenreviews.com/list_documentary_1996.htm");
				addOption("year_1996", "Drama", "http://movies.toptenreviews.com/list_drama_1996.htm");
				addOption("year_1996", "Family", "http://movies.toptenreviews.com/list_family_1996.htm");
				addOption("year_1996", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1996.htm");
				addOption("year_1996", "History", "http://movies.toptenreviews.com/list_history_1996.htm");
				addOption("year_1996", "Horror", "http://movies.toptenreviews.com/list_horror_1996.htm");
				addOption("year_1996", "Music", "http://movies.toptenreviews.com/list_music_1996.htm");
				addOption("year_1996", "Musical", "http://movies.toptenreviews.com/list_musical_1996.htm");
				addOption("year_1996", "Mystery", "http://movies.toptenreviews.com/list_mystery_1996.htm");
				addOption("year_1996", "Romance", "http://movies.toptenreviews.com/list_romance_1996.htm");
				addOption("year_1996", "SciFi", "http://movies.toptenreviews.com/list_scifi_1996.htm");
				addOption("year_1996", "Sports", "http://movies.toptenreviews.com/list_sports_1996.htm");
				addOption("year_1996", "Teen", "http://movies.toptenreviews.com/list_teen_1996.htm");
				addOption("year_1996", "Thriller", "http://movies.toptenreviews.com/list_thriller_1996.htm");
				addOption("year_1996", "War", "http://movies.toptenreviews.com/list_war_1996.htm");
				addOption("year_1996", "Western", "http://movies.toptenreviews.com/list_western_1996.htm");
		addOption("year_1995", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1995", "Action", "http://movies.toptenreviews.com/list_action_1995.htm");
				addOption("year_1995", "Adventure", "http://movies.toptenreviews.com/list_adventure_1995.htm");
				addOption("year_1995", "Animation", "http://movies.toptenreviews.com/list_animation_1995.htm");
				addOption("year_1995", "Biography", "http://movies.toptenreviews.com/list_biography_1995.htm");
				addOption("year_1995", "Christmas", "http://movies.toptenreviews.com/list_christmas_1995.htm");
				addOption("year_1995", "Comedy", "http://movies.toptenreviews.com/list_comedy_1995.htm");
				addOption("year_1995", "Crime", "http://movies.toptenreviews.com/list_crime_1995.htm");
				addOption("year_1995", "Disney", "http://movies.toptenreviews.com/list_disney_1995.htm");
				addOption("year_1995", "Documentary", "http://movies.toptenreviews.com/list_documentary_1995.htm");
				addOption("year_1995", "Drama", "http://movies.toptenreviews.com/list_drama_1995.htm");
				addOption("year_1995", "Family", "http://movies.toptenreviews.com/list_family_1995.htm");
				addOption("year_1995", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1995.htm");
				addOption("year_1995", "History", "http://movies.toptenreviews.com/list_history_1995.htm");
				addOption("year_1995", "Horror", "http://movies.toptenreviews.com/list_horror_1995.htm");
				addOption("year_1995", "Music", "http://movies.toptenreviews.com/list_music_1995.htm");
				addOption("year_1995", "Musical", "http://movies.toptenreviews.com/list_musical_1995.htm");
				addOption("year_1995", "Mystery", "http://movies.toptenreviews.com/list_mystery_1995.htm");
				addOption("year_1995", "Romance", "http://movies.toptenreviews.com/list_romance_1995.htm");
				addOption("year_1995", "SciFi", "http://movies.toptenreviews.com/list_scifi_1995.htm");
				addOption("year_1995", "Sports", "http://movies.toptenreviews.com/list_sports_1995.htm");
				addOption("year_1995", "Teen", "http://movies.toptenreviews.com/list_teen_1995.htm");
				addOption("year_1995", "Thriller", "http://movies.toptenreviews.com/list_thriller_1995.htm");
				addOption("year_1995", "War", "http://movies.toptenreviews.com/list_war_1995.htm");
				addOption("year_1995", "Western", "http://movies.toptenreviews.com/list_western_1995.htm");
		addOption("year_1994", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1994", "Action", "http://movies.toptenreviews.com/list_action_1994.htm");
				addOption("year_1994", "Adventure", "http://movies.toptenreviews.com/list_adventure_1994.htm");
				addOption("year_1994", "Animation", "http://movies.toptenreviews.com/list_animation_1994.htm");
				addOption("year_1994", "Biography", "http://movies.toptenreviews.com/list_biography_1994.htm");
				addOption("year_1994", "Christmas", "http://movies.toptenreviews.com/list_christmas_1994.htm");
				addOption("year_1994", "Comedy", "http://movies.toptenreviews.com/list_comedy_1994.htm");
				addOption("year_1994", "Crime", "http://movies.toptenreviews.com/list_crime_1994.htm");
				addOption("year_1994", "Disney", "http://movies.toptenreviews.com/list_disney_1994.htm");
				addOption("year_1994", "Documentary", "http://movies.toptenreviews.com/list_documentary_1994.htm");
				addOption("year_1994", "Drama", "http://movies.toptenreviews.com/list_drama_1994.htm");
				addOption("year_1994", "Family", "http://movies.toptenreviews.com/list_family_1994.htm");
				addOption("year_1994", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1994.htm");
				addOption("year_1994", "History", "http://movies.toptenreviews.com/list_history_1994.htm");
				addOption("year_1994", "Horror", "http://movies.toptenreviews.com/list_horror_1994.htm");
				addOption("year_1994", "Music", "http://movies.toptenreviews.com/list_music_1994.htm");
				addOption("year_1994", "Musical", "http://movies.toptenreviews.com/list_musical_1994.htm");
				addOption("year_1994", "Mystery", "http://movies.toptenreviews.com/list_mystery_1994.htm");
				addOption("year_1994", "Romance", "http://movies.toptenreviews.com/list_romance_1994.htm");
				addOption("year_1994", "SciFi", "http://movies.toptenreviews.com/list_scifi_1994.htm");
				addOption("year_1994", "Sports", "http://movies.toptenreviews.com/list_sports_1994.htm");
				addOption("year_1994", "Teen", "http://movies.toptenreviews.com/list_teen_1994.htm");
				addOption("year_1994", "Thriller", "http://movies.toptenreviews.com/list_thriller_1994.htm");
				addOption("year_1994", "War", "http://movies.toptenreviews.com/list_war_1994.htm");
				addOption("year_1994", "Western", "http://movies.toptenreviews.com/list_western_1994.htm");
		addOption("year_1993", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1993", "Action", "http://movies.toptenreviews.com/list_action_1993.htm");
				addOption("year_1993", "Adventure", "http://movies.toptenreviews.com/list_adventure_1993.htm");
				addOption("year_1993", "Animation", "http://movies.toptenreviews.com/list_animation_1993.htm");
				addOption("year_1993", "Biography", "http://movies.toptenreviews.com/list_biography_1993.htm");
				addOption("year_1993", "Christmas", "http://movies.toptenreviews.com/list_christmas_1993.htm");
				addOption("year_1993", "Comedy", "http://movies.toptenreviews.com/list_comedy_1993.htm");
				addOption("year_1993", "Crime", "http://movies.toptenreviews.com/list_crime_1993.htm");
				addOption("year_1993", "Disney", "http://movies.toptenreviews.com/list_disney_1993.htm");
				addOption("year_1993", "Documentary", "http://movies.toptenreviews.com/list_documentary_1993.htm");
				addOption("year_1993", "Drama", "http://movies.toptenreviews.com/list_drama_1993.htm");
				addOption("year_1993", "Family", "http://movies.toptenreviews.com/list_family_1993.htm");
				addOption("year_1993", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1993.htm");
				addOption("year_1993", "History", "http://movies.toptenreviews.com/list_history_1993.htm");
				addOption("year_1993", "Horror", "http://movies.toptenreviews.com/list_horror_1993.htm");
				addOption("year_1993", "Music", "http://movies.toptenreviews.com/list_music_1993.htm");
				addOption("year_1993", "Musical", "http://movies.toptenreviews.com/list_musical_1993.htm");
				addOption("year_1993", "Mystery", "http://movies.toptenreviews.com/list_mystery_1993.htm");
				addOption("year_1993", "Romance", "http://movies.toptenreviews.com/list_romance_1993.htm");
				addOption("year_1993", "SciFi", "http://movies.toptenreviews.com/list_scifi_1993.htm");
				addOption("year_1993", "Sports", "http://movies.toptenreviews.com/list_sports_1993.htm");
				addOption("year_1993", "Teen", "http://movies.toptenreviews.com/list_teen_1993.htm");
				addOption("year_1993", "Thriller", "http://movies.toptenreviews.com/list_thriller_1993.htm");
				addOption("year_1993", "War", "http://movies.toptenreviews.com/list_war_1993.htm");
				addOption("year_1993", "Western", "http://movies.toptenreviews.com/list_western_1993.htm");
		addOption("year_1992", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1992", "Action", "http://movies.toptenreviews.com/list_action_1992.htm");
				addOption("year_1992", "Adventure", "http://movies.toptenreviews.com/list_adventure_1992.htm");
				addOption("year_1992", "Animation", "http://movies.toptenreviews.com/list_animation_1992.htm");
				addOption("year_1992", "Biography", "http://movies.toptenreviews.com/list_biography_1992.htm");
				addOption("year_1992", "Christmas", "http://movies.toptenreviews.com/list_christmas_1992.htm");
				addOption("year_1992", "Comedy", "http://movies.toptenreviews.com/list_comedy_1992.htm");
				addOption("year_1992", "Crime", "http://movies.toptenreviews.com/list_crime_1992.htm");
				addOption("year_1992", "Disney", "http://movies.toptenreviews.com/list_disney_1992.htm");
				addOption("year_1992", "Documentary", "http://movies.toptenreviews.com/list_documentary_1992.htm");
				addOption("year_1992", "Drama", "http://movies.toptenreviews.com/list_drama_1992.htm");
				addOption("year_1992", "Family", "http://movies.toptenreviews.com/list_family_1992.htm");
				addOption("year_1992", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1992.htm");
				addOption("year_1992", "History", "http://movies.toptenreviews.com/list_history_1992.htm");
				addOption("year_1992", "Horror", "http://movies.toptenreviews.com/list_horror_1992.htm");
				addOption("year_1992", "Music", "http://movies.toptenreviews.com/list_music_1992.htm");
				addOption("year_1992", "Musical", "http://movies.toptenreviews.com/list_musical_1992.htm");
				addOption("year_1992", "Mystery", "http://movies.toptenreviews.com/list_mystery_1992.htm");
				addOption("year_1992", "Romance", "http://movies.toptenreviews.com/list_romance_1992.htm");
				addOption("year_1992", "SciFi", "http://movies.toptenreviews.com/list_scifi_1992.htm");
				addOption("year_1992", "Sports", "http://movies.toptenreviews.com/list_sports_1992.htm");
				addOption("year_1992", "Teen", "http://movies.toptenreviews.com/list_teen_1992.htm");
				addOption("year_1992", "Thriller", "http://movies.toptenreviews.com/list_thriller_1992.htm");
				addOption("year_1992", "War", "http://movies.toptenreviews.com/list_war_1992.htm");
				addOption("year_1992", "Western", "http://movies.toptenreviews.com/list_western_1992.htm");
		addOption("year_1991", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1991", "Action", "http://movies.toptenreviews.com/list_action_1991.htm");
				addOption("year_1991", "Adventure", "http://movies.toptenreviews.com/list_adventure_1991.htm");
				addOption("year_1991", "Animation", "http://movies.toptenreviews.com/list_animation_1991.htm");
				addOption("year_1991", "Biography", "http://movies.toptenreviews.com/list_biography_1991.htm");
				addOption("year_1991", "Christmas", "http://movies.toptenreviews.com/list_christmas_1991.htm");
				addOption("year_1991", "Comedy", "http://movies.toptenreviews.com/list_comedy_1991.htm");
				addOption("year_1991", "Crime", "http://movies.toptenreviews.com/list_crime_1991.htm");
				addOption("year_1991", "Disney", "http://movies.toptenreviews.com/list_disney_1991.htm");
				addOption("year_1991", "Documentary", "http://movies.toptenreviews.com/list_documentary_1991.htm");
				addOption("year_1991", "Drama", "http://movies.toptenreviews.com/list_drama_1991.htm");
				addOption("year_1991", "Family", "http://movies.toptenreviews.com/list_family_1991.htm");
				addOption("year_1991", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1991.htm");
				addOption("year_1991", "History", "http://movies.toptenreviews.com/list_history_1991.htm");
				addOption("year_1991", "Horror", "http://movies.toptenreviews.com/list_horror_1991.htm");
				addOption("year_1991", "Music", "http://movies.toptenreviews.com/list_music_1991.htm");
				addOption("year_1991", "Musical", "http://movies.toptenreviews.com/list_musical_1991.htm");
				addOption("year_1991", "Mystery", "http://movies.toptenreviews.com/list_mystery_1991.htm");
				addOption("year_1991", "Romance", "http://movies.toptenreviews.com/list_romance_1991.htm");
				addOption("year_1991", "SciFi", "http://movies.toptenreviews.com/list_scifi_1991.htm");
				addOption("year_1991", "Sports", "http://movies.toptenreviews.com/list_sports_1991.htm");
				addOption("year_1991", "Teen", "http://movies.toptenreviews.com/list_teen_1991.htm");
				addOption("year_1991", "Thriller", "http://movies.toptenreviews.com/list_thriller_1991.htm");
				addOption("year_1991", "War", "http://movies.toptenreviews.com/list_war_1991.htm");
				addOption("year_1991", "Western", "http://movies.toptenreviews.com/list_western_1991.htm");
		addOption("year_1990", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1990", "Action", "http://movies.toptenreviews.com/list_action_1990.htm");
				addOption("year_1990", "Adventure", "http://movies.toptenreviews.com/list_adventure_1990.htm");
				addOption("year_1990", "Animation", "http://movies.toptenreviews.com/list_animation_1990.htm");
				addOption("year_1990", "Biography", "http://movies.toptenreviews.com/list_biography_1990.htm");
				addOption("year_1990", "Christmas", "http://movies.toptenreviews.com/list_christmas_1990.htm");
				addOption("year_1990", "Comedy", "http://movies.toptenreviews.com/list_comedy_1990.htm");
				addOption("year_1990", "Crime", "http://movies.toptenreviews.com/list_crime_1990.htm");
				addOption("year_1990", "Disney", "http://movies.toptenreviews.com/list_disney_1990.htm");
				addOption("year_1990", "Documentary", "http://movies.toptenreviews.com/list_documentary_1990.htm");
				addOption("year_1990", "Drama", "http://movies.toptenreviews.com/list_drama_1990.htm");
				addOption("year_1990", "Family", "http://movies.toptenreviews.com/list_family_1990.htm");
				addOption("year_1990", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1990.htm");
				addOption("year_1990", "History", "http://movies.toptenreviews.com/list_history_1990.htm");
				addOption("year_1990", "Horror", "http://movies.toptenreviews.com/list_horror_1990.htm");
				addOption("year_1990", "Music", "http://movies.toptenreviews.com/list_music_1990.htm");
				addOption("year_1990", "Musical", "http://movies.toptenreviews.com/list_musical_1990.htm");
				addOption("year_1990", "Mystery", "http://movies.toptenreviews.com/list_mystery_1990.htm");
				addOption("year_1990", "Romance", "http://movies.toptenreviews.com/list_romance_1990.htm");
				addOption("year_1990", "SciFi", "http://movies.toptenreviews.com/list_scifi_1990.htm");
				addOption("year_1990", "Sports", "http://movies.toptenreviews.com/list_sports_1990.htm");
				addOption("year_1990", "Teen", "http://movies.toptenreviews.com/list_teen_1990.htm");
				addOption("year_1990", "Thriller", "http://movies.toptenreviews.com/list_thriller_1990.htm");
				addOption("year_1990", "War", "http://movies.toptenreviews.com/list_war_1990.htm");
				addOption("year_1990", "Western", "http://movies.toptenreviews.com/list_western_1990.htm");
		addOption("year_1989", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1989", "Action", "http://movies.toptenreviews.com/list_action_1989.htm");
				addOption("year_1989", "Adventure", "http://movies.toptenreviews.com/list_adventure_1989.htm");
				addOption("year_1989", "Animation", "http://movies.toptenreviews.com/list_animation_1989.htm");
				addOption("year_1989", "Biography", "http://movies.toptenreviews.com/list_biography_1989.htm");
				addOption("year_1989", "Christmas", "http://movies.toptenreviews.com/list_christmas_1989.htm");
				addOption("year_1989", "Comedy", "http://movies.toptenreviews.com/list_comedy_1989.htm");
				addOption("year_1989", "Crime", "http://movies.toptenreviews.com/list_crime_1989.htm");
				addOption("year_1989", "Disney", "http://movies.toptenreviews.com/list_disney_1989.htm");
				addOption("year_1989", "Documentary", "http://movies.toptenreviews.com/list_documentary_1989.htm");
				addOption("year_1989", "Drama", "http://movies.toptenreviews.com/list_drama_1989.htm");
				addOption("year_1989", "Family", "http://movies.toptenreviews.com/list_family_1989.htm");
				addOption("year_1989", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1989.htm");
				addOption("year_1989", "History", "http://movies.toptenreviews.com/list_history_1989.htm");
				addOption("year_1989", "Horror", "http://movies.toptenreviews.com/list_horror_1989.htm");
				addOption("year_1989", "Music", "http://movies.toptenreviews.com/list_music_1989.htm");
				addOption("year_1989", "Musical", "http://movies.toptenreviews.com/list_musical_1989.htm");
				addOption("year_1989", "Mystery", "http://movies.toptenreviews.com/list_mystery_1989.htm");
				addOption("year_1989", "Romance", "http://movies.toptenreviews.com/list_romance_1989.htm");
				addOption("year_1989", "SciFi", "http://movies.toptenreviews.com/list_scifi_1989.htm");
				addOption("year_1989", "Sports", "http://movies.toptenreviews.com/list_sports_1989.htm");
				addOption("year_1989", "Teen", "http://movies.toptenreviews.com/list_teen_1989.htm");
				addOption("year_1989", "Thriller", "http://movies.toptenreviews.com/list_thriller_1989.htm");
				addOption("year_1989", "War", "http://movies.toptenreviews.com/list_war_1989.htm");
				addOption("year_1989", "Western", "http://movies.toptenreviews.com/list_western_1989.htm");
		addOption("year_1988", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1988", "Action", "http://movies.toptenreviews.com/list_action_1988.htm");
				addOption("year_1988", "Adventure", "http://movies.toptenreviews.com/list_adventure_1988.htm");
				addOption("year_1988", "Animation", "http://movies.toptenreviews.com/list_animation_1988.htm");
				addOption("year_1988", "Biography", "http://movies.toptenreviews.com/list_biography_1988.htm");
				addOption("year_1988", "Christmas", "http://movies.toptenreviews.com/list_christmas_1988.htm");
				addOption("year_1988", "Comedy", "http://movies.toptenreviews.com/list_comedy_1988.htm");
				addOption("year_1988", "Crime", "http://movies.toptenreviews.com/list_crime_1988.htm");
				addOption("year_1988", "Disney", "http://movies.toptenreviews.com/list_disney_1988.htm");
				addOption("year_1988", "Documentary", "http://movies.toptenreviews.com/list_documentary_1988.htm");
				addOption("year_1988", "Drama", "http://movies.toptenreviews.com/list_drama_1988.htm");
				addOption("year_1988", "Family", "http://movies.toptenreviews.com/list_family_1988.htm");
				addOption("year_1988", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1988.htm");
				addOption("year_1988", "History", "http://movies.toptenreviews.com/list_history_1988.htm");
				addOption("year_1988", "Horror", "http://movies.toptenreviews.com/list_horror_1988.htm");
				addOption("year_1988", "Music", "http://movies.toptenreviews.com/list_music_1988.htm");
				addOption("year_1988", "Musical", "http://movies.toptenreviews.com/list_musical_1988.htm");
				addOption("year_1988", "Mystery", "http://movies.toptenreviews.com/list_mystery_1988.htm");
				addOption("year_1988", "Romance", "http://movies.toptenreviews.com/list_romance_1988.htm");
				addOption("year_1988", "SciFi", "http://movies.toptenreviews.com/list_scifi_1988.htm");
				addOption("year_1988", "Sports", "http://movies.toptenreviews.com/list_sports_1988.htm");
				addOption("year_1988", "Teen", "http://movies.toptenreviews.com/list_teen_1988.htm");
				addOption("year_1988", "Thriller", "http://movies.toptenreviews.com/list_thriller_1988.htm");
				addOption("year_1988", "War", "http://movies.toptenreviews.com/list_war_1988.htm");
				addOption("year_1988", "Western", "http://movies.toptenreviews.com/list_western_1988.htm");
		addOption("year_1987", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1987", "Action", "http://movies.toptenreviews.com/list_action_1987.htm");
				addOption("year_1987", "Adventure", "http://movies.toptenreviews.com/list_adventure_1987.htm");
				addOption("year_1987", "Animation", "http://movies.toptenreviews.com/list_animation_1987.htm");
				addOption("year_1987", "Biography", "http://movies.toptenreviews.com/list_biography_1987.htm");
				addOption("year_1987", "Christmas", "http://movies.toptenreviews.com/list_christmas_1987.htm");
				addOption("year_1987", "Comedy", "http://movies.toptenreviews.com/list_comedy_1987.htm");
				addOption("year_1987", "Crime", "http://movies.toptenreviews.com/list_crime_1987.htm");
				addOption("year_1987", "Disney", "http://movies.toptenreviews.com/list_disney_1987.htm");
				addOption("year_1987", "Documentary", "http://movies.toptenreviews.com/list_documentary_1987.htm");
				addOption("year_1987", "Drama", "http://movies.toptenreviews.com/list_drama_1987.htm");
				addOption("year_1987", "Family", "http://movies.toptenreviews.com/list_family_1987.htm");
				addOption("year_1987", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1987.htm");
				addOption("year_1987", "History", "http://movies.toptenreviews.com/list_history_1987.htm");
				addOption("year_1987", "Horror", "http://movies.toptenreviews.com/list_horror_1987.htm");
				addOption("year_1987", "Music", "http://movies.toptenreviews.com/list_music_1987.htm");
				addOption("year_1987", "Musical", "http://movies.toptenreviews.com/list_musical_1987.htm");
				addOption("year_1987", "Mystery", "http://movies.toptenreviews.com/list_mystery_1987.htm");
				addOption("year_1987", "Romance", "http://movies.toptenreviews.com/list_romance_1987.htm");
				addOption("year_1987", "SciFi", "http://movies.toptenreviews.com/list_scifi_1987.htm");
				addOption("year_1987", "Sports", "http://movies.toptenreviews.com/list_sports_1987.htm");
				addOption("year_1987", "Teen", "http://movies.toptenreviews.com/list_teen_1987.htm");
				addOption("year_1987", "Thriller", "http://movies.toptenreviews.com/list_thriller_1987.htm");
				addOption("year_1987", "War", "http://movies.toptenreviews.com/list_war_1987.htm");
				addOption("year_1987", "Western", "http://movies.toptenreviews.com/list_western_1987.htm");
		addOption("year_1986", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1986", "Action", "http://movies.toptenreviews.com/list_action_1986.htm");
				addOption("year_1986", "Adventure", "http://movies.toptenreviews.com/list_adventure_1986.htm");
				addOption("year_1986", "Animation", "http://movies.toptenreviews.com/list_animation_1986.htm");
				addOption("year_1986", "Biography", "http://movies.toptenreviews.com/list_biography_1986.htm");
				addOption("year_1986", "Christmas", "http://movies.toptenreviews.com/list_christmas_1986.htm");
				addOption("year_1986", "Comedy", "http://movies.toptenreviews.com/list_comedy_1986.htm");
				addOption("year_1986", "Crime", "http://movies.toptenreviews.com/list_crime_1986.htm");
				addOption("year_1986", "Disney", "http://movies.toptenreviews.com/list_disney_1986.htm");
				addOption("year_1986", "Documentary", "http://movies.toptenreviews.com/list_documentary_1986.htm");
				addOption("year_1986", "Drama", "http://movies.toptenreviews.com/list_drama_1986.htm");
				addOption("year_1986", "Family", "http://movies.toptenreviews.com/list_family_1986.htm");
				addOption("year_1986", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1986.htm");
				addOption("year_1986", "History", "http://movies.toptenreviews.com/list_history_1986.htm");
				addOption("year_1986", "Horror", "http://movies.toptenreviews.com/list_horror_1986.htm");
				addOption("year_1986", "Music", "http://movies.toptenreviews.com/list_music_1986.htm");
				addOption("year_1986", "Musical", "http://movies.toptenreviews.com/list_musical_1986.htm");
				addOption("year_1986", "Mystery", "http://movies.toptenreviews.com/list_mystery_1986.htm");
				addOption("year_1986", "Romance", "http://movies.toptenreviews.com/list_romance_1986.htm");
				addOption("year_1986", "SciFi", "http://movies.toptenreviews.com/list_scifi_1986.htm");
				addOption("year_1986", "Sports", "http://movies.toptenreviews.com/list_sports_1986.htm");
				addOption("year_1986", "Teen", "http://movies.toptenreviews.com/list_teen_1986.htm");
				addOption("year_1986", "Thriller", "http://movies.toptenreviews.com/list_thriller_1986.htm");
				addOption("year_1986", "War", "http://movies.toptenreviews.com/list_war_1986.htm");
				addOption("year_1986", "Western", "http://movies.toptenreviews.com/list_western_1986.htm");
		addOption("year_1985", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1985", "Action", "http://movies.toptenreviews.com/list_action_1985.htm");
				addOption("year_1985", "Adventure", "http://movies.toptenreviews.com/list_adventure_1985.htm");
				addOption("year_1985", "Animation", "http://movies.toptenreviews.com/list_animation_1985.htm");
				addOption("year_1985", "Biography", "http://movies.toptenreviews.com/list_biography_1985.htm");
				addOption("year_1985", "Christmas", "http://movies.toptenreviews.com/list_christmas_1985.htm");
				addOption("year_1985", "Comedy", "http://movies.toptenreviews.com/list_comedy_1985.htm");
				addOption("year_1985", "Crime", "http://movies.toptenreviews.com/list_crime_1985.htm");
				addOption("year_1985", "Disney", "http://movies.toptenreviews.com/list_disney_1985.htm");
				addOption("year_1985", "Documentary", "http://movies.toptenreviews.com/list_documentary_1985.htm");
				addOption("year_1985", "Drama", "http://movies.toptenreviews.com/list_drama_1985.htm");
				addOption("year_1985", "Family", "http://movies.toptenreviews.com/list_family_1985.htm");
				addOption("year_1985", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1985.htm");
				addOption("year_1985", "History", "http://movies.toptenreviews.com/list_history_1985.htm");
				addOption("year_1985", "Horror", "http://movies.toptenreviews.com/list_horror_1985.htm");
				addOption("year_1985", "Music", "http://movies.toptenreviews.com/list_music_1985.htm");
				addOption("year_1985", "Musical", "http://movies.toptenreviews.com/list_musical_1985.htm");
				addOption("year_1985", "Mystery", "http://movies.toptenreviews.com/list_mystery_1985.htm");
				addOption("year_1985", "Romance", "http://movies.toptenreviews.com/list_romance_1985.htm");
				addOption("year_1985", "SciFi", "http://movies.toptenreviews.com/list_scifi_1985.htm");
				addOption("year_1985", "Sports", "http://movies.toptenreviews.com/list_sports_1985.htm");
				addOption("year_1985", "Teen", "http://movies.toptenreviews.com/list_teen_1985.htm");
				addOption("year_1985", "Thriller", "http://movies.toptenreviews.com/list_thriller_1985.htm");
				addOption("year_1985", "War", "http://movies.toptenreviews.com/list_war_1985.htm");
				addOption("year_1985", "Western", "http://movies.toptenreviews.com/list_western_1985.htm");
		addOption("year_1984", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1984", "Action", "http://movies.toptenreviews.com/list_action_1984.htm");
				addOption("year_1984", "Adventure", "http://movies.toptenreviews.com/list_adventure_1984.htm");
				addOption("year_1984", "Animation", "http://movies.toptenreviews.com/list_animation_1984.htm");
				addOption("year_1984", "Biography", "http://movies.toptenreviews.com/list_biography_1984.htm");
				addOption("year_1984", "Christmas", "http://movies.toptenreviews.com/list_christmas_1984.htm");
				addOption("year_1984", "Comedy", "http://movies.toptenreviews.com/list_comedy_1984.htm");
				addOption("year_1984", "Crime", "http://movies.toptenreviews.com/list_crime_1984.htm");
				addOption("year_1984", "Disney", "http://movies.toptenreviews.com/list_disney_1984.htm");
				addOption("year_1984", "Documentary", "http://movies.toptenreviews.com/list_documentary_1984.htm");
				addOption("year_1984", "Drama", "http://movies.toptenreviews.com/list_drama_1984.htm");
				addOption("year_1984", "Family", "http://movies.toptenreviews.com/list_family_1984.htm");
				addOption("year_1984", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1984.htm");
				addOption("year_1984", "History", "http://movies.toptenreviews.com/list_history_1984.htm");
				addOption("year_1984", "Horror", "http://movies.toptenreviews.com/list_horror_1984.htm");
				addOption("year_1984", "Music", "http://movies.toptenreviews.com/list_music_1984.htm");
				addOption("year_1984", "Musical", "http://movies.toptenreviews.com/list_musical_1984.htm");
				addOption("year_1984", "Mystery", "http://movies.toptenreviews.com/list_mystery_1984.htm");
				addOption("year_1984", "Romance", "http://movies.toptenreviews.com/list_romance_1984.htm");
				addOption("year_1984", "SciFi", "http://movies.toptenreviews.com/list_scifi_1984.htm");
				addOption("year_1984", "Sports", "http://movies.toptenreviews.com/list_sports_1984.htm");
				addOption("year_1984", "Teen", "http://movies.toptenreviews.com/list_teen_1984.htm");
				addOption("year_1984", "Thriller", "http://movies.toptenreviews.com/list_thriller_1984.htm");
				addOption("year_1984", "War", "http://movies.toptenreviews.com/list_war_1984.htm");
				addOption("year_1984", "Western", "http://movies.toptenreviews.com/list_western_1984.htm");
		addOption("year_1983", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1983", "Action", "http://movies.toptenreviews.com/list_action_1983.htm");
				addOption("year_1983", "Adventure", "http://movies.toptenreviews.com/list_adventure_1983.htm");
				addOption("year_1983", "Animation", "http://movies.toptenreviews.com/list_animation_1983.htm");
				addOption("year_1983", "Biography", "http://movies.toptenreviews.com/list_biography_1983.htm");
				addOption("year_1983", "Christmas", "http://movies.toptenreviews.com/list_christmas_1983.htm");
				addOption("year_1983", "Comedy", "http://movies.toptenreviews.com/list_comedy_1983.htm");
				addOption("year_1983", "Crime", "http://movies.toptenreviews.com/list_crime_1983.htm");
				addOption("year_1983", "Disney", "http://movies.toptenreviews.com/list_disney_1983.htm");
				addOption("year_1983", "Documentary", "http://movies.toptenreviews.com/list_documentary_1983.htm");
				addOption("year_1983", "Drama", "http://movies.toptenreviews.com/list_drama_1983.htm");
				addOption("year_1983", "Family", "http://movies.toptenreviews.com/list_family_1983.htm");
				addOption("year_1983", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1983.htm");
				addOption("year_1983", "History", "http://movies.toptenreviews.com/list_history_1983.htm");
				addOption("year_1983", "Horror", "http://movies.toptenreviews.com/list_horror_1983.htm");
				addOption("year_1983", "Music", "http://movies.toptenreviews.com/list_music_1983.htm");
				addOption("year_1983", "Musical", "http://movies.toptenreviews.com/list_musical_1983.htm");
				addOption("year_1983", "Mystery", "http://movies.toptenreviews.com/list_mystery_1983.htm");
				addOption("year_1983", "Romance", "http://movies.toptenreviews.com/list_romance_1983.htm");
				addOption("year_1983", "SciFi", "http://movies.toptenreviews.com/list_scifi_1983.htm");
				addOption("year_1983", "Sports", "http://movies.toptenreviews.com/list_sports_1983.htm");
				addOption("year_1983", "Teen", "http://movies.toptenreviews.com/list_teen_1983.htm");
				addOption("year_1983", "Thriller", "http://movies.toptenreviews.com/list_thriller_1983.htm");
				addOption("year_1983", "War", "http://movies.toptenreviews.com/list_war_1983.htm");
				addOption("year_1983", "Western", "http://movies.toptenreviews.com/list_western_1983.htm");
		addOption("year_1982", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1982", "Action", "http://movies.toptenreviews.com/list_action_1982.htm");
				addOption("year_1982", "Adventure", "http://movies.toptenreviews.com/list_adventure_1982.htm");
				addOption("year_1982", "Animation", "http://movies.toptenreviews.com/list_animation_1982.htm");
				addOption("year_1982", "Biography", "http://movies.toptenreviews.com/list_biography_1982.htm");
				addOption("year_1982", "Christmas", "http://movies.toptenreviews.com/list_christmas_1982.htm");
				addOption("year_1982", "Comedy", "http://movies.toptenreviews.com/list_comedy_1982.htm");
				addOption("year_1982", "Crime", "http://movies.toptenreviews.com/list_crime_1982.htm");
				addOption("year_1982", "Disney", "http://movies.toptenreviews.com/list_disney_1982.htm");
				addOption("year_1982", "Documentary", "http://movies.toptenreviews.com/list_documentary_1982.htm");
				addOption("year_1982", "Drama", "http://movies.toptenreviews.com/list_drama_1982.htm");
				addOption("year_1982", "Family", "http://movies.toptenreviews.com/list_family_1982.htm");
				addOption("year_1982", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1982.htm");
				addOption("year_1982", "History", "http://movies.toptenreviews.com/list_history_1982.htm");
				addOption("year_1982", "Horror", "http://movies.toptenreviews.com/list_horror_1982.htm");
				addOption("year_1982", "Music", "http://movies.toptenreviews.com/list_music_1982.htm");
				addOption("year_1982", "Musical", "http://movies.toptenreviews.com/list_musical_1982.htm");
				addOption("year_1982", "Mystery", "http://movies.toptenreviews.com/list_mystery_1982.htm");
				addOption("year_1982", "Romance", "http://movies.toptenreviews.com/list_romance_1982.htm");
				addOption("year_1982", "SciFi", "http://movies.toptenreviews.com/list_scifi_1982.htm");
				addOption("year_1982", "Sports", "http://movies.toptenreviews.com/list_sports_1982.htm");
				addOption("year_1982", "Teen", "http://movies.toptenreviews.com/list_teen_1982.htm");
				addOption("year_1982", "Thriller", "http://movies.toptenreviews.com/list_thriller_1982.htm");
				addOption("year_1982", "War", "http://movies.toptenreviews.com/list_war_1982.htm");
				addOption("year_1982", "Western", "http://movies.toptenreviews.com/list_western_1982.htm");
		addOption("year_1981", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1981", "Action", "http://movies.toptenreviews.com/list_action_1981.htm");
				addOption("year_1981", "Adventure", "http://movies.toptenreviews.com/list_adventure_1981.htm");
				addOption("year_1981", "Animation", "http://movies.toptenreviews.com/list_animation_1981.htm");
				addOption("year_1981", "Biography", "http://movies.toptenreviews.com/list_biography_1981.htm");
				addOption("year_1981", "Christmas", "http://movies.toptenreviews.com/list_christmas_1981.htm");
				addOption("year_1981", "Comedy", "http://movies.toptenreviews.com/list_comedy_1981.htm");
				addOption("year_1981", "Crime", "http://movies.toptenreviews.com/list_crime_1981.htm");
				addOption("year_1981", "Disney", "http://movies.toptenreviews.com/list_disney_1981.htm");
				addOption("year_1981", "Documentary", "http://movies.toptenreviews.com/list_documentary_1981.htm");
				addOption("year_1981", "Drama", "http://movies.toptenreviews.com/list_drama_1981.htm");
				addOption("year_1981", "Family", "http://movies.toptenreviews.com/list_family_1981.htm");
				addOption("year_1981", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1981.htm");
				addOption("year_1981", "History", "http://movies.toptenreviews.com/list_history_1981.htm");
				addOption("year_1981", "Horror", "http://movies.toptenreviews.com/list_horror_1981.htm");
				addOption("year_1981", "Music", "http://movies.toptenreviews.com/list_music_1981.htm");
				addOption("year_1981", "Musical", "http://movies.toptenreviews.com/list_musical_1981.htm");
				addOption("year_1981", "Mystery", "http://movies.toptenreviews.com/list_mystery_1981.htm");
				addOption("year_1981", "Romance", "http://movies.toptenreviews.com/list_romance_1981.htm");
				addOption("year_1981", "SciFi", "http://movies.toptenreviews.com/list_scifi_1981.htm");
				addOption("year_1981", "Sports", "http://movies.toptenreviews.com/list_sports_1981.htm");
				addOption("year_1981", "Teen", "http://movies.toptenreviews.com/list_teen_1981.htm");
				addOption("year_1981", "Thriller", "http://movies.toptenreviews.com/list_thriller_1981.htm");
				addOption("year_1981", "War", "http://movies.toptenreviews.com/list_war_1981.htm");
				addOption("year_1981", "Western", "http://movies.toptenreviews.com/list_western_1981.htm");
		addOption("year_1980", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1980", "Action", "http://movies.toptenreviews.com/list_action_1980.htm");
				addOption("year_1980", "Adventure", "http://movies.toptenreviews.com/list_adventure_1980.htm");
				addOption("year_1980", "Animation", "http://movies.toptenreviews.com/list_animation_1980.htm");
				addOption("year_1980", "Biography", "http://movies.toptenreviews.com/list_biography_1980.htm");
				addOption("year_1980", "Christmas", "http://movies.toptenreviews.com/list_christmas_1980.htm");
				addOption("year_1980", "Comedy", "http://movies.toptenreviews.com/list_comedy_1980.htm");
				addOption("year_1980", "Crime", "http://movies.toptenreviews.com/list_crime_1980.htm");
				addOption("year_1980", "Disney", "http://movies.toptenreviews.com/list_disney_1980.htm");
				addOption("year_1980", "Documentary", "http://movies.toptenreviews.com/list_documentary_1980.htm");
				addOption("year_1980", "Drama", "http://movies.toptenreviews.com/list_drama_1980.htm");
				addOption("year_1980", "Family", "http://movies.toptenreviews.com/list_family_1980.htm");
				addOption("year_1980", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1980.htm");
				addOption("year_1980", "History", "http://movies.toptenreviews.com/list_history_1980.htm");
				addOption("year_1980", "Horror", "http://movies.toptenreviews.com/list_horror_1980.htm");
				addOption("year_1980", "Music", "http://movies.toptenreviews.com/list_music_1980.htm");
				addOption("year_1980", "Musical", "http://movies.toptenreviews.com/list_musical_1980.htm");
				addOption("year_1980", "Mystery", "http://movies.toptenreviews.com/list_mystery_1980.htm");
				addOption("year_1980", "Romance", "http://movies.toptenreviews.com/list_romance_1980.htm");
				addOption("year_1980", "SciFi", "http://movies.toptenreviews.com/list_scifi_1980.htm");
				addOption("year_1980", "Sports", "http://movies.toptenreviews.com/list_sports_1980.htm");
				addOption("year_1980", "Teen", "http://movies.toptenreviews.com/list_teen_1980.htm");
				addOption("year_1980", "Thriller", "http://movies.toptenreviews.com/list_thriller_1980.htm");
				addOption("year_1980", "War", "http://movies.toptenreviews.com/list_war_1980.htm");
				addOption("year_1980", "Western", "http://movies.toptenreviews.com/list_western_1980.htm");
		addOption("year_1979", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1979", "Action", "http://movies.toptenreviews.com/list_action_1979.htm");
				addOption("year_1979", "Adventure", "http://movies.toptenreviews.com/list_adventure_1979.htm");
				addOption("year_1979", "Animation", "http://movies.toptenreviews.com/list_animation_1979.htm");
				addOption("year_1979", "Biography", "http://movies.toptenreviews.com/list_biography_1979.htm");
				addOption("year_1979", "Christmas", "http://movies.toptenreviews.com/list_christmas_1979.htm");
				addOption("year_1979", "Comedy", "http://movies.toptenreviews.com/list_comedy_1979.htm");
				addOption("year_1979", "Crime", "http://movies.toptenreviews.com/list_crime_1979.htm");
				addOption("year_1979", "Disney", "http://movies.toptenreviews.com/list_disney_1979.htm");
				addOption("year_1979", "Documentary", "http://movies.toptenreviews.com/list_documentary_1979.htm");
				addOption("year_1979", "Drama", "http://movies.toptenreviews.com/list_drama_1979.htm");
				addOption("year_1979", "Family", "http://movies.toptenreviews.com/list_family_1979.htm");
				addOption("year_1979", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1979.htm");
				addOption("year_1979", "History", "http://movies.toptenreviews.com/list_history_1979.htm");
				addOption("year_1979", "Horror", "http://movies.toptenreviews.com/list_horror_1979.htm");
				addOption("year_1979", "Music", "http://movies.toptenreviews.com/list_music_1979.htm");
				addOption("year_1979", "Musical", "http://movies.toptenreviews.com/list_musical_1979.htm");
				addOption("year_1979", "Mystery", "http://movies.toptenreviews.com/list_mystery_1979.htm");
				addOption("year_1979", "Romance", "http://movies.toptenreviews.com/list_romance_1979.htm");
				addOption("year_1979", "SciFi", "http://movies.toptenreviews.com/list_scifi_1979.htm");
				addOption("year_1979", "Sports", "http://movies.toptenreviews.com/list_sports_1979.htm");
				addOption("year_1979", "Teen", "http://movies.toptenreviews.com/list_teen_1979.htm");
				addOption("year_1979", "Thriller", "http://movies.toptenreviews.com/list_thriller_1979.htm");
				addOption("year_1979", "War", "http://movies.toptenreviews.com/list_war_1979.htm");
				addOption("year_1979", "Western", "http://movies.toptenreviews.com/list_western_1979.htm");
		addOption("year_1978", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1978", "Action", "http://movies.toptenreviews.com/list_action_1978.htm");
				addOption("year_1978", "Adventure", "http://movies.toptenreviews.com/list_adventure_1978.htm");
				addOption("year_1978", "Animation", "http://movies.toptenreviews.com/list_animation_1978.htm");
				addOption("year_1978", "Biography", "http://movies.toptenreviews.com/list_biography_1978.htm");
				addOption("year_1978", "Christmas", "http://movies.toptenreviews.com/list_christmas_1978.htm");
				addOption("year_1978", "Comedy", "http://movies.toptenreviews.com/list_comedy_1978.htm");
				addOption("year_1978", "Crime", "http://movies.toptenreviews.com/list_crime_1978.htm");
				addOption("year_1978", "Disney", "http://movies.toptenreviews.com/list_disney_1978.htm");
				addOption("year_1978", "Documentary", "http://movies.toptenreviews.com/list_documentary_1978.htm");
				addOption("year_1978", "Drama", "http://movies.toptenreviews.com/list_drama_1978.htm");
				addOption("year_1978", "Family", "http://movies.toptenreviews.com/list_family_1978.htm");
				addOption("year_1978", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1978.htm");
				addOption("year_1978", "History", "http://movies.toptenreviews.com/list_history_1978.htm");
				addOption("year_1978", "Horror", "http://movies.toptenreviews.com/list_horror_1978.htm");
				addOption("year_1978", "Music", "http://movies.toptenreviews.com/list_music_1978.htm");
				addOption("year_1978", "Musical", "http://movies.toptenreviews.com/list_musical_1978.htm");
				addOption("year_1978", "Mystery", "http://movies.toptenreviews.com/list_mystery_1978.htm");
				addOption("year_1978", "Romance", "http://movies.toptenreviews.com/list_romance_1978.htm");
				addOption("year_1978", "SciFi", "http://movies.toptenreviews.com/list_scifi_1978.htm");
				addOption("year_1978", "Sports", "http://movies.toptenreviews.com/list_sports_1978.htm");
				addOption("year_1978", "Teen", "http://movies.toptenreviews.com/list_teen_1978.htm");
				addOption("year_1978", "Thriller", "http://movies.toptenreviews.com/list_thriller_1978.htm");
				addOption("year_1978", "War", "http://movies.toptenreviews.com/list_war_1978.htm");
				addOption("year_1978", "Western", "http://movies.toptenreviews.com/list_western_1978.htm");
		addOption("year_1977", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1977", "Action", "http://movies.toptenreviews.com/list_action_1977.htm");
				addOption("year_1977", "Adventure", "http://movies.toptenreviews.com/list_adventure_1977.htm");
				addOption("year_1977", "Animation", "http://movies.toptenreviews.com/list_animation_1977.htm");
				addOption("year_1977", "Biography", "http://movies.toptenreviews.com/list_biography_1977.htm");
				addOption("year_1977", "Christmas", "http://movies.toptenreviews.com/list_christmas_1977.htm");
				addOption("year_1977", "Comedy", "http://movies.toptenreviews.com/list_comedy_1977.htm");
				addOption("year_1977", "Crime", "http://movies.toptenreviews.com/list_crime_1977.htm");
				addOption("year_1977", "Disney", "http://movies.toptenreviews.com/list_disney_1977.htm");
				addOption("year_1977", "Documentary", "http://movies.toptenreviews.com/list_documentary_1977.htm");
				addOption("year_1977", "Drama", "http://movies.toptenreviews.com/list_drama_1977.htm");
				addOption("year_1977", "Family", "http://movies.toptenreviews.com/list_family_1977.htm");
				addOption("year_1977", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1977.htm");
				addOption("year_1977", "History", "http://movies.toptenreviews.com/list_history_1977.htm");
				addOption("year_1977", "Horror", "http://movies.toptenreviews.com/list_horror_1977.htm");
				addOption("year_1977", "Music", "http://movies.toptenreviews.com/list_music_1977.htm");
				addOption("year_1977", "Musical", "http://movies.toptenreviews.com/list_musical_1977.htm");
				addOption("year_1977", "Mystery", "http://movies.toptenreviews.com/list_mystery_1977.htm");
				addOption("year_1977", "Romance", "http://movies.toptenreviews.com/list_romance_1977.htm");
				addOption("year_1977", "SciFi", "http://movies.toptenreviews.com/list_scifi_1977.htm");
				addOption("year_1977", "Sports", "http://movies.toptenreviews.com/list_sports_1977.htm");
				addOption("year_1977", "Teen", "http://movies.toptenreviews.com/list_teen_1977.htm");
				addOption("year_1977", "Thriller", "http://movies.toptenreviews.com/list_thriller_1977.htm");
				addOption("year_1977", "War", "http://movies.toptenreviews.com/list_war_1977.htm");
				addOption("year_1977", "Western", "http://movies.toptenreviews.com/list_western_1977.htm");
		addOption("year_1976", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1976", "Action", "http://movies.toptenreviews.com/list_action_1976.htm");
				addOption("year_1976", "Adventure", "http://movies.toptenreviews.com/list_adventure_1976.htm");
				addOption("year_1976", "Animation", "http://movies.toptenreviews.com/list_animation_1976.htm");
				addOption("year_1976", "Biography", "http://movies.toptenreviews.com/list_biography_1976.htm");
				addOption("year_1976", "Christmas", "http://movies.toptenreviews.com/list_christmas_1976.htm");
				addOption("year_1976", "Comedy", "http://movies.toptenreviews.com/list_comedy_1976.htm");
				addOption("year_1976", "Crime", "http://movies.toptenreviews.com/list_crime_1976.htm");
				addOption("year_1976", "Disney", "http://movies.toptenreviews.com/list_disney_1976.htm");
				addOption("year_1976", "Documentary", "http://movies.toptenreviews.com/list_documentary_1976.htm");
				addOption("year_1976", "Drama", "http://movies.toptenreviews.com/list_drama_1976.htm");
				addOption("year_1976", "Family", "http://movies.toptenreviews.com/list_family_1976.htm");
				addOption("year_1976", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1976.htm");
				addOption("year_1976", "History", "http://movies.toptenreviews.com/list_history_1976.htm");
				addOption("year_1976", "Horror", "http://movies.toptenreviews.com/list_horror_1976.htm");
				addOption("year_1976", "Music", "http://movies.toptenreviews.com/list_music_1976.htm");
				addOption("year_1976", "Musical", "http://movies.toptenreviews.com/list_musical_1976.htm");
				addOption("year_1976", "Mystery", "http://movies.toptenreviews.com/list_mystery_1976.htm");
				addOption("year_1976", "Romance", "http://movies.toptenreviews.com/list_romance_1976.htm");
				addOption("year_1976", "SciFi", "http://movies.toptenreviews.com/list_scifi_1976.htm");
				addOption("year_1976", "Sports", "http://movies.toptenreviews.com/list_sports_1976.htm");
				addOption("year_1976", "Teen", "http://movies.toptenreviews.com/list_teen_1976.htm");
				addOption("year_1976", "Thriller", "http://movies.toptenreviews.com/list_thriller_1976.htm");
				addOption("year_1976", "War", "http://movies.toptenreviews.com/list_war_1976.htm");
				addOption("year_1976", "Western", "http://movies.toptenreviews.com/list_western_1976.htm");
		addOption("year_1975", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1975", "Action", "http://movies.toptenreviews.com/list_action_1975.htm");
				addOption("year_1975", "Adventure", "http://movies.toptenreviews.com/list_adventure_1975.htm");
				addOption("year_1975", "Animation", "http://movies.toptenreviews.com/list_animation_1975.htm");
				addOption("year_1975", "Biography", "http://movies.toptenreviews.com/list_biography_1975.htm");
				addOption("year_1975", "Christmas", "http://movies.toptenreviews.com/list_christmas_1975.htm");
				addOption("year_1975", "Comedy", "http://movies.toptenreviews.com/list_comedy_1975.htm");
				addOption("year_1975", "Crime", "http://movies.toptenreviews.com/list_crime_1975.htm");
				addOption("year_1975", "Disney", "http://movies.toptenreviews.com/list_disney_1975.htm");
				addOption("year_1975", "Documentary", "http://movies.toptenreviews.com/list_documentary_1975.htm");
				addOption("year_1975", "Drama", "http://movies.toptenreviews.com/list_drama_1975.htm");
				addOption("year_1975", "Family", "http://movies.toptenreviews.com/list_family_1975.htm");
				addOption("year_1975", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1975.htm");
				addOption("year_1975", "History", "http://movies.toptenreviews.com/list_history_1975.htm");
				addOption("year_1975", "Horror", "http://movies.toptenreviews.com/list_horror_1975.htm");
				addOption("year_1975", "Music", "http://movies.toptenreviews.com/list_music_1975.htm");
				addOption("year_1975", "Musical", "http://movies.toptenreviews.com/list_musical_1975.htm");
				addOption("year_1975", "Mystery", "http://movies.toptenreviews.com/list_mystery_1975.htm");
				addOption("year_1975", "Romance", "http://movies.toptenreviews.com/list_romance_1975.htm");
				addOption("year_1975", "SciFi", "http://movies.toptenreviews.com/list_scifi_1975.htm");
				addOption("year_1975", "Sports", "http://movies.toptenreviews.com/list_sports_1975.htm");
				addOption("year_1975", "Teen", "http://movies.toptenreviews.com/list_teen_1975.htm");
				addOption("year_1975", "Thriller", "http://movies.toptenreviews.com/list_thriller_1975.htm");
				addOption("year_1975", "War", "http://movies.toptenreviews.com/list_war_1975.htm");
				addOption("year_1975", "Western", "http://movies.toptenreviews.com/list_western_1975.htm");
		addOption("year_1974", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1974", "Action", "http://movies.toptenreviews.com/list_action_1974.htm");
				addOption("year_1974", "Adventure", "http://movies.toptenreviews.com/list_adventure_1974.htm");
				addOption("year_1974", "Animation", "http://movies.toptenreviews.com/list_animation_1974.htm");
				addOption("year_1974", "Biography", "http://movies.toptenreviews.com/list_biography_1974.htm");
				addOption("year_1974", "Christmas", "http://movies.toptenreviews.com/list_christmas_1974.htm");
				addOption("year_1974", "Comedy", "http://movies.toptenreviews.com/list_comedy_1974.htm");
				addOption("year_1974", "Crime", "http://movies.toptenreviews.com/list_crime_1974.htm");
				addOption("year_1974", "Disney", "http://movies.toptenreviews.com/list_disney_1974.htm");
				addOption("year_1974", "Documentary", "http://movies.toptenreviews.com/list_documentary_1974.htm");
				addOption("year_1974", "Drama", "http://movies.toptenreviews.com/list_drama_1974.htm");
				addOption("year_1974", "Family", "http://movies.toptenreviews.com/list_family_1974.htm");
				addOption("year_1974", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1974.htm");
				addOption("year_1974", "History", "http://movies.toptenreviews.com/list_history_1974.htm");
				addOption("year_1974", "Horror", "http://movies.toptenreviews.com/list_horror_1974.htm");
				addOption("year_1974", "Music", "http://movies.toptenreviews.com/list_music_1974.htm");
				addOption("year_1974", "Musical", "http://movies.toptenreviews.com/list_musical_1974.htm");
				addOption("year_1974", "Mystery", "http://movies.toptenreviews.com/list_mystery_1974.htm");
				addOption("year_1974", "Romance", "http://movies.toptenreviews.com/list_romance_1974.htm");
				addOption("year_1974", "SciFi", "http://movies.toptenreviews.com/list_scifi_1974.htm");
				addOption("year_1974", "Sports", "http://movies.toptenreviews.com/list_sports_1974.htm");
				addOption("year_1974", "Teen", "http://movies.toptenreviews.com/list_teen_1974.htm");
				addOption("year_1974", "Thriller", "http://movies.toptenreviews.com/list_thriller_1974.htm");
				addOption("year_1974", "War", "http://movies.toptenreviews.com/list_war_1974.htm");
				addOption("year_1974", "Western", "http://movies.toptenreviews.com/list_western_1974.htm");
		addOption("year_1973", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1973", "Action", "http://movies.toptenreviews.com/list_action_1973.htm");
				addOption("year_1973", "Adventure", "http://movies.toptenreviews.com/list_adventure_1973.htm");
				addOption("year_1973", "Animation", "http://movies.toptenreviews.com/list_animation_1973.htm");
				addOption("year_1973", "Biography", "http://movies.toptenreviews.com/list_biography_1973.htm");
				addOption("year_1973", "Christmas", "http://movies.toptenreviews.com/list_christmas_1973.htm");
				addOption("year_1973", "Comedy", "http://movies.toptenreviews.com/list_comedy_1973.htm");
				addOption("year_1973", "Crime", "http://movies.toptenreviews.com/list_crime_1973.htm");
				addOption("year_1973", "Disney", "http://movies.toptenreviews.com/list_disney_1973.htm");
				addOption("year_1973", "Documentary", "http://movies.toptenreviews.com/list_documentary_1973.htm");
				addOption("year_1973", "Drama", "http://movies.toptenreviews.com/list_drama_1973.htm");
				addOption("year_1973", "Family", "http://movies.toptenreviews.com/list_family_1973.htm");
				addOption("year_1973", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1973.htm");
				addOption("year_1973", "History", "http://movies.toptenreviews.com/list_history_1973.htm");
				addOption("year_1973", "Horror", "http://movies.toptenreviews.com/list_horror_1973.htm");
				addOption("year_1973", "Music", "http://movies.toptenreviews.com/list_music_1973.htm");
				addOption("year_1973", "Musical", "http://movies.toptenreviews.com/list_musical_1973.htm");
				addOption("year_1973", "Mystery", "http://movies.toptenreviews.com/list_mystery_1973.htm");
				addOption("year_1973", "Romance", "http://movies.toptenreviews.com/list_romance_1973.htm");
				addOption("year_1973", "SciFi", "http://movies.toptenreviews.com/list_scifi_1973.htm");
				addOption("year_1973", "Sports", "http://movies.toptenreviews.com/list_sports_1973.htm");
				addOption("year_1973", "Teen", "http://movies.toptenreviews.com/list_teen_1973.htm");
				addOption("year_1973", "Thriller", "http://movies.toptenreviews.com/list_thriller_1973.htm");
				addOption("year_1973", "War", "http://movies.toptenreviews.com/list_war_1973.htm");
				addOption("year_1973", "Western", "http://movies.toptenreviews.com/list_western_1973.htm");
		addOption("year_1972", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1972", "Action", "http://movies.toptenreviews.com/list_action_1972.htm");
				addOption("year_1972", "Adventure", "http://movies.toptenreviews.com/list_adventure_1972.htm");
				addOption("year_1972", "Animation", "http://movies.toptenreviews.com/list_animation_1972.htm");
				addOption("year_1972", "Biography", "http://movies.toptenreviews.com/list_biography_1972.htm");
				addOption("year_1972", "Christmas", "http://movies.toptenreviews.com/list_christmas_1972.htm");
				addOption("year_1972", "Comedy", "http://movies.toptenreviews.com/list_comedy_1972.htm");
				addOption("year_1972", "Crime", "http://movies.toptenreviews.com/list_crime_1972.htm");
				addOption("year_1972", "Disney", "http://movies.toptenreviews.com/list_disney_1972.htm");
				addOption("year_1972", "Documentary", "http://movies.toptenreviews.com/list_documentary_1972.htm");
				addOption("year_1972", "Drama", "http://movies.toptenreviews.com/list_drama_1972.htm");
				addOption("year_1972", "Family", "http://movies.toptenreviews.com/list_family_1972.htm");
				addOption("year_1972", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1972.htm");
				addOption("year_1972", "History", "http://movies.toptenreviews.com/list_history_1972.htm");
				addOption("year_1972", "Horror", "http://movies.toptenreviews.com/list_horror_1972.htm");
				addOption("year_1972", "Music", "http://movies.toptenreviews.com/list_music_1972.htm");
				addOption("year_1972", "Musical", "http://movies.toptenreviews.com/list_musical_1972.htm");
				addOption("year_1972", "Mystery", "http://movies.toptenreviews.com/list_mystery_1972.htm");
				addOption("year_1972", "Romance", "http://movies.toptenreviews.com/list_romance_1972.htm");
				addOption("year_1972", "SciFi", "http://movies.toptenreviews.com/list_scifi_1972.htm");
				addOption("year_1972", "Sports", "http://movies.toptenreviews.com/list_sports_1972.htm");
				addOption("year_1972", "Teen", "http://movies.toptenreviews.com/list_teen_1972.htm");
				addOption("year_1972", "Thriller", "http://movies.toptenreviews.com/list_thriller_1972.htm");
				addOption("year_1972", "War", "http://movies.toptenreviews.com/list_war_1972.htm");
				addOption("year_1972", "Western", "http://movies.toptenreviews.com/list_western_1972.htm");
		addOption("year_1971", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1971", "Action", "http://movies.toptenreviews.com/list_action_1971.htm");
				addOption("year_1971", "Adventure", "http://movies.toptenreviews.com/list_adventure_1971.htm");
				addOption("year_1971", "Animation", "http://movies.toptenreviews.com/list_animation_1971.htm");
				addOption("year_1971", "Biography", "http://movies.toptenreviews.com/list_biography_1971.htm");
				addOption("year_1971", "Christmas", "http://movies.toptenreviews.com/list_christmas_1971.htm");
				addOption("year_1971", "Comedy", "http://movies.toptenreviews.com/list_comedy_1971.htm");
				addOption("year_1971", "Crime", "http://movies.toptenreviews.com/list_crime_1971.htm");
				addOption("year_1971", "Disney", "http://movies.toptenreviews.com/list_disney_1971.htm");
				addOption("year_1971", "Documentary", "http://movies.toptenreviews.com/list_documentary_1971.htm");
				addOption("year_1971", "Drama", "http://movies.toptenreviews.com/list_drama_1971.htm");
				addOption("year_1971", "Family", "http://movies.toptenreviews.com/list_family_1971.htm");
				addOption("year_1971", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1971.htm");
				addOption("year_1971", "History", "http://movies.toptenreviews.com/list_history_1971.htm");
				addOption("year_1971", "Horror", "http://movies.toptenreviews.com/list_horror_1971.htm");
				addOption("year_1971", "Music", "http://movies.toptenreviews.com/list_music_1971.htm");
				addOption("year_1971", "Musical", "http://movies.toptenreviews.com/list_musical_1971.htm");
				addOption("year_1971", "Mystery", "http://movies.toptenreviews.com/list_mystery_1971.htm");
				addOption("year_1971", "Romance", "http://movies.toptenreviews.com/list_romance_1971.htm");
				addOption("year_1971", "SciFi", "http://movies.toptenreviews.com/list_scifi_1971.htm");
				addOption("year_1971", "Sports", "http://movies.toptenreviews.com/list_sports_1971.htm");
				addOption("year_1971", "Teen", "http://movies.toptenreviews.com/list_teen_1971.htm");
				addOption("year_1971", "Thriller", "http://movies.toptenreviews.com/list_thriller_1971.htm");
				addOption("year_1971", "War", "http://movies.toptenreviews.com/list_war_1971.htm");
				addOption("year_1971", "Western", "http://movies.toptenreviews.com/list_western_1971.htm");
		addOption("year_1970", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1970", "Action", "http://movies.toptenreviews.com/list_action_1970.htm");
				addOption("year_1970", "Adventure", "http://movies.toptenreviews.com/list_adventure_1970.htm");
				addOption("year_1970", "Animation", "http://movies.toptenreviews.com/list_animation_1970.htm");
				addOption("year_1970", "Biography", "http://movies.toptenreviews.com/list_biography_1970.htm");
				addOption("year_1970", "Christmas", "http://movies.toptenreviews.com/list_christmas_1970.htm");
				addOption("year_1970", "Comedy", "http://movies.toptenreviews.com/list_comedy_1970.htm");
				addOption("year_1970", "Crime", "http://movies.toptenreviews.com/list_crime_1970.htm");
				addOption("year_1970", "Disney", "http://movies.toptenreviews.com/list_disney_1970.htm");
				addOption("year_1970", "Documentary", "http://movies.toptenreviews.com/list_documentary_1970.htm");
				addOption("year_1970", "Drama", "http://movies.toptenreviews.com/list_drama_1970.htm");
				addOption("year_1970", "Family", "http://movies.toptenreviews.com/list_family_1970.htm");
				addOption("year_1970", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1970.htm");
				addOption("year_1970", "History", "http://movies.toptenreviews.com/list_history_1970.htm");
				addOption("year_1970", "Horror", "http://movies.toptenreviews.com/list_horror_1970.htm");
				addOption("year_1970", "Music", "http://movies.toptenreviews.com/list_music_1970.htm");
				addOption("year_1970", "Musical", "http://movies.toptenreviews.com/list_musical_1970.htm");
				addOption("year_1970", "Mystery", "http://movies.toptenreviews.com/list_mystery_1970.htm");
				addOption("year_1970", "Romance", "http://movies.toptenreviews.com/list_romance_1970.htm");
				addOption("year_1970", "SciFi", "http://movies.toptenreviews.com/list_scifi_1970.htm");
				addOption("year_1970", "Sports", "http://movies.toptenreviews.com/list_sports_1970.htm");
				addOption("year_1970", "Teen", "http://movies.toptenreviews.com/list_teen_1970.htm");
				addOption("year_1970", "Thriller", "http://movies.toptenreviews.com/list_thriller_1970.htm");
				addOption("year_1970", "War", "http://movies.toptenreviews.com/list_war_1970.htm");
				addOption("year_1970", "Western", "http://movies.toptenreviews.com/list_western_1970.htm");
		addOption("year_1969", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1969", "Action", "http://movies.toptenreviews.com/list_action_1969.htm");
				addOption("year_1969", "Adventure", "http://movies.toptenreviews.com/list_adventure_1969.htm");
				addOption("year_1969", "Animation", "http://movies.toptenreviews.com/list_animation_1969.htm");
				addOption("year_1969", "Biography", "http://movies.toptenreviews.com/list_biography_1969.htm");
				addOption("year_1969", "Christmas", "http://movies.toptenreviews.com/list_christmas_1969.htm");
				addOption("year_1969", "Comedy", "http://movies.toptenreviews.com/list_comedy_1969.htm");
				addOption("year_1969", "Crime", "http://movies.toptenreviews.com/list_crime_1969.htm");
				addOption("year_1969", "Disney", "http://movies.toptenreviews.com/list_disney_1969.htm");
				addOption("year_1969", "Documentary", "http://movies.toptenreviews.com/list_documentary_1969.htm");
				addOption("year_1969", "Drama", "http://movies.toptenreviews.com/list_drama_1969.htm");
				addOption("year_1969", "Family", "http://movies.toptenreviews.com/list_family_1969.htm");
				addOption("year_1969", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1969.htm");
				addOption("year_1969", "History", "http://movies.toptenreviews.com/list_history_1969.htm");
				addOption("year_1969", "Horror", "http://movies.toptenreviews.com/list_horror_1969.htm");
				addOption("year_1969", "Music", "http://movies.toptenreviews.com/list_music_1969.htm");
				addOption("year_1969", "Musical", "http://movies.toptenreviews.com/list_musical_1969.htm");
				addOption("year_1969", "Mystery", "http://movies.toptenreviews.com/list_mystery_1969.htm");
				addOption("year_1969", "Romance", "http://movies.toptenreviews.com/list_romance_1969.htm");
				addOption("year_1969", "SciFi", "http://movies.toptenreviews.com/list_scifi_1969.htm");
				addOption("year_1969", "Sports", "http://movies.toptenreviews.com/list_sports_1969.htm");
				addOption("year_1969", "Teen", "http://movies.toptenreviews.com/list_teen_1969.htm");
				addOption("year_1969", "Thriller", "http://movies.toptenreviews.com/list_thriller_1969.htm");
				addOption("year_1969", "War", "http://movies.toptenreviews.com/list_war_1969.htm");
				addOption("year_1969", "Western", "http://movies.toptenreviews.com/list_western_1969.htm");
		addOption("year_1968", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1968", "Action", "http://movies.toptenreviews.com/list_action_1968.htm");
				addOption("year_1968", "Adventure", "http://movies.toptenreviews.com/list_adventure_1968.htm");
				addOption("year_1968", "Animation", "http://movies.toptenreviews.com/list_animation_1968.htm");
				addOption("year_1968", "Biography", "http://movies.toptenreviews.com/list_biography_1968.htm");
				addOption("year_1968", "Christmas", "http://movies.toptenreviews.com/list_christmas_1968.htm");
				addOption("year_1968", "Comedy", "http://movies.toptenreviews.com/list_comedy_1968.htm");
				addOption("year_1968", "Crime", "http://movies.toptenreviews.com/list_crime_1968.htm");
				addOption("year_1968", "Disney", "http://movies.toptenreviews.com/list_disney_1968.htm");
				addOption("year_1968", "Documentary", "http://movies.toptenreviews.com/list_documentary_1968.htm");
				addOption("year_1968", "Drama", "http://movies.toptenreviews.com/list_drama_1968.htm");
				addOption("year_1968", "Family", "http://movies.toptenreviews.com/list_family_1968.htm");
				addOption("year_1968", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1968.htm");
				addOption("year_1968", "History", "http://movies.toptenreviews.com/list_history_1968.htm");
				addOption("year_1968", "Horror", "http://movies.toptenreviews.com/list_horror_1968.htm");
				addOption("year_1968", "Music", "http://movies.toptenreviews.com/list_music_1968.htm");
				addOption("year_1968", "Musical", "http://movies.toptenreviews.com/list_musical_1968.htm");
				addOption("year_1968", "Mystery", "http://movies.toptenreviews.com/list_mystery_1968.htm");
				addOption("year_1968", "Romance", "http://movies.toptenreviews.com/list_romance_1968.htm");
				addOption("year_1968", "SciFi", "http://movies.toptenreviews.com/list_scifi_1968.htm");
				addOption("year_1968", "Sports", "http://movies.toptenreviews.com/list_sports_1968.htm");
				addOption("year_1968", "Teen", "http://movies.toptenreviews.com/list_teen_1968.htm");
				addOption("year_1968", "Thriller", "http://movies.toptenreviews.com/list_thriller_1968.htm");
				addOption("year_1968", "War", "http://movies.toptenreviews.com/list_war_1968.htm");
				addOption("year_1968", "Western", "http://movies.toptenreviews.com/list_western_1968.htm");
		addOption("year_1967", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1967", "Action", "http://movies.toptenreviews.com/list_action_1967.htm");
				addOption("year_1967", "Adventure", "http://movies.toptenreviews.com/list_adventure_1967.htm");
				addOption("year_1967", "Animation", "http://movies.toptenreviews.com/list_animation_1967.htm");
				addOption("year_1967", "Biography", "http://movies.toptenreviews.com/list_biography_1967.htm");
				addOption("year_1967", "Christmas", "http://movies.toptenreviews.com/list_christmas_1967.htm");
				addOption("year_1967", "Comedy", "http://movies.toptenreviews.com/list_comedy_1967.htm");
				addOption("year_1967", "Crime", "http://movies.toptenreviews.com/list_crime_1967.htm");
				addOption("year_1967", "Disney", "http://movies.toptenreviews.com/list_disney_1967.htm");
				addOption("year_1967", "Documentary", "http://movies.toptenreviews.com/list_documentary_1967.htm");
				addOption("year_1967", "Drama", "http://movies.toptenreviews.com/list_drama_1967.htm");
				addOption("year_1967", "Family", "http://movies.toptenreviews.com/list_family_1967.htm");
				addOption("year_1967", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1967.htm");
				addOption("year_1967", "History", "http://movies.toptenreviews.com/list_history_1967.htm");
				addOption("year_1967", "Horror", "http://movies.toptenreviews.com/list_horror_1967.htm");
				addOption("year_1967", "Music", "http://movies.toptenreviews.com/list_music_1967.htm");
				addOption("year_1967", "Musical", "http://movies.toptenreviews.com/list_musical_1967.htm");
				addOption("year_1967", "Mystery", "http://movies.toptenreviews.com/list_mystery_1967.htm");
				addOption("year_1967", "Romance", "http://movies.toptenreviews.com/list_romance_1967.htm");
				addOption("year_1967", "SciFi", "http://movies.toptenreviews.com/list_scifi_1967.htm");
				addOption("year_1967", "Sports", "http://movies.toptenreviews.com/list_sports_1967.htm");
				addOption("year_1967", "Teen", "http://movies.toptenreviews.com/list_teen_1967.htm");
				addOption("year_1967", "Thriller", "http://movies.toptenreviews.com/list_thriller_1967.htm");
				addOption("year_1967", "War", "http://movies.toptenreviews.com/list_war_1967.htm");
				addOption("year_1967", "Western", "http://movies.toptenreviews.com/list_western_1967.htm");
		addOption("year_1966", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1966", "Action", "http://movies.toptenreviews.com/list_action_1966.htm");
				addOption("year_1966", "Adventure", "http://movies.toptenreviews.com/list_adventure_1966.htm");
				addOption("year_1966", "Animation", "http://movies.toptenreviews.com/list_animation_1966.htm");
				addOption("year_1966", "Biography", "http://movies.toptenreviews.com/list_biography_1966.htm");
				addOption("year_1966", "Christmas", "http://movies.toptenreviews.com/list_christmas_1966.htm");
				addOption("year_1966", "Comedy", "http://movies.toptenreviews.com/list_comedy_1966.htm");
				addOption("year_1966", "Crime", "http://movies.toptenreviews.com/list_crime_1966.htm");
				addOption("year_1966", "Disney", "http://movies.toptenreviews.com/list_disney_1966.htm");
				addOption("year_1966", "Documentary", "http://movies.toptenreviews.com/list_documentary_1966.htm");
				addOption("year_1966", "Drama", "http://movies.toptenreviews.com/list_drama_1966.htm");
				addOption("year_1966", "Family", "http://movies.toptenreviews.com/list_family_1966.htm");
				addOption("year_1966", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1966.htm");
				addOption("year_1966", "History", "http://movies.toptenreviews.com/list_history_1966.htm");
				addOption("year_1966", "Horror", "http://movies.toptenreviews.com/list_horror_1966.htm");
				addOption("year_1966", "Music", "http://movies.toptenreviews.com/list_music_1966.htm");
				addOption("year_1966", "Musical", "http://movies.toptenreviews.com/list_musical_1966.htm");
				addOption("year_1966", "Mystery", "http://movies.toptenreviews.com/list_mystery_1966.htm");
				addOption("year_1966", "Romance", "http://movies.toptenreviews.com/list_romance_1966.htm");
				addOption("year_1966", "SciFi", "http://movies.toptenreviews.com/list_scifi_1966.htm");
				addOption("year_1966", "Sports", "http://movies.toptenreviews.com/list_sports_1966.htm");
				addOption("year_1966", "Teen", "http://movies.toptenreviews.com/list_teen_1966.htm");
				addOption("year_1966", "Thriller", "http://movies.toptenreviews.com/list_thriller_1966.htm");
				addOption("year_1966", "War", "http://movies.toptenreviews.com/list_war_1966.htm");
				addOption("year_1966", "Western", "http://movies.toptenreviews.com/list_western_1966.htm");
		addOption("year_1965", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1965", "Action", "http://movies.toptenreviews.com/list_action_1965.htm");
				addOption("year_1965", "Adventure", "http://movies.toptenreviews.com/list_adventure_1965.htm");
				addOption("year_1965", "Animation", "http://movies.toptenreviews.com/list_animation_1965.htm");
				addOption("year_1965", "Biography", "http://movies.toptenreviews.com/list_biography_1965.htm");
				addOption("year_1965", "Christmas", "http://movies.toptenreviews.com/list_christmas_1965.htm");
				addOption("year_1965", "Comedy", "http://movies.toptenreviews.com/list_comedy_1965.htm");
				addOption("year_1965", "Crime", "http://movies.toptenreviews.com/list_crime_1965.htm");
				addOption("year_1965", "Disney", "http://movies.toptenreviews.com/list_disney_1965.htm");
				addOption("year_1965", "Documentary", "http://movies.toptenreviews.com/list_documentary_1965.htm");
				addOption("year_1965", "Drama", "http://movies.toptenreviews.com/list_drama_1965.htm");
				addOption("year_1965", "Family", "http://movies.toptenreviews.com/list_family_1965.htm");
				addOption("year_1965", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1965.htm");
				addOption("year_1965", "History", "http://movies.toptenreviews.com/list_history_1965.htm");
				addOption("year_1965", "Horror", "http://movies.toptenreviews.com/list_horror_1965.htm");
				addOption("year_1965", "Music", "http://movies.toptenreviews.com/list_music_1965.htm");
				addOption("year_1965", "Musical", "http://movies.toptenreviews.com/list_musical_1965.htm");
				addOption("year_1965", "Mystery", "http://movies.toptenreviews.com/list_mystery_1965.htm");
				addOption("year_1965", "Romance", "http://movies.toptenreviews.com/list_romance_1965.htm");
				addOption("year_1965", "SciFi", "http://movies.toptenreviews.com/list_scifi_1965.htm");
				addOption("year_1965", "Sports", "http://movies.toptenreviews.com/list_sports_1965.htm");
				addOption("year_1965", "Teen", "http://movies.toptenreviews.com/list_teen_1965.htm");
				addOption("year_1965", "Thriller", "http://movies.toptenreviews.com/list_thriller_1965.htm");
				addOption("year_1965", "War", "http://movies.toptenreviews.com/list_war_1965.htm");
				addOption("year_1965", "Western", "http://movies.toptenreviews.com/list_western_1965.htm");
		addOption("year_1964", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1964", "Action", "http://movies.toptenreviews.com/list_action_1964.htm");
				addOption("year_1964", "Adventure", "http://movies.toptenreviews.com/list_adventure_1964.htm");
				addOption("year_1964", "Animation", "http://movies.toptenreviews.com/list_animation_1964.htm");
				addOption("year_1964", "Biography", "http://movies.toptenreviews.com/list_biography_1964.htm");
				addOption("year_1964", "Christmas", "http://movies.toptenreviews.com/list_christmas_1964.htm");
				addOption("year_1964", "Comedy", "http://movies.toptenreviews.com/list_comedy_1964.htm");
				addOption("year_1964", "Crime", "http://movies.toptenreviews.com/list_crime_1964.htm");
				addOption("year_1964", "Disney", "http://movies.toptenreviews.com/list_disney_1964.htm");
				addOption("year_1964", "Documentary", "http://movies.toptenreviews.com/list_documentary_1964.htm");
				addOption("year_1964", "Drama", "http://movies.toptenreviews.com/list_drama_1964.htm");
				addOption("year_1964", "Family", "http://movies.toptenreviews.com/list_family_1964.htm");
				addOption("year_1964", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1964.htm");
				addOption("year_1964", "History", "http://movies.toptenreviews.com/list_history_1964.htm");
				addOption("year_1964", "Horror", "http://movies.toptenreviews.com/list_horror_1964.htm");
				addOption("year_1964", "Music", "http://movies.toptenreviews.com/list_music_1964.htm");
				addOption("year_1964", "Musical", "http://movies.toptenreviews.com/list_musical_1964.htm");
				addOption("year_1964", "Mystery", "http://movies.toptenreviews.com/list_mystery_1964.htm");
				addOption("year_1964", "Romance", "http://movies.toptenreviews.com/list_romance_1964.htm");
				addOption("year_1964", "SciFi", "http://movies.toptenreviews.com/list_scifi_1964.htm");
				addOption("year_1964", "Sports", "http://movies.toptenreviews.com/list_sports_1964.htm");
				addOption("year_1964", "Teen", "http://movies.toptenreviews.com/list_teen_1964.htm");
				addOption("year_1964", "Thriller", "http://movies.toptenreviews.com/list_thriller_1964.htm");
				addOption("year_1964", "War", "http://movies.toptenreviews.com/list_war_1964.htm");
				addOption("year_1964", "Western", "http://movies.toptenreviews.com/list_western_1964.htm");
		addOption("year_1963", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1963", "Action", "http://movies.toptenreviews.com/list_action_1963.htm");
				addOption("year_1963", "Adventure", "http://movies.toptenreviews.com/list_adventure_1963.htm");
				addOption("year_1963", "Animation", "http://movies.toptenreviews.com/list_animation_1963.htm");
				addOption("year_1963", "Biography", "http://movies.toptenreviews.com/list_biography_1963.htm");
				addOption("year_1963", "Christmas", "http://movies.toptenreviews.com/list_christmas_1963.htm");
				addOption("year_1963", "Comedy", "http://movies.toptenreviews.com/list_comedy_1963.htm");
				addOption("year_1963", "Crime", "http://movies.toptenreviews.com/list_crime_1963.htm");
				addOption("year_1963", "Disney", "http://movies.toptenreviews.com/list_disney_1963.htm");
				addOption("year_1963", "Documentary", "http://movies.toptenreviews.com/list_documentary_1963.htm");
				addOption("year_1963", "Drama", "http://movies.toptenreviews.com/list_drama_1963.htm");
				addOption("year_1963", "Family", "http://movies.toptenreviews.com/list_family_1963.htm");
				addOption("year_1963", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1963.htm");
				addOption("year_1963", "History", "http://movies.toptenreviews.com/list_history_1963.htm");
				addOption("year_1963", "Horror", "http://movies.toptenreviews.com/list_horror_1963.htm");
				addOption("year_1963", "Music", "http://movies.toptenreviews.com/list_music_1963.htm");
				addOption("year_1963", "Musical", "http://movies.toptenreviews.com/list_musical_1963.htm");
				addOption("year_1963", "Mystery", "http://movies.toptenreviews.com/list_mystery_1963.htm");
				addOption("year_1963", "Romance", "http://movies.toptenreviews.com/list_romance_1963.htm");
				addOption("year_1963", "SciFi", "http://movies.toptenreviews.com/list_scifi_1963.htm");
				addOption("year_1963", "Sports", "http://movies.toptenreviews.com/list_sports_1963.htm");
				addOption("year_1963", "Teen", "http://movies.toptenreviews.com/list_teen_1963.htm");
				addOption("year_1963", "Thriller", "http://movies.toptenreviews.com/list_thriller_1963.htm");
				addOption("year_1963", "War", "http://movies.toptenreviews.com/list_war_1963.htm");
				addOption("year_1963", "Western", "http://movies.toptenreviews.com/list_western_1963.htm");
		addOption("year_1962", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1962", "Action", "http://movies.toptenreviews.com/list_action_1962.htm");
				addOption("year_1962", "Adventure", "http://movies.toptenreviews.com/list_adventure_1962.htm");
				addOption("year_1962", "Animation", "http://movies.toptenreviews.com/list_animation_1962.htm");
				addOption("year_1962", "Biography", "http://movies.toptenreviews.com/list_biography_1962.htm");
				addOption("year_1962", "Christmas", "http://movies.toptenreviews.com/list_christmas_1962.htm");
				addOption("year_1962", "Comedy", "http://movies.toptenreviews.com/list_comedy_1962.htm");
				addOption("year_1962", "Crime", "http://movies.toptenreviews.com/list_crime_1962.htm");
				addOption("year_1962", "Disney", "http://movies.toptenreviews.com/list_disney_1962.htm");
				addOption("year_1962", "Documentary", "http://movies.toptenreviews.com/list_documentary_1962.htm");
				addOption("year_1962", "Drama", "http://movies.toptenreviews.com/list_drama_1962.htm");
				addOption("year_1962", "Family", "http://movies.toptenreviews.com/list_family_1962.htm");
				addOption("year_1962", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1962.htm");
				addOption("year_1962", "History", "http://movies.toptenreviews.com/list_history_1962.htm");
				addOption("year_1962", "Horror", "http://movies.toptenreviews.com/list_horror_1962.htm");
				addOption("year_1962", "Music", "http://movies.toptenreviews.com/list_music_1962.htm");
				addOption("year_1962", "Musical", "http://movies.toptenreviews.com/list_musical_1962.htm");
				addOption("year_1962", "Mystery", "http://movies.toptenreviews.com/list_mystery_1962.htm");
				addOption("year_1962", "Romance", "http://movies.toptenreviews.com/list_romance_1962.htm");
				addOption("year_1962", "SciFi", "http://movies.toptenreviews.com/list_scifi_1962.htm");
				addOption("year_1962", "Sports", "http://movies.toptenreviews.com/list_sports_1962.htm");
				addOption("year_1962", "Teen", "http://movies.toptenreviews.com/list_teen_1962.htm");
				addOption("year_1962", "Thriller", "http://movies.toptenreviews.com/list_thriller_1962.htm");
				addOption("year_1962", "War", "http://movies.toptenreviews.com/list_war_1962.htm");
				addOption("year_1962", "Western", "http://movies.toptenreviews.com/list_western_1962.htm");
		addOption("year_1961", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1961", "Action", "http://movies.toptenreviews.com/list_action_1961.htm");
				addOption("year_1961", "Adventure", "http://movies.toptenreviews.com/list_adventure_1961.htm");
				addOption("year_1961", "Animation", "http://movies.toptenreviews.com/list_animation_1961.htm");
				addOption("year_1961", "Biography", "http://movies.toptenreviews.com/list_biography_1961.htm");
				addOption("year_1961", "Christmas", "http://movies.toptenreviews.com/list_christmas_1961.htm");
				addOption("year_1961", "Comedy", "http://movies.toptenreviews.com/list_comedy_1961.htm");
				addOption("year_1961", "Crime", "http://movies.toptenreviews.com/list_crime_1961.htm");
				addOption("year_1961", "Disney", "http://movies.toptenreviews.com/list_disney_1961.htm");
				addOption("year_1961", "Documentary", "http://movies.toptenreviews.com/list_documentary_1961.htm");
				addOption("year_1961", "Drama", "http://movies.toptenreviews.com/list_drama_1961.htm");
				addOption("year_1961", "Family", "http://movies.toptenreviews.com/list_family_1961.htm");
				addOption("year_1961", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1961.htm");
				addOption("year_1961", "History", "http://movies.toptenreviews.com/list_history_1961.htm");
				addOption("year_1961", "Horror", "http://movies.toptenreviews.com/list_horror_1961.htm");
				addOption("year_1961", "Music", "http://movies.toptenreviews.com/list_music_1961.htm");
				addOption("year_1961", "Musical", "http://movies.toptenreviews.com/list_musical_1961.htm");
				addOption("year_1961", "Mystery", "http://movies.toptenreviews.com/list_mystery_1961.htm");
				addOption("year_1961", "Romance", "http://movies.toptenreviews.com/list_romance_1961.htm");
				addOption("year_1961", "SciFi", "http://movies.toptenreviews.com/list_scifi_1961.htm");
				addOption("year_1961", "Sports", "http://movies.toptenreviews.com/list_sports_1961.htm");
				addOption("year_1961", "Teen", "http://movies.toptenreviews.com/list_teen_1961.htm");
				addOption("year_1961", "Thriller", "http://movies.toptenreviews.com/list_thriller_1961.htm");
				addOption("year_1961", "War", "http://movies.toptenreviews.com/list_war_1961.htm");
				addOption("year_1961", "Western", "http://movies.toptenreviews.com/list_western_1961.htm");
		addOption("year_1960", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1960", "Action", "http://movies.toptenreviews.com/list_action_1960.htm");
				addOption("year_1960", "Adventure", "http://movies.toptenreviews.com/list_adventure_1960.htm");
				addOption("year_1960", "Animation", "http://movies.toptenreviews.com/list_animation_1960.htm");
				addOption("year_1960", "Biography", "http://movies.toptenreviews.com/list_biography_1960.htm");
				addOption("year_1960", "Christmas", "http://movies.toptenreviews.com/list_christmas_1960.htm");
				addOption("year_1960", "Comedy", "http://movies.toptenreviews.com/list_comedy_1960.htm");
				addOption("year_1960", "Crime", "http://movies.toptenreviews.com/list_crime_1960.htm");
				addOption("year_1960", "Disney", "http://movies.toptenreviews.com/list_disney_1960.htm");
				addOption("year_1960", "Documentary", "http://movies.toptenreviews.com/list_documentary_1960.htm");
				addOption("year_1960", "Drama", "http://movies.toptenreviews.com/list_drama_1960.htm");
				addOption("year_1960", "Family", "http://movies.toptenreviews.com/list_family_1960.htm");
				addOption("year_1960", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1960.htm");
				addOption("year_1960", "History", "http://movies.toptenreviews.com/list_history_1960.htm");
				addOption("year_1960", "Horror", "http://movies.toptenreviews.com/list_horror_1960.htm");
				addOption("year_1960", "Music", "http://movies.toptenreviews.com/list_music_1960.htm");
				addOption("year_1960", "Musical", "http://movies.toptenreviews.com/list_musical_1960.htm");
				addOption("year_1960", "Mystery", "http://movies.toptenreviews.com/list_mystery_1960.htm");
				addOption("year_1960", "Romance", "http://movies.toptenreviews.com/list_romance_1960.htm");
				addOption("year_1960", "SciFi", "http://movies.toptenreviews.com/list_scifi_1960.htm");
				addOption("year_1960", "Sports", "http://movies.toptenreviews.com/list_sports_1960.htm");
				addOption("year_1960", "Teen", "http://movies.toptenreviews.com/list_teen_1960.htm");
				addOption("year_1960", "Thriller", "http://movies.toptenreviews.com/list_thriller_1960.htm");
				addOption("year_1960", "War", "http://movies.toptenreviews.com/list_war_1960.htm");
				addOption("year_1960", "Western", "http://movies.toptenreviews.com/list_western_1960.htm");
		addOption("year_1959", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1959", "Action", "http://movies.toptenreviews.com/list_action_1959.htm");
				addOption("year_1959", "Adventure", "http://movies.toptenreviews.com/list_adventure_1959.htm");
				addOption("year_1959", "Animation", "http://movies.toptenreviews.com/list_animation_1959.htm");
				addOption("year_1959", "Biography", "http://movies.toptenreviews.com/list_biography_1959.htm");
				addOption("year_1959", "Christmas", "http://movies.toptenreviews.com/list_christmas_1959.htm");
				addOption("year_1959", "Comedy", "http://movies.toptenreviews.com/list_comedy_1959.htm");
				addOption("year_1959", "Crime", "http://movies.toptenreviews.com/list_crime_1959.htm");
				addOption("year_1959", "Disney", "http://movies.toptenreviews.com/list_disney_1959.htm");
				addOption("year_1959", "Documentary", "http://movies.toptenreviews.com/list_documentary_1959.htm");
				addOption("year_1959", "Drama", "http://movies.toptenreviews.com/list_drama_1959.htm");
				addOption("year_1959", "Family", "http://movies.toptenreviews.com/list_family_1959.htm");
				addOption("year_1959", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1959.htm");
				addOption("year_1959", "History", "http://movies.toptenreviews.com/list_history_1959.htm");
				addOption("year_1959", "Horror", "http://movies.toptenreviews.com/list_horror_1959.htm");
				addOption("year_1959", "Music", "http://movies.toptenreviews.com/list_music_1959.htm");
				addOption("year_1959", "Musical", "http://movies.toptenreviews.com/list_musical_1959.htm");
				addOption("year_1959", "Mystery", "http://movies.toptenreviews.com/list_mystery_1959.htm");
				addOption("year_1959", "Romance", "http://movies.toptenreviews.com/list_romance_1959.htm");
				addOption("year_1959", "SciFi", "http://movies.toptenreviews.com/list_scifi_1959.htm");
				addOption("year_1959", "Sports", "http://movies.toptenreviews.com/list_sports_1959.htm");
				addOption("year_1959", "Teen", "http://movies.toptenreviews.com/list_teen_1959.htm");
				addOption("year_1959", "Thriller", "http://movies.toptenreviews.com/list_thriller_1959.htm");
				addOption("year_1959", "War", "http://movies.toptenreviews.com/list_war_1959.htm");
				addOption("year_1959", "Western", "http://movies.toptenreviews.com/list_western_1959.htm");
		addOption("year_1958", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1958", "Action", "http://movies.toptenreviews.com/list_action_1958.htm");
				addOption("year_1958", "Adventure", "http://movies.toptenreviews.com/list_adventure_1958.htm");
				addOption("year_1958", "Animation", "http://movies.toptenreviews.com/list_animation_1958.htm");
				addOption("year_1958", "Biography", "http://movies.toptenreviews.com/list_biography_1958.htm");
				addOption("year_1958", "Christmas", "http://movies.toptenreviews.com/list_christmas_1958.htm");
				addOption("year_1958", "Comedy", "http://movies.toptenreviews.com/list_comedy_1958.htm");
				addOption("year_1958", "Crime", "http://movies.toptenreviews.com/list_crime_1958.htm");
				addOption("year_1958", "Disney", "http://movies.toptenreviews.com/list_disney_1958.htm");
				addOption("year_1958", "Documentary", "http://movies.toptenreviews.com/list_documentary_1958.htm");
				addOption("year_1958", "Drama", "http://movies.toptenreviews.com/list_drama_1958.htm");
				addOption("year_1958", "Family", "http://movies.toptenreviews.com/list_family_1958.htm");
				addOption("year_1958", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1958.htm");
				addOption("year_1958", "History", "http://movies.toptenreviews.com/list_history_1958.htm");
				addOption("year_1958", "Horror", "http://movies.toptenreviews.com/list_horror_1958.htm");
				addOption("year_1958", "Music", "http://movies.toptenreviews.com/list_music_1958.htm");
				addOption("year_1958", "Musical", "http://movies.toptenreviews.com/list_musical_1958.htm");
				addOption("year_1958", "Mystery", "http://movies.toptenreviews.com/list_mystery_1958.htm");
				addOption("year_1958", "Romance", "http://movies.toptenreviews.com/list_romance_1958.htm");
				addOption("year_1958", "SciFi", "http://movies.toptenreviews.com/list_scifi_1958.htm");
				addOption("year_1958", "Sports", "http://movies.toptenreviews.com/list_sports_1958.htm");
				addOption("year_1958", "Teen", "http://movies.toptenreviews.com/list_teen_1958.htm");
				addOption("year_1958", "Thriller", "http://movies.toptenreviews.com/list_thriller_1958.htm");
				addOption("year_1958", "War", "http://movies.toptenreviews.com/list_war_1958.htm");
				addOption("year_1958", "Western", "http://movies.toptenreviews.com/list_western_1958.htm");
		addOption("year_1957", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1957", "Action", "http://movies.toptenreviews.com/list_action_1957.htm");
				addOption("year_1957", "Adventure", "http://movies.toptenreviews.com/list_adventure_1957.htm");
				addOption("year_1957", "Animation", "http://movies.toptenreviews.com/list_animation_1957.htm");
				addOption("year_1957", "Biography", "http://movies.toptenreviews.com/list_biography_1957.htm");
				addOption("year_1957", "Christmas", "http://movies.toptenreviews.com/list_christmas_1957.htm");
				addOption("year_1957", "Comedy", "http://movies.toptenreviews.com/list_comedy_1957.htm");
				addOption("year_1957", "Crime", "http://movies.toptenreviews.com/list_crime_1957.htm");
				addOption("year_1957", "Disney", "http://movies.toptenreviews.com/list_disney_1957.htm");
				addOption("year_1957", "Documentary", "http://movies.toptenreviews.com/list_documentary_1957.htm");
				addOption("year_1957", "Drama", "http://movies.toptenreviews.com/list_drama_1957.htm");
				addOption("year_1957", "Family", "http://movies.toptenreviews.com/list_family_1957.htm");
				addOption("year_1957", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1957.htm");
				addOption("year_1957", "History", "http://movies.toptenreviews.com/list_history_1957.htm");
				addOption("year_1957", "Horror", "http://movies.toptenreviews.com/list_horror_1957.htm");
				addOption("year_1957", "Music", "http://movies.toptenreviews.com/list_music_1957.htm");
				addOption("year_1957", "Musical", "http://movies.toptenreviews.com/list_musical_1957.htm");
				addOption("year_1957", "Mystery", "http://movies.toptenreviews.com/list_mystery_1957.htm");
				addOption("year_1957", "Romance", "http://movies.toptenreviews.com/list_romance_1957.htm");
				addOption("year_1957", "SciFi", "http://movies.toptenreviews.com/list_scifi_1957.htm");
				addOption("year_1957", "Sports", "http://movies.toptenreviews.com/list_sports_1957.htm");
				addOption("year_1957", "Teen", "http://movies.toptenreviews.com/list_teen_1957.htm");
				addOption("year_1957", "Thriller", "http://movies.toptenreviews.com/list_thriller_1957.htm");
				addOption("year_1957", "War", "http://movies.toptenreviews.com/list_war_1957.htm");
				addOption("year_1957", "Western", "http://movies.toptenreviews.com/list_western_1957.htm");
		addOption("year_1956", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1956", "Action", "http://movies.toptenreviews.com/list_action_1956.htm");
				addOption("year_1956", "Adventure", "http://movies.toptenreviews.com/list_adventure_1956.htm");
				addOption("year_1956", "Animation", "http://movies.toptenreviews.com/list_animation_1956.htm");
				addOption("year_1956", "Biography", "http://movies.toptenreviews.com/list_biography_1956.htm");
				addOption("year_1956", "Christmas", "http://movies.toptenreviews.com/list_christmas_1956.htm");
				addOption("year_1956", "Comedy", "http://movies.toptenreviews.com/list_comedy_1956.htm");
				addOption("year_1956", "Crime", "http://movies.toptenreviews.com/list_crime_1956.htm");
				addOption("year_1956", "Disney", "http://movies.toptenreviews.com/list_disney_1956.htm");
				addOption("year_1956", "Documentary", "http://movies.toptenreviews.com/list_documentary_1956.htm");
				addOption("year_1956", "Drama", "http://movies.toptenreviews.com/list_drama_1956.htm");
				addOption("year_1956", "Family", "http://movies.toptenreviews.com/list_family_1956.htm");
				addOption("year_1956", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1956.htm");
				addOption("year_1956", "History", "http://movies.toptenreviews.com/list_history_1956.htm");
				addOption("year_1956", "Horror", "http://movies.toptenreviews.com/list_horror_1956.htm");
				addOption("year_1956", "Music", "http://movies.toptenreviews.com/list_music_1956.htm");
				addOption("year_1956", "Musical", "http://movies.toptenreviews.com/list_musical_1956.htm");
				addOption("year_1956", "Mystery", "http://movies.toptenreviews.com/list_mystery_1956.htm");
				addOption("year_1956", "Romance", "http://movies.toptenreviews.com/list_romance_1956.htm");
				addOption("year_1956", "SciFi", "http://movies.toptenreviews.com/list_scifi_1956.htm");
				addOption("year_1956", "Sports", "http://movies.toptenreviews.com/list_sports_1956.htm");
				addOption("year_1956", "Teen", "http://movies.toptenreviews.com/list_teen_1956.htm");
				addOption("year_1956", "Thriller", "http://movies.toptenreviews.com/list_thriller_1956.htm");
				addOption("year_1956", "War", "http://movies.toptenreviews.com/list_war_1956.htm");
				addOption("year_1956", "Western", "http://movies.toptenreviews.com/list_western_1956.htm");
		addOption("year_1955", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1955", "Action", "http://movies.toptenreviews.com/list_action_1955.htm");
				addOption("year_1955", "Adventure", "http://movies.toptenreviews.com/list_adventure_1955.htm");
				addOption("year_1955", "Animation", "http://movies.toptenreviews.com/list_animation_1955.htm");
				addOption("year_1955", "Biography", "http://movies.toptenreviews.com/list_biography_1955.htm");
				addOption("year_1955", "Christmas", "http://movies.toptenreviews.com/list_christmas_1955.htm");
				addOption("year_1955", "Comedy", "http://movies.toptenreviews.com/list_comedy_1955.htm");
				addOption("year_1955", "Crime", "http://movies.toptenreviews.com/list_crime_1955.htm");
				addOption("year_1955", "Disney", "http://movies.toptenreviews.com/list_disney_1955.htm");
				addOption("year_1955", "Documentary", "http://movies.toptenreviews.com/list_documentary_1955.htm");
				addOption("year_1955", "Drama", "http://movies.toptenreviews.com/list_drama_1955.htm");
				addOption("year_1955", "Family", "http://movies.toptenreviews.com/list_family_1955.htm");
				addOption("year_1955", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1955.htm");
				addOption("year_1955", "History", "http://movies.toptenreviews.com/list_history_1955.htm");
				addOption("year_1955", "Horror", "http://movies.toptenreviews.com/list_horror_1955.htm");
				addOption("year_1955", "Music", "http://movies.toptenreviews.com/list_music_1955.htm");
				addOption("year_1955", "Musical", "http://movies.toptenreviews.com/list_musical_1955.htm");
				addOption("year_1955", "Mystery", "http://movies.toptenreviews.com/list_mystery_1955.htm");
				addOption("year_1955", "Romance", "http://movies.toptenreviews.com/list_romance_1955.htm");
				addOption("year_1955", "SciFi", "http://movies.toptenreviews.com/list_scifi_1955.htm");
				addOption("year_1955", "Sports", "http://movies.toptenreviews.com/list_sports_1955.htm");
				addOption("year_1955", "Teen", "http://movies.toptenreviews.com/list_teen_1955.htm");
				addOption("year_1955", "Thriller", "http://movies.toptenreviews.com/list_thriller_1955.htm");
				addOption("year_1955", "War", "http://movies.toptenreviews.com/list_war_1955.htm");
				addOption("year_1955", "Western", "http://movies.toptenreviews.com/list_western_1955.htm");
		addOption("year_1954", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1954", "Action", "http://movies.toptenreviews.com/list_action_1954.htm");
				addOption("year_1954", "Adventure", "http://movies.toptenreviews.com/list_adventure_1954.htm");
				addOption("year_1954", "Animation", "http://movies.toptenreviews.com/list_animation_1954.htm");
				addOption("year_1954", "Biography", "http://movies.toptenreviews.com/list_biography_1954.htm");
				addOption("year_1954", "Christmas", "http://movies.toptenreviews.com/list_christmas_1954.htm");
				addOption("year_1954", "Comedy", "http://movies.toptenreviews.com/list_comedy_1954.htm");
				addOption("year_1954", "Crime", "http://movies.toptenreviews.com/list_crime_1954.htm");
				addOption("year_1954", "Disney", "http://movies.toptenreviews.com/list_disney_1954.htm");
				addOption("year_1954", "Documentary", "http://movies.toptenreviews.com/list_documentary_1954.htm");
				addOption("year_1954", "Drama", "http://movies.toptenreviews.com/list_drama_1954.htm");
				addOption("year_1954", "Family", "http://movies.toptenreviews.com/list_family_1954.htm");
				addOption("year_1954", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1954.htm");
				addOption("year_1954", "History", "http://movies.toptenreviews.com/list_history_1954.htm");
				addOption("year_1954", "Horror", "http://movies.toptenreviews.com/list_horror_1954.htm");
				addOption("year_1954", "Music", "http://movies.toptenreviews.com/list_music_1954.htm");
				addOption("year_1954", "Musical", "http://movies.toptenreviews.com/list_musical_1954.htm");
				addOption("year_1954", "Mystery", "http://movies.toptenreviews.com/list_mystery_1954.htm");
				addOption("year_1954", "Romance", "http://movies.toptenreviews.com/list_romance_1954.htm");
				addOption("year_1954", "SciFi", "http://movies.toptenreviews.com/list_scifi_1954.htm");
				addOption("year_1954", "Sports", "http://movies.toptenreviews.com/list_sports_1954.htm");
				addOption("year_1954", "Teen", "http://movies.toptenreviews.com/list_teen_1954.htm");
				addOption("year_1954", "Thriller", "http://movies.toptenreviews.com/list_thriller_1954.htm");
				addOption("year_1954", "War", "http://movies.toptenreviews.com/list_war_1954.htm");
				addOption("year_1954", "Western", "http://movies.toptenreviews.com/list_western_1954.htm");
		addOption("year_1953", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1953", "Action", "http://movies.toptenreviews.com/list_action_1953.htm");
				addOption("year_1953", "Adventure", "http://movies.toptenreviews.com/list_adventure_1953.htm");
				addOption("year_1953", "Animation", "http://movies.toptenreviews.com/list_animation_1953.htm");
				addOption("year_1953", "Biography", "http://movies.toptenreviews.com/list_biography_1953.htm");
				addOption("year_1953", "Christmas", "http://movies.toptenreviews.com/list_christmas_1953.htm");
				addOption("year_1953", "Comedy", "http://movies.toptenreviews.com/list_comedy_1953.htm");
				addOption("year_1953", "Crime", "http://movies.toptenreviews.com/list_crime_1953.htm");
				addOption("year_1953", "Disney", "http://movies.toptenreviews.com/list_disney_1953.htm");
				addOption("year_1953", "Documentary", "http://movies.toptenreviews.com/list_documentary_1953.htm");
				addOption("year_1953", "Drama", "http://movies.toptenreviews.com/list_drama_1953.htm");
				addOption("year_1953", "Family", "http://movies.toptenreviews.com/list_family_1953.htm");
				addOption("year_1953", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1953.htm");
				addOption("year_1953", "History", "http://movies.toptenreviews.com/list_history_1953.htm");
				addOption("year_1953", "Horror", "http://movies.toptenreviews.com/list_horror_1953.htm");
				addOption("year_1953", "Music", "http://movies.toptenreviews.com/list_music_1953.htm");
				addOption("year_1953", "Musical", "http://movies.toptenreviews.com/list_musical_1953.htm");
				addOption("year_1953", "Mystery", "http://movies.toptenreviews.com/list_mystery_1953.htm");
				addOption("year_1953", "Romance", "http://movies.toptenreviews.com/list_romance_1953.htm");
				addOption("year_1953", "SciFi", "http://movies.toptenreviews.com/list_scifi_1953.htm");
				addOption("year_1953", "Sports", "http://movies.toptenreviews.com/list_sports_1953.htm");
				addOption("year_1953", "Teen", "http://movies.toptenreviews.com/list_teen_1953.htm");
				addOption("year_1953", "Thriller", "http://movies.toptenreviews.com/list_thriller_1953.htm");
				addOption("year_1953", "War", "http://movies.toptenreviews.com/list_war_1953.htm");
				addOption("year_1953", "Western", "http://movies.toptenreviews.com/list_western_1953.htm");
		addOption("year_1952", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1952", "Action", "http://movies.toptenreviews.com/list_action_1952.htm");
				addOption("year_1952", "Adventure", "http://movies.toptenreviews.com/list_adventure_1952.htm");
				addOption("year_1952", "Animation", "http://movies.toptenreviews.com/list_animation_1952.htm");
				addOption("year_1952", "Biography", "http://movies.toptenreviews.com/list_biography_1952.htm");
				addOption("year_1952", "Christmas", "http://movies.toptenreviews.com/list_christmas_1952.htm");
				addOption("year_1952", "Comedy", "http://movies.toptenreviews.com/list_comedy_1952.htm");
				addOption("year_1952", "Crime", "http://movies.toptenreviews.com/list_crime_1952.htm");
				addOption("year_1952", "Disney", "http://movies.toptenreviews.com/list_disney_1952.htm");
				addOption("year_1952", "Documentary", "http://movies.toptenreviews.com/list_documentary_1952.htm");
				addOption("year_1952", "Drama", "http://movies.toptenreviews.com/list_drama_1952.htm");
				addOption("year_1952", "Family", "http://movies.toptenreviews.com/list_family_1952.htm");
				addOption("year_1952", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1952.htm");
				addOption("year_1952", "History", "http://movies.toptenreviews.com/list_history_1952.htm");
				addOption("year_1952", "Horror", "http://movies.toptenreviews.com/list_horror_1952.htm");
				addOption("year_1952", "Music", "http://movies.toptenreviews.com/list_music_1952.htm");
				addOption("year_1952", "Musical", "http://movies.toptenreviews.com/list_musical_1952.htm");
				addOption("year_1952", "Mystery", "http://movies.toptenreviews.com/list_mystery_1952.htm");
				addOption("year_1952", "Romance", "http://movies.toptenreviews.com/list_romance_1952.htm");
				addOption("year_1952", "SciFi", "http://movies.toptenreviews.com/list_scifi_1952.htm");
				addOption("year_1952", "Sports", "http://movies.toptenreviews.com/list_sports_1952.htm");
				addOption("year_1952", "Teen", "http://movies.toptenreviews.com/list_teen_1952.htm");
				addOption("year_1952", "Thriller", "http://movies.toptenreviews.com/list_thriller_1952.htm");
				addOption("year_1952", "War", "http://movies.toptenreviews.com/list_war_1952.htm");
				addOption("year_1952", "Western", "http://movies.toptenreviews.com/list_western_1952.htm");
		addOption("year_1951", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1951", "Action", "http://movies.toptenreviews.com/list_action_1951.htm");
				addOption("year_1951", "Adventure", "http://movies.toptenreviews.com/list_adventure_1951.htm");
				addOption("year_1951", "Animation", "http://movies.toptenreviews.com/list_animation_1951.htm");
				addOption("year_1951", "Biography", "http://movies.toptenreviews.com/list_biography_1951.htm");
				addOption("year_1951", "Christmas", "http://movies.toptenreviews.com/list_christmas_1951.htm");
				addOption("year_1951", "Comedy", "http://movies.toptenreviews.com/list_comedy_1951.htm");
				addOption("year_1951", "Crime", "http://movies.toptenreviews.com/list_crime_1951.htm");
				addOption("year_1951", "Disney", "http://movies.toptenreviews.com/list_disney_1951.htm");
				addOption("year_1951", "Documentary", "http://movies.toptenreviews.com/list_documentary_1951.htm");
				addOption("year_1951", "Drama", "http://movies.toptenreviews.com/list_drama_1951.htm");
				addOption("year_1951", "Family", "http://movies.toptenreviews.com/list_family_1951.htm");
				addOption("year_1951", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1951.htm");
				addOption("year_1951", "History", "http://movies.toptenreviews.com/list_history_1951.htm");
				addOption("year_1951", "Horror", "http://movies.toptenreviews.com/list_horror_1951.htm");
				addOption("year_1951", "Music", "http://movies.toptenreviews.com/list_music_1951.htm");
				addOption("year_1951", "Musical", "http://movies.toptenreviews.com/list_musical_1951.htm");
				addOption("year_1951", "Mystery", "http://movies.toptenreviews.com/list_mystery_1951.htm");
				addOption("year_1951", "Romance", "http://movies.toptenreviews.com/list_romance_1951.htm");
				addOption("year_1951", "SciFi", "http://movies.toptenreviews.com/list_scifi_1951.htm");
				addOption("year_1951", "Sports", "http://movies.toptenreviews.com/list_sports_1951.htm");
				addOption("year_1951", "Teen", "http://movies.toptenreviews.com/list_teen_1951.htm");
				addOption("year_1951", "Thriller", "http://movies.toptenreviews.com/list_thriller_1951.htm");
				addOption("year_1951", "War", "http://movies.toptenreviews.com/list_war_1951.htm");
				addOption("year_1951", "Western", "http://movies.toptenreviews.com/list_western_1951.htm");
		addOption("year_1950", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1950", "Action", "http://movies.toptenreviews.com/list_action_1950.htm");
				addOption("year_1950", "Adventure", "http://movies.toptenreviews.com/list_adventure_1950.htm");
				addOption("year_1950", "Animation", "http://movies.toptenreviews.com/list_animation_1950.htm");
				addOption("year_1950", "Biography", "http://movies.toptenreviews.com/list_biography_1950.htm");
				addOption("year_1950", "Christmas", "http://movies.toptenreviews.com/list_christmas_1950.htm");
				addOption("year_1950", "Comedy", "http://movies.toptenreviews.com/list_comedy_1950.htm");
				addOption("year_1950", "Crime", "http://movies.toptenreviews.com/list_crime_1950.htm");
				addOption("year_1950", "Disney", "http://movies.toptenreviews.com/list_disney_1950.htm");
				addOption("year_1950", "Documentary", "http://movies.toptenreviews.com/list_documentary_1950.htm");
				addOption("year_1950", "Drama", "http://movies.toptenreviews.com/list_drama_1950.htm");
				addOption("year_1950", "Family", "http://movies.toptenreviews.com/list_family_1950.htm");
				addOption("year_1950", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1950.htm");
				addOption("year_1950", "History", "http://movies.toptenreviews.com/list_history_1950.htm");
				addOption("year_1950", "Horror", "http://movies.toptenreviews.com/list_horror_1950.htm");
				addOption("year_1950", "Music", "http://movies.toptenreviews.com/list_music_1950.htm");
				addOption("year_1950", "Musical", "http://movies.toptenreviews.com/list_musical_1950.htm");
				addOption("year_1950", "Mystery", "http://movies.toptenreviews.com/list_mystery_1950.htm");
				addOption("year_1950", "Romance", "http://movies.toptenreviews.com/list_romance_1950.htm");
				addOption("year_1950", "SciFi", "http://movies.toptenreviews.com/list_scifi_1950.htm");
				addOption("year_1950", "Sports", "http://movies.toptenreviews.com/list_sports_1950.htm");
				addOption("year_1950", "Teen", "http://movies.toptenreviews.com/list_teen_1950.htm");
				addOption("year_1950", "Thriller", "http://movies.toptenreviews.com/list_thriller_1950.htm");
				addOption("year_1950", "War", "http://movies.toptenreviews.com/list_war_1950.htm");
				addOption("year_1950", "Western", "http://movies.toptenreviews.com/list_western_1950.htm");
		addOption("year_1949", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1949", "Action", "http://movies.toptenreviews.com/list_action_1949.htm");
				addOption("year_1949", "Adventure", "http://movies.toptenreviews.com/list_adventure_1949.htm");
				addOption("year_1949", "Animation", "http://movies.toptenreviews.com/list_animation_1949.htm");
				addOption("year_1949", "Biography", "http://movies.toptenreviews.com/list_biography_1949.htm");
				addOption("year_1949", "Christmas", "http://movies.toptenreviews.com/list_christmas_1949.htm");
				addOption("year_1949", "Comedy", "http://movies.toptenreviews.com/list_comedy_1949.htm");
				addOption("year_1949", "Crime", "http://movies.toptenreviews.com/list_crime_1949.htm");
				addOption("year_1949", "Disney", "http://movies.toptenreviews.com/list_disney_1949.htm");
				addOption("year_1949", "Documentary", "http://movies.toptenreviews.com/list_documentary_1949.htm");
				addOption("year_1949", "Drama", "http://movies.toptenreviews.com/list_drama_1949.htm");
				addOption("year_1949", "Family", "http://movies.toptenreviews.com/list_family_1949.htm");
				addOption("year_1949", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1949.htm");
				addOption("year_1949", "History", "http://movies.toptenreviews.com/list_history_1949.htm");
				addOption("year_1949", "Horror", "http://movies.toptenreviews.com/list_horror_1949.htm");
				addOption("year_1949", "Music", "http://movies.toptenreviews.com/list_music_1949.htm");
				addOption("year_1949", "Musical", "http://movies.toptenreviews.com/list_musical_1949.htm");
				addOption("year_1949", "Mystery", "http://movies.toptenreviews.com/list_mystery_1949.htm");
				addOption("year_1949", "Romance", "http://movies.toptenreviews.com/list_romance_1949.htm");
				addOption("year_1949", "SciFi", "http://movies.toptenreviews.com/list_scifi_1949.htm");
				addOption("year_1949", "Sports", "http://movies.toptenreviews.com/list_sports_1949.htm");
				addOption("year_1949", "Teen", "http://movies.toptenreviews.com/list_teen_1949.htm");
				addOption("year_1949", "Thriller", "http://movies.toptenreviews.com/list_thriller_1949.htm");
				addOption("year_1949", "War", "http://movies.toptenreviews.com/list_war_1949.htm");
				addOption("year_1949", "Western", "http://movies.toptenreviews.com/list_western_1949.htm");
		addOption("year_1948", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1948", "Action", "http://movies.toptenreviews.com/list_action_1948.htm");
				addOption("year_1948", "Adventure", "http://movies.toptenreviews.com/list_adventure_1948.htm");
				addOption("year_1948", "Animation", "http://movies.toptenreviews.com/list_animation_1948.htm");
				addOption("year_1948", "Biography", "http://movies.toptenreviews.com/list_biography_1948.htm");
				addOption("year_1948", "Christmas", "http://movies.toptenreviews.com/list_christmas_1948.htm");
				addOption("year_1948", "Comedy", "http://movies.toptenreviews.com/list_comedy_1948.htm");
				addOption("year_1948", "Crime", "http://movies.toptenreviews.com/list_crime_1948.htm");
				addOption("year_1948", "Disney", "http://movies.toptenreviews.com/list_disney_1948.htm");
				addOption("year_1948", "Documentary", "http://movies.toptenreviews.com/list_documentary_1948.htm");
				addOption("year_1948", "Drama", "http://movies.toptenreviews.com/list_drama_1948.htm");
				addOption("year_1948", "Family", "http://movies.toptenreviews.com/list_family_1948.htm");
				addOption("year_1948", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1948.htm");
				addOption("year_1948", "History", "http://movies.toptenreviews.com/list_history_1948.htm");
				addOption("year_1948", "Horror", "http://movies.toptenreviews.com/list_horror_1948.htm");
				addOption("year_1948", "Music", "http://movies.toptenreviews.com/list_music_1948.htm");
				addOption("year_1948", "Musical", "http://movies.toptenreviews.com/list_musical_1948.htm");
				addOption("year_1948", "Mystery", "http://movies.toptenreviews.com/list_mystery_1948.htm");
				addOption("year_1948", "Romance", "http://movies.toptenreviews.com/list_romance_1948.htm");
				addOption("year_1948", "SciFi", "http://movies.toptenreviews.com/list_scifi_1948.htm");
				addOption("year_1948", "Sports", "http://movies.toptenreviews.com/list_sports_1948.htm");
				addOption("year_1948", "Teen", "http://movies.toptenreviews.com/list_teen_1948.htm");
				addOption("year_1948", "Thriller", "http://movies.toptenreviews.com/list_thriller_1948.htm");
				addOption("year_1948", "War", "http://movies.toptenreviews.com/list_war_1948.htm");
				addOption("year_1948", "Western", "http://movies.toptenreviews.com/list_western_1948.htm");
		addOption("year_1947", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1947", "Action", "http://movies.toptenreviews.com/list_action_1947.htm");
				addOption("year_1947", "Adventure", "http://movies.toptenreviews.com/list_adventure_1947.htm");
				addOption("year_1947", "Animation", "http://movies.toptenreviews.com/list_animation_1947.htm");
				addOption("year_1947", "Biography", "http://movies.toptenreviews.com/list_biography_1947.htm");
				addOption("year_1947", "Christmas", "http://movies.toptenreviews.com/list_christmas_1947.htm");
				addOption("year_1947", "Comedy", "http://movies.toptenreviews.com/list_comedy_1947.htm");
				addOption("year_1947", "Crime", "http://movies.toptenreviews.com/list_crime_1947.htm");
				addOption("year_1947", "Disney", "http://movies.toptenreviews.com/list_disney_1947.htm");
				addOption("year_1947", "Documentary", "http://movies.toptenreviews.com/list_documentary_1947.htm");
				addOption("year_1947", "Drama", "http://movies.toptenreviews.com/list_drama_1947.htm");
				addOption("year_1947", "Family", "http://movies.toptenreviews.com/list_family_1947.htm");
				addOption("year_1947", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1947.htm");
				addOption("year_1947", "History", "http://movies.toptenreviews.com/list_history_1947.htm");
				addOption("year_1947", "Horror", "http://movies.toptenreviews.com/list_horror_1947.htm");
				addOption("year_1947", "Music", "http://movies.toptenreviews.com/list_music_1947.htm");
				addOption("year_1947", "Musical", "http://movies.toptenreviews.com/list_musical_1947.htm");
				addOption("year_1947", "Mystery", "http://movies.toptenreviews.com/list_mystery_1947.htm");
				addOption("year_1947", "Romance", "http://movies.toptenreviews.com/list_romance_1947.htm");
				addOption("year_1947", "SciFi", "http://movies.toptenreviews.com/list_scifi_1947.htm");
				addOption("year_1947", "Sports", "http://movies.toptenreviews.com/list_sports_1947.htm");
				addOption("year_1947", "Teen", "http://movies.toptenreviews.com/list_teen_1947.htm");
				addOption("year_1947", "Thriller", "http://movies.toptenreviews.com/list_thriller_1947.htm");
				addOption("year_1947", "War", "http://movies.toptenreviews.com/list_war_1947.htm");
				addOption("year_1947", "Western", "http://movies.toptenreviews.com/list_western_1947.htm");
		addOption("year_1946", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1946", "Action", "http://movies.toptenreviews.com/list_action_1946.htm");
				addOption("year_1946", "Adventure", "http://movies.toptenreviews.com/list_adventure_1946.htm");
				addOption("year_1946", "Animation", "http://movies.toptenreviews.com/list_animation_1946.htm");
				addOption("year_1946", "Biography", "http://movies.toptenreviews.com/list_biography_1946.htm");
				addOption("year_1946", "Christmas", "http://movies.toptenreviews.com/list_christmas_1946.htm");
				addOption("year_1946", "Comedy", "http://movies.toptenreviews.com/list_comedy_1946.htm");
				addOption("year_1946", "Crime", "http://movies.toptenreviews.com/list_crime_1946.htm");
				addOption("year_1946", "Disney", "http://movies.toptenreviews.com/list_disney_1946.htm");
				addOption("year_1946", "Documentary", "http://movies.toptenreviews.com/list_documentary_1946.htm");
				addOption("year_1946", "Drama", "http://movies.toptenreviews.com/list_drama_1946.htm");
				addOption("year_1946", "Family", "http://movies.toptenreviews.com/list_family_1946.htm");
				addOption("year_1946", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1946.htm");
				addOption("year_1946", "History", "http://movies.toptenreviews.com/list_history_1946.htm");
				addOption("year_1946", "Horror", "http://movies.toptenreviews.com/list_horror_1946.htm");
				addOption("year_1946", "Music", "http://movies.toptenreviews.com/list_music_1946.htm");
				addOption("year_1946", "Musical", "http://movies.toptenreviews.com/list_musical_1946.htm");
				addOption("year_1946", "Mystery", "http://movies.toptenreviews.com/list_mystery_1946.htm");
				addOption("year_1946", "Romance", "http://movies.toptenreviews.com/list_romance_1946.htm");
				addOption("year_1946", "SciFi", "http://movies.toptenreviews.com/list_scifi_1946.htm");
				addOption("year_1946", "Sports", "http://movies.toptenreviews.com/list_sports_1946.htm");
				addOption("year_1946", "Teen", "http://movies.toptenreviews.com/list_teen_1946.htm");
				addOption("year_1946", "Thriller", "http://movies.toptenreviews.com/list_thriller_1946.htm");
				addOption("year_1946", "War", "http://movies.toptenreviews.com/list_war_1946.htm");
				addOption("year_1946", "Western", "http://movies.toptenreviews.com/list_western_1946.htm");
		addOption("year_1945", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1945", "Action", "http://movies.toptenreviews.com/list_action_1945.htm");
				addOption("year_1945", "Adventure", "http://movies.toptenreviews.com/list_adventure_1945.htm");
				addOption("year_1945", "Animation", "http://movies.toptenreviews.com/list_animation_1945.htm");
				addOption("year_1945", "Biography", "http://movies.toptenreviews.com/list_biography_1945.htm");
				addOption("year_1945", "Christmas", "http://movies.toptenreviews.com/list_christmas_1945.htm");
				addOption("year_1945", "Comedy", "http://movies.toptenreviews.com/list_comedy_1945.htm");
				addOption("year_1945", "Crime", "http://movies.toptenreviews.com/list_crime_1945.htm");
				addOption("year_1945", "Disney", "http://movies.toptenreviews.com/list_disney_1945.htm");
				addOption("year_1945", "Documentary", "http://movies.toptenreviews.com/list_documentary_1945.htm");
				addOption("year_1945", "Drama", "http://movies.toptenreviews.com/list_drama_1945.htm");
				addOption("year_1945", "Family", "http://movies.toptenreviews.com/list_family_1945.htm");
				addOption("year_1945", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1945.htm");
				addOption("year_1945", "History", "http://movies.toptenreviews.com/list_history_1945.htm");
				addOption("year_1945", "Horror", "http://movies.toptenreviews.com/list_horror_1945.htm");
				addOption("year_1945", "Music", "http://movies.toptenreviews.com/list_music_1945.htm");
				addOption("year_1945", "Musical", "http://movies.toptenreviews.com/list_musical_1945.htm");
				addOption("year_1945", "Mystery", "http://movies.toptenreviews.com/list_mystery_1945.htm");
				addOption("year_1945", "Romance", "http://movies.toptenreviews.com/list_romance_1945.htm");
				addOption("year_1945", "SciFi", "http://movies.toptenreviews.com/list_scifi_1945.htm");
				addOption("year_1945", "Sports", "http://movies.toptenreviews.com/list_sports_1945.htm");
				addOption("year_1945", "Teen", "http://movies.toptenreviews.com/list_teen_1945.htm");
				addOption("year_1945", "Thriller", "http://movies.toptenreviews.com/list_thriller_1945.htm");
				addOption("year_1945", "War", "http://movies.toptenreviews.com/list_war_1945.htm");
				addOption("year_1945", "Western", "http://movies.toptenreviews.com/list_western_1945.htm");
		addOption("year_1944", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1944", "Action", "http://movies.toptenreviews.com/list_action_1944.htm");
				addOption("year_1944", "Adventure", "http://movies.toptenreviews.com/list_adventure_1944.htm");
				addOption("year_1944", "Animation", "http://movies.toptenreviews.com/list_animation_1944.htm");
				addOption("year_1944", "Biography", "http://movies.toptenreviews.com/list_biography_1944.htm");
				addOption("year_1944", "Christmas", "http://movies.toptenreviews.com/list_christmas_1944.htm");
				addOption("year_1944", "Comedy", "http://movies.toptenreviews.com/list_comedy_1944.htm");
				addOption("year_1944", "Crime", "http://movies.toptenreviews.com/list_crime_1944.htm");
				addOption("year_1944", "Disney", "http://movies.toptenreviews.com/list_disney_1944.htm");
				addOption("year_1944", "Documentary", "http://movies.toptenreviews.com/list_documentary_1944.htm");
				addOption("year_1944", "Drama", "http://movies.toptenreviews.com/list_drama_1944.htm");
				addOption("year_1944", "Family", "http://movies.toptenreviews.com/list_family_1944.htm");
				addOption("year_1944", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1944.htm");
				addOption("year_1944", "History", "http://movies.toptenreviews.com/list_history_1944.htm");
				addOption("year_1944", "Horror", "http://movies.toptenreviews.com/list_horror_1944.htm");
				addOption("year_1944", "Music", "http://movies.toptenreviews.com/list_music_1944.htm");
				addOption("year_1944", "Musical", "http://movies.toptenreviews.com/list_musical_1944.htm");
				addOption("year_1944", "Mystery", "http://movies.toptenreviews.com/list_mystery_1944.htm");
				addOption("year_1944", "Romance", "http://movies.toptenreviews.com/list_romance_1944.htm");
				addOption("year_1944", "SciFi", "http://movies.toptenreviews.com/list_scifi_1944.htm");
				addOption("year_1944", "Sports", "http://movies.toptenreviews.com/list_sports_1944.htm");
				addOption("year_1944", "Teen", "http://movies.toptenreviews.com/list_teen_1944.htm");
				addOption("year_1944", "Thriller", "http://movies.toptenreviews.com/list_thriller_1944.htm");
				addOption("year_1944", "War", "http://movies.toptenreviews.com/list_war_1944.htm");
				addOption("year_1944", "Western", "http://movies.toptenreviews.com/list_western_1944.htm");
		addOption("year_1943", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1943", "Action", "http://movies.toptenreviews.com/list_action_1943.htm");
				addOption("year_1943", "Adventure", "http://movies.toptenreviews.com/list_adventure_1943.htm");
				addOption("year_1943", "Animation", "http://movies.toptenreviews.com/list_animation_1943.htm");
				addOption("year_1943", "Biography", "http://movies.toptenreviews.com/list_biography_1943.htm");
				addOption("year_1943", "Christmas", "http://movies.toptenreviews.com/list_christmas_1943.htm");
				addOption("year_1943", "Comedy", "http://movies.toptenreviews.com/list_comedy_1943.htm");
				addOption("year_1943", "Crime", "http://movies.toptenreviews.com/list_crime_1943.htm");
				addOption("year_1943", "Disney", "http://movies.toptenreviews.com/list_disney_1943.htm");
				addOption("year_1943", "Documentary", "http://movies.toptenreviews.com/list_documentary_1943.htm");
				addOption("year_1943", "Drama", "http://movies.toptenreviews.com/list_drama_1943.htm");
				addOption("year_1943", "Family", "http://movies.toptenreviews.com/list_family_1943.htm");
				addOption("year_1943", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1943.htm");
				addOption("year_1943", "History", "http://movies.toptenreviews.com/list_history_1943.htm");
				addOption("year_1943", "Horror", "http://movies.toptenreviews.com/list_horror_1943.htm");
				addOption("year_1943", "Music", "http://movies.toptenreviews.com/list_music_1943.htm");
				addOption("year_1943", "Musical", "http://movies.toptenreviews.com/list_musical_1943.htm");
				addOption("year_1943", "Mystery", "http://movies.toptenreviews.com/list_mystery_1943.htm");
				addOption("year_1943", "Romance", "http://movies.toptenreviews.com/list_romance_1943.htm");
				addOption("year_1943", "SciFi", "http://movies.toptenreviews.com/list_scifi_1943.htm");
				addOption("year_1943", "Sports", "http://movies.toptenreviews.com/list_sports_1943.htm");
				addOption("year_1943", "Teen", "http://movies.toptenreviews.com/list_teen_1943.htm");
				addOption("year_1943", "Thriller", "http://movies.toptenreviews.com/list_thriller_1943.htm");
				addOption("year_1943", "War", "http://movies.toptenreviews.com/list_war_1943.htm");
				addOption("year_1943", "Western", "http://movies.toptenreviews.com/list_western_1943.htm");
		addOption("year_1942", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1942", "Action", "http://movies.toptenreviews.com/list_action_1942.htm");
				addOption("year_1942", "Adventure", "http://movies.toptenreviews.com/list_adventure_1942.htm");
				addOption("year_1942", "Animation", "http://movies.toptenreviews.com/list_animation_1942.htm");
				addOption("year_1942", "Biography", "http://movies.toptenreviews.com/list_biography_1942.htm");
				addOption("year_1942", "Christmas", "http://movies.toptenreviews.com/list_christmas_1942.htm");
				addOption("year_1942", "Comedy", "http://movies.toptenreviews.com/list_comedy_1942.htm");
				addOption("year_1942", "Crime", "http://movies.toptenreviews.com/list_crime_1942.htm");
				addOption("year_1942", "Disney", "http://movies.toptenreviews.com/list_disney_1942.htm");
				addOption("year_1942", "Documentary", "http://movies.toptenreviews.com/list_documentary_1942.htm");
				addOption("year_1942", "Drama", "http://movies.toptenreviews.com/list_drama_1942.htm");
				addOption("year_1942", "Family", "http://movies.toptenreviews.com/list_family_1942.htm");
				addOption("year_1942", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1942.htm");
				addOption("year_1942", "History", "http://movies.toptenreviews.com/list_history_1942.htm");
				addOption("year_1942", "Horror", "http://movies.toptenreviews.com/list_horror_1942.htm");
				addOption("year_1942", "Music", "http://movies.toptenreviews.com/list_music_1942.htm");
				addOption("year_1942", "Musical", "http://movies.toptenreviews.com/list_musical_1942.htm");
				addOption("year_1942", "Mystery", "http://movies.toptenreviews.com/list_mystery_1942.htm");
				addOption("year_1942", "Romance", "http://movies.toptenreviews.com/list_romance_1942.htm");
				addOption("year_1942", "SciFi", "http://movies.toptenreviews.com/list_scifi_1942.htm");
				addOption("year_1942", "Sports", "http://movies.toptenreviews.com/list_sports_1942.htm");
				addOption("year_1942", "Teen", "http://movies.toptenreviews.com/list_teen_1942.htm");
				addOption("year_1942", "Thriller", "http://movies.toptenreviews.com/list_thriller_1942.htm");
				addOption("year_1942", "War", "http://movies.toptenreviews.com/list_war_1942.htm");
				addOption("year_1942", "Western", "http://movies.toptenreviews.com/list_western_1942.htm");
		addOption("year_1941", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1941", "Action", "http://movies.toptenreviews.com/list_action_1941.htm");
				addOption("year_1941", "Adventure", "http://movies.toptenreviews.com/list_adventure_1941.htm");
				addOption("year_1941", "Animation", "http://movies.toptenreviews.com/list_animation_1941.htm");
				addOption("year_1941", "Biography", "http://movies.toptenreviews.com/list_biography_1941.htm");
				addOption("year_1941", "Christmas", "http://movies.toptenreviews.com/list_christmas_1941.htm");
				addOption("year_1941", "Comedy", "http://movies.toptenreviews.com/list_comedy_1941.htm");
				addOption("year_1941", "Crime", "http://movies.toptenreviews.com/list_crime_1941.htm");
				addOption("year_1941", "Disney", "http://movies.toptenreviews.com/list_disney_1941.htm");
				addOption("year_1941", "Documentary", "http://movies.toptenreviews.com/list_documentary_1941.htm");
				addOption("year_1941", "Drama", "http://movies.toptenreviews.com/list_drama_1941.htm");
				addOption("year_1941", "Family", "http://movies.toptenreviews.com/list_family_1941.htm");
				addOption("year_1941", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1941.htm");
				addOption("year_1941", "History", "http://movies.toptenreviews.com/list_history_1941.htm");
				addOption("year_1941", "Horror", "http://movies.toptenreviews.com/list_horror_1941.htm");
				addOption("year_1941", "Music", "http://movies.toptenreviews.com/list_music_1941.htm");
				addOption("year_1941", "Musical", "http://movies.toptenreviews.com/list_musical_1941.htm");
				addOption("year_1941", "Mystery", "http://movies.toptenreviews.com/list_mystery_1941.htm");
				addOption("year_1941", "Romance", "http://movies.toptenreviews.com/list_romance_1941.htm");
				addOption("year_1941", "SciFi", "http://movies.toptenreviews.com/list_scifi_1941.htm");
				addOption("year_1941", "Sports", "http://movies.toptenreviews.com/list_sports_1941.htm");
				addOption("year_1941", "Teen", "http://movies.toptenreviews.com/list_teen_1941.htm");
				addOption("year_1941", "Thriller", "http://movies.toptenreviews.com/list_thriller_1941.htm");
				addOption("year_1941", "War", "http://movies.toptenreviews.com/list_war_1941.htm");
				addOption("year_1941", "Western", "http://movies.toptenreviews.com/list_western_1941.htm");
		addOption("year_1940", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1940", "Action", "http://movies.toptenreviews.com/list_action_1940.htm");
				addOption("year_1940", "Adventure", "http://movies.toptenreviews.com/list_adventure_1940.htm");
				addOption("year_1940", "Animation", "http://movies.toptenreviews.com/list_animation_1940.htm");
				addOption("year_1940", "Biography", "http://movies.toptenreviews.com/list_biography_1940.htm");
				addOption("year_1940", "Christmas", "http://movies.toptenreviews.com/list_christmas_1940.htm");
				addOption("year_1940", "Comedy", "http://movies.toptenreviews.com/list_comedy_1940.htm");
				addOption("year_1940", "Crime", "http://movies.toptenreviews.com/list_crime_1940.htm");
				addOption("year_1940", "Disney", "http://movies.toptenreviews.com/list_disney_1940.htm");
				addOption("year_1940", "Documentary", "http://movies.toptenreviews.com/list_documentary_1940.htm");
				addOption("year_1940", "Drama", "http://movies.toptenreviews.com/list_drama_1940.htm");
				addOption("year_1940", "Family", "http://movies.toptenreviews.com/list_family_1940.htm");
				addOption("year_1940", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1940.htm");
				addOption("year_1940", "History", "http://movies.toptenreviews.com/list_history_1940.htm");
				addOption("year_1940", "Horror", "http://movies.toptenreviews.com/list_horror_1940.htm");
				addOption("year_1940", "Music", "http://movies.toptenreviews.com/list_music_1940.htm");
				addOption("year_1940", "Musical", "http://movies.toptenreviews.com/list_musical_1940.htm");
				addOption("year_1940", "Mystery", "http://movies.toptenreviews.com/list_mystery_1940.htm");
				addOption("year_1940", "Romance", "http://movies.toptenreviews.com/list_romance_1940.htm");
				addOption("year_1940", "SciFi", "http://movies.toptenreviews.com/list_scifi_1940.htm");
				addOption("year_1940", "Sports", "http://movies.toptenreviews.com/list_sports_1940.htm");
				addOption("year_1940", "Teen", "http://movies.toptenreviews.com/list_teen_1940.htm");
				addOption("year_1940", "Thriller", "http://movies.toptenreviews.com/list_thriller_1940.htm");
				addOption("year_1940", "War", "http://movies.toptenreviews.com/list_war_1940.htm");
				addOption("year_1940", "Western", "http://movies.toptenreviews.com/list_western_1940.htm");
		addOption("year_1939", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1939", "Action", "http://movies.toptenreviews.com/list_action_1939.htm");
				addOption("year_1939", "Adventure", "http://movies.toptenreviews.com/list_adventure_1939.htm");
				addOption("year_1939", "Animation", "http://movies.toptenreviews.com/list_animation_1939.htm");
				addOption("year_1939", "Biography", "http://movies.toptenreviews.com/list_biography_1939.htm");
				addOption("year_1939", "Christmas", "http://movies.toptenreviews.com/list_christmas_1939.htm");
				addOption("year_1939", "Comedy", "http://movies.toptenreviews.com/list_comedy_1939.htm");
				addOption("year_1939", "Crime", "http://movies.toptenreviews.com/list_crime_1939.htm");
				addOption("year_1939", "Disney", "http://movies.toptenreviews.com/list_disney_1939.htm");
				addOption("year_1939", "Documentary", "http://movies.toptenreviews.com/list_documentary_1939.htm");
				addOption("year_1939", "Drama", "http://movies.toptenreviews.com/list_drama_1939.htm");
				addOption("year_1939", "Family", "http://movies.toptenreviews.com/list_family_1939.htm");
				addOption("year_1939", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1939.htm");
				addOption("year_1939", "History", "http://movies.toptenreviews.com/list_history_1939.htm");
				addOption("year_1939", "Horror", "http://movies.toptenreviews.com/list_horror_1939.htm");
				addOption("year_1939", "Music", "http://movies.toptenreviews.com/list_music_1939.htm");
				addOption("year_1939", "Musical", "http://movies.toptenreviews.com/list_musical_1939.htm");
				addOption("year_1939", "Mystery", "http://movies.toptenreviews.com/list_mystery_1939.htm");
				addOption("year_1939", "Romance", "http://movies.toptenreviews.com/list_romance_1939.htm");
				addOption("year_1939", "SciFi", "http://movies.toptenreviews.com/list_scifi_1939.htm");
				addOption("year_1939", "Sports", "http://movies.toptenreviews.com/list_sports_1939.htm");
				addOption("year_1939", "Teen", "http://movies.toptenreviews.com/list_teen_1939.htm");
				addOption("year_1939", "Thriller", "http://movies.toptenreviews.com/list_thriller_1939.htm");
				addOption("year_1939", "War", "http://movies.toptenreviews.com/list_war_1939.htm");
				addOption("year_1939", "Western", "http://movies.toptenreviews.com/list_western_1939.htm");
		addOption("year_1938", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1938", "Action", "http://movies.toptenreviews.com/list_action_1938.htm");
				addOption("year_1938", "Adventure", "http://movies.toptenreviews.com/list_adventure_1938.htm");
				addOption("year_1938", "Animation", "http://movies.toptenreviews.com/list_animation_1938.htm");
				addOption("year_1938", "Biography", "http://movies.toptenreviews.com/list_biography_1938.htm");
				addOption("year_1938", "Christmas", "http://movies.toptenreviews.com/list_christmas_1938.htm");
				addOption("year_1938", "Comedy", "http://movies.toptenreviews.com/list_comedy_1938.htm");
				addOption("year_1938", "Crime", "http://movies.toptenreviews.com/list_crime_1938.htm");
				addOption("year_1938", "Disney", "http://movies.toptenreviews.com/list_disney_1938.htm");
				addOption("year_1938", "Documentary", "http://movies.toptenreviews.com/list_documentary_1938.htm");
				addOption("year_1938", "Drama", "http://movies.toptenreviews.com/list_drama_1938.htm");
				addOption("year_1938", "Family", "http://movies.toptenreviews.com/list_family_1938.htm");
				addOption("year_1938", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1938.htm");
				addOption("year_1938", "History", "http://movies.toptenreviews.com/list_history_1938.htm");
				addOption("year_1938", "Horror", "http://movies.toptenreviews.com/list_horror_1938.htm");
				addOption("year_1938", "Music", "http://movies.toptenreviews.com/list_music_1938.htm");
				addOption("year_1938", "Musical", "http://movies.toptenreviews.com/list_musical_1938.htm");
				addOption("year_1938", "Mystery", "http://movies.toptenreviews.com/list_mystery_1938.htm");
				addOption("year_1938", "Romance", "http://movies.toptenreviews.com/list_romance_1938.htm");
				addOption("year_1938", "SciFi", "http://movies.toptenreviews.com/list_scifi_1938.htm");
				addOption("year_1938", "Sports", "http://movies.toptenreviews.com/list_sports_1938.htm");
				addOption("year_1938", "Teen", "http://movies.toptenreviews.com/list_teen_1938.htm");
				addOption("year_1938", "Thriller", "http://movies.toptenreviews.com/list_thriller_1938.htm");
				addOption("year_1938", "War", "http://movies.toptenreviews.com/list_war_1938.htm");
				addOption("year_1938", "Western", "http://movies.toptenreviews.com/list_western_1938.htm");
		addOption("year_1937", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1937", "Action", "http://movies.toptenreviews.com/list_action_1937.htm");
				addOption("year_1937", "Adventure", "http://movies.toptenreviews.com/list_adventure_1937.htm");
				addOption("year_1937", "Animation", "http://movies.toptenreviews.com/list_animation_1937.htm");
				addOption("year_1937", "Biography", "http://movies.toptenreviews.com/list_biography_1937.htm");
				addOption("year_1937", "Christmas", "http://movies.toptenreviews.com/list_christmas_1937.htm");
				addOption("year_1937", "Comedy", "http://movies.toptenreviews.com/list_comedy_1937.htm");
				addOption("year_1937", "Crime", "http://movies.toptenreviews.com/list_crime_1937.htm");
				addOption("year_1937", "Disney", "http://movies.toptenreviews.com/list_disney_1937.htm");
				addOption("year_1937", "Documentary", "http://movies.toptenreviews.com/list_documentary_1937.htm");
				addOption("year_1937", "Drama", "http://movies.toptenreviews.com/list_drama_1937.htm");
				addOption("year_1937", "Family", "http://movies.toptenreviews.com/list_family_1937.htm");
				addOption("year_1937", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1937.htm");
				addOption("year_1937", "History", "http://movies.toptenreviews.com/list_history_1937.htm");
				addOption("year_1937", "Horror", "http://movies.toptenreviews.com/list_horror_1937.htm");
				addOption("year_1937", "Music", "http://movies.toptenreviews.com/list_music_1937.htm");
				addOption("year_1937", "Musical", "http://movies.toptenreviews.com/list_musical_1937.htm");
				addOption("year_1937", "Mystery", "http://movies.toptenreviews.com/list_mystery_1937.htm");
				addOption("year_1937", "Romance", "http://movies.toptenreviews.com/list_romance_1937.htm");
				addOption("year_1937", "SciFi", "http://movies.toptenreviews.com/list_scifi_1937.htm");
				addOption("year_1937", "Sports", "http://movies.toptenreviews.com/list_sports_1937.htm");
				addOption("year_1937", "Teen", "http://movies.toptenreviews.com/list_teen_1937.htm");
				addOption("year_1937", "Thriller", "http://movies.toptenreviews.com/list_thriller_1937.htm");
				addOption("year_1937", "War", "http://movies.toptenreviews.com/list_war_1937.htm");
				addOption("year_1937", "Western", "http://movies.toptenreviews.com/list_western_1937.htm");
		addOption("year_1936", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1936", "Action", "http://movies.toptenreviews.com/list_action_1936.htm");
				addOption("year_1936", "Adventure", "http://movies.toptenreviews.com/list_adventure_1936.htm");
				addOption("year_1936", "Animation", "http://movies.toptenreviews.com/list_animation_1936.htm");
				addOption("year_1936", "Biography", "http://movies.toptenreviews.com/list_biography_1936.htm");
				addOption("year_1936", "Christmas", "http://movies.toptenreviews.com/list_christmas_1936.htm");
				addOption("year_1936", "Comedy", "http://movies.toptenreviews.com/list_comedy_1936.htm");
				addOption("year_1936", "Crime", "http://movies.toptenreviews.com/list_crime_1936.htm");
				addOption("year_1936", "Disney", "http://movies.toptenreviews.com/list_disney_1936.htm");
				addOption("year_1936", "Documentary", "http://movies.toptenreviews.com/list_documentary_1936.htm");
				addOption("year_1936", "Drama", "http://movies.toptenreviews.com/list_drama_1936.htm");
				addOption("year_1936", "Family", "http://movies.toptenreviews.com/list_family_1936.htm");
				addOption("year_1936", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1936.htm");
				addOption("year_1936", "History", "http://movies.toptenreviews.com/list_history_1936.htm");
				addOption("year_1936", "Horror", "http://movies.toptenreviews.com/list_horror_1936.htm");
				addOption("year_1936", "Music", "http://movies.toptenreviews.com/list_music_1936.htm");
				addOption("year_1936", "Musical", "http://movies.toptenreviews.com/list_musical_1936.htm");
				addOption("year_1936", "Mystery", "http://movies.toptenreviews.com/list_mystery_1936.htm");
				addOption("year_1936", "Romance", "http://movies.toptenreviews.com/list_romance_1936.htm");
				addOption("year_1936", "SciFi", "http://movies.toptenreviews.com/list_scifi_1936.htm");
				addOption("year_1936", "Sports", "http://movies.toptenreviews.com/list_sports_1936.htm");
				addOption("year_1936", "Teen", "http://movies.toptenreviews.com/list_teen_1936.htm");
				addOption("year_1936", "Thriller", "http://movies.toptenreviews.com/list_thriller_1936.htm");
				addOption("year_1936", "War", "http://movies.toptenreviews.com/list_war_1936.htm");
				addOption("year_1936", "Western", "http://movies.toptenreviews.com/list_western_1936.htm");
		addOption("year_1935", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1935", "Action", "http://movies.toptenreviews.com/list_action_1935.htm");
				addOption("year_1935", "Adventure", "http://movies.toptenreviews.com/list_adventure_1935.htm");
				addOption("year_1935", "Animation", "http://movies.toptenreviews.com/list_animation_1935.htm");
				addOption("year_1935", "Biography", "http://movies.toptenreviews.com/list_biography_1935.htm");
				addOption("year_1935", "Christmas", "http://movies.toptenreviews.com/list_christmas_1935.htm");
				addOption("year_1935", "Comedy", "http://movies.toptenreviews.com/list_comedy_1935.htm");
				addOption("year_1935", "Crime", "http://movies.toptenreviews.com/list_crime_1935.htm");
				addOption("year_1935", "Disney", "http://movies.toptenreviews.com/list_disney_1935.htm");
				addOption("year_1935", "Documentary", "http://movies.toptenreviews.com/list_documentary_1935.htm");
				addOption("year_1935", "Drama", "http://movies.toptenreviews.com/list_drama_1935.htm");
				addOption("year_1935", "Family", "http://movies.toptenreviews.com/list_family_1935.htm");
				addOption("year_1935", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1935.htm");
				addOption("year_1935", "History", "http://movies.toptenreviews.com/list_history_1935.htm");
				addOption("year_1935", "Horror", "http://movies.toptenreviews.com/list_horror_1935.htm");
				addOption("year_1935", "Music", "http://movies.toptenreviews.com/list_music_1935.htm");
				addOption("year_1935", "Musical", "http://movies.toptenreviews.com/list_musical_1935.htm");
				addOption("year_1935", "Mystery", "http://movies.toptenreviews.com/list_mystery_1935.htm");
				addOption("year_1935", "Romance", "http://movies.toptenreviews.com/list_romance_1935.htm");
				addOption("year_1935", "SciFi", "http://movies.toptenreviews.com/list_scifi_1935.htm");
				addOption("year_1935", "Sports", "http://movies.toptenreviews.com/list_sports_1935.htm");
				addOption("year_1935", "Teen", "http://movies.toptenreviews.com/list_teen_1935.htm");
				addOption("year_1935", "Thriller", "http://movies.toptenreviews.com/list_thriller_1935.htm");
				addOption("year_1935", "War", "http://movies.toptenreviews.com/list_war_1935.htm");
				addOption("year_1935", "Western", "http://movies.toptenreviews.com/list_western_1935.htm");
		addOption("year_1934", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1934", "Action", "http://movies.toptenreviews.com/list_action_1934.htm");
				addOption("year_1934", "Adventure", "http://movies.toptenreviews.com/list_adventure_1934.htm");
				addOption("year_1934", "Animation", "http://movies.toptenreviews.com/list_animation_1934.htm");
				addOption("year_1934", "Biography", "http://movies.toptenreviews.com/list_biography_1934.htm");
				addOption("year_1934", "Christmas", "http://movies.toptenreviews.com/list_christmas_1934.htm");
				addOption("year_1934", "Comedy", "http://movies.toptenreviews.com/list_comedy_1934.htm");
				addOption("year_1934", "Crime", "http://movies.toptenreviews.com/list_crime_1934.htm");
				addOption("year_1934", "Disney", "http://movies.toptenreviews.com/list_disney_1934.htm");
				addOption("year_1934", "Documentary", "http://movies.toptenreviews.com/list_documentary_1934.htm");
				addOption("year_1934", "Drama", "http://movies.toptenreviews.com/list_drama_1934.htm");
				addOption("year_1934", "Family", "http://movies.toptenreviews.com/list_family_1934.htm");
				addOption("year_1934", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1934.htm");
				addOption("year_1934", "History", "http://movies.toptenreviews.com/list_history_1934.htm");
				addOption("year_1934", "Horror", "http://movies.toptenreviews.com/list_horror_1934.htm");
				addOption("year_1934", "Music", "http://movies.toptenreviews.com/list_music_1934.htm");
				addOption("year_1934", "Musical", "http://movies.toptenreviews.com/list_musical_1934.htm");
				addOption("year_1934", "Mystery", "http://movies.toptenreviews.com/list_mystery_1934.htm");
				addOption("year_1934", "Romance", "http://movies.toptenreviews.com/list_romance_1934.htm");
				addOption("year_1934", "SciFi", "http://movies.toptenreviews.com/list_scifi_1934.htm");
				addOption("year_1934", "Sports", "http://movies.toptenreviews.com/list_sports_1934.htm");
				addOption("year_1934", "Teen", "http://movies.toptenreviews.com/list_teen_1934.htm");
				addOption("year_1934", "Thriller", "http://movies.toptenreviews.com/list_thriller_1934.htm");
				addOption("year_1934", "War", "http://movies.toptenreviews.com/list_war_1934.htm");
				addOption("year_1934", "Western", "http://movies.toptenreviews.com/list_western_1934.htm");
		addOption("year_1933", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1933", "Action", "http://movies.toptenreviews.com/list_action_1933.htm");
				addOption("year_1933", "Adventure", "http://movies.toptenreviews.com/list_adventure_1933.htm");
				addOption("year_1933", "Animation", "http://movies.toptenreviews.com/list_animation_1933.htm");
				addOption("year_1933", "Biography", "http://movies.toptenreviews.com/list_biography_1933.htm");
				addOption("year_1933", "Christmas", "http://movies.toptenreviews.com/list_christmas_1933.htm");
				addOption("year_1933", "Comedy", "http://movies.toptenreviews.com/list_comedy_1933.htm");
				addOption("year_1933", "Crime", "http://movies.toptenreviews.com/list_crime_1933.htm");
				addOption("year_1933", "Disney", "http://movies.toptenreviews.com/list_disney_1933.htm");
				addOption("year_1933", "Documentary", "http://movies.toptenreviews.com/list_documentary_1933.htm");
				addOption("year_1933", "Drama", "http://movies.toptenreviews.com/list_drama_1933.htm");
				addOption("year_1933", "Family", "http://movies.toptenreviews.com/list_family_1933.htm");
				addOption("year_1933", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1933.htm");
				addOption("year_1933", "History", "http://movies.toptenreviews.com/list_history_1933.htm");
				addOption("year_1933", "Horror", "http://movies.toptenreviews.com/list_horror_1933.htm");
				addOption("year_1933", "Music", "http://movies.toptenreviews.com/list_music_1933.htm");
				addOption("year_1933", "Musical", "http://movies.toptenreviews.com/list_musical_1933.htm");
				addOption("year_1933", "Mystery", "http://movies.toptenreviews.com/list_mystery_1933.htm");
				addOption("year_1933", "Romance", "http://movies.toptenreviews.com/list_romance_1933.htm");
				addOption("year_1933", "SciFi", "http://movies.toptenreviews.com/list_scifi_1933.htm");
				addOption("year_1933", "Sports", "http://movies.toptenreviews.com/list_sports_1933.htm");
				addOption("year_1933", "Teen", "http://movies.toptenreviews.com/list_teen_1933.htm");
				addOption("year_1933", "Thriller", "http://movies.toptenreviews.com/list_thriller_1933.htm");
				addOption("year_1933", "War", "http://movies.toptenreviews.com/list_war_1933.htm");
				addOption("year_1933", "Western", "http://movies.toptenreviews.com/list_western_1933.htm");
		addOption("year_1932", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1932", "Action", "http://movies.toptenreviews.com/list_action_1932.htm");
				addOption("year_1932", "Adventure", "http://movies.toptenreviews.com/list_adventure_1932.htm");
				addOption("year_1932", "Animation", "http://movies.toptenreviews.com/list_animation_1932.htm");
				addOption("year_1932", "Biography", "http://movies.toptenreviews.com/list_biography_1932.htm");
				addOption("year_1932", "Christmas", "http://movies.toptenreviews.com/list_christmas_1932.htm");
				addOption("year_1932", "Comedy", "http://movies.toptenreviews.com/list_comedy_1932.htm");
				addOption("year_1932", "Crime", "http://movies.toptenreviews.com/list_crime_1932.htm");
				addOption("year_1932", "Disney", "http://movies.toptenreviews.com/list_disney_1932.htm");
				addOption("year_1932", "Documentary", "http://movies.toptenreviews.com/list_documentary_1932.htm");
				addOption("year_1932", "Drama", "http://movies.toptenreviews.com/list_drama_1932.htm");
				addOption("year_1932", "Family", "http://movies.toptenreviews.com/list_family_1932.htm");
				addOption("year_1932", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1932.htm");
				addOption("year_1932", "History", "http://movies.toptenreviews.com/list_history_1932.htm");
				addOption("year_1932", "Horror", "http://movies.toptenreviews.com/list_horror_1932.htm");
				addOption("year_1932", "Music", "http://movies.toptenreviews.com/list_music_1932.htm");
				addOption("year_1932", "Musical", "http://movies.toptenreviews.com/list_musical_1932.htm");
				addOption("year_1932", "Mystery", "http://movies.toptenreviews.com/list_mystery_1932.htm");
				addOption("year_1932", "Romance", "http://movies.toptenreviews.com/list_romance_1932.htm");
				addOption("year_1932", "SciFi", "http://movies.toptenreviews.com/list_scifi_1932.htm");
				addOption("year_1932", "Sports", "http://movies.toptenreviews.com/list_sports_1932.htm");
				addOption("year_1932", "Teen", "http://movies.toptenreviews.com/list_teen_1932.htm");
				addOption("year_1932", "Thriller", "http://movies.toptenreviews.com/list_thriller_1932.htm");
				addOption("year_1932", "War", "http://movies.toptenreviews.com/list_war_1932.htm");
				addOption("year_1932", "Western", "http://movies.toptenreviews.com/list_western_1932.htm");
		addOption("year_1931", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1931", "Action", "http://movies.toptenreviews.com/list_action_1931.htm");
				addOption("year_1931", "Adventure", "http://movies.toptenreviews.com/list_adventure_1931.htm");
				addOption("year_1931", "Animation", "http://movies.toptenreviews.com/list_animation_1931.htm");
				addOption("year_1931", "Biography", "http://movies.toptenreviews.com/list_biography_1931.htm");
				addOption("year_1931", "Christmas", "http://movies.toptenreviews.com/list_christmas_1931.htm");
				addOption("year_1931", "Comedy", "http://movies.toptenreviews.com/list_comedy_1931.htm");
				addOption("year_1931", "Crime", "http://movies.toptenreviews.com/list_crime_1931.htm");
				addOption("year_1931", "Disney", "http://movies.toptenreviews.com/list_disney_1931.htm");
				addOption("year_1931", "Documentary", "http://movies.toptenreviews.com/list_documentary_1931.htm");
				addOption("year_1931", "Drama", "http://movies.toptenreviews.com/list_drama_1931.htm");
				addOption("year_1931", "Family", "http://movies.toptenreviews.com/list_family_1931.htm");
				addOption("year_1931", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1931.htm");
				addOption("year_1931", "History", "http://movies.toptenreviews.com/list_history_1931.htm");
				addOption("year_1931", "Horror", "http://movies.toptenreviews.com/list_horror_1931.htm");
				addOption("year_1931", "Music", "http://movies.toptenreviews.com/list_music_1931.htm");
				addOption("year_1931", "Musical", "http://movies.toptenreviews.com/list_musical_1931.htm");
				addOption("year_1931", "Mystery", "http://movies.toptenreviews.com/list_mystery_1931.htm");
				addOption("year_1931", "Romance", "http://movies.toptenreviews.com/list_romance_1931.htm");
				addOption("year_1931", "SciFi", "http://movies.toptenreviews.com/list_scifi_1931.htm");
				addOption("year_1931", "Sports", "http://movies.toptenreviews.com/list_sports_1931.htm");
				addOption("year_1931", "Teen", "http://movies.toptenreviews.com/list_teen_1931.htm");
				addOption("year_1931", "Thriller", "http://movies.toptenreviews.com/list_thriller_1931.htm");
				addOption("year_1931", "War", "http://movies.toptenreviews.com/list_war_1931.htm");
				addOption("year_1931", "Western", "http://movies.toptenreviews.com/list_western_1931.htm");
		addOption("year_1930", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1930", "Action", "http://movies.toptenreviews.com/list_action_1930.htm");
				addOption("year_1930", "Adventure", "http://movies.toptenreviews.com/list_adventure_1930.htm");
				addOption("year_1930", "Animation", "http://movies.toptenreviews.com/list_animation_1930.htm");
				addOption("year_1930", "Biography", "http://movies.toptenreviews.com/list_biography_1930.htm");
				addOption("year_1930", "Christmas", "http://movies.toptenreviews.com/list_christmas_1930.htm");
				addOption("year_1930", "Comedy", "http://movies.toptenreviews.com/list_comedy_1930.htm");
				addOption("year_1930", "Crime", "http://movies.toptenreviews.com/list_crime_1930.htm");
				addOption("year_1930", "Disney", "http://movies.toptenreviews.com/list_disney_1930.htm");
				addOption("year_1930", "Documentary", "http://movies.toptenreviews.com/list_documentary_1930.htm");
				addOption("year_1930", "Drama", "http://movies.toptenreviews.com/list_drama_1930.htm");
				addOption("year_1930", "Family", "http://movies.toptenreviews.com/list_family_1930.htm");
				addOption("year_1930", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1930.htm");
				addOption("year_1930", "History", "http://movies.toptenreviews.com/list_history_1930.htm");
				addOption("year_1930", "Horror", "http://movies.toptenreviews.com/list_horror_1930.htm");
				addOption("year_1930", "Music", "http://movies.toptenreviews.com/list_music_1930.htm");
				addOption("year_1930", "Musical", "http://movies.toptenreviews.com/list_musical_1930.htm");
				addOption("year_1930", "Mystery", "http://movies.toptenreviews.com/list_mystery_1930.htm");
				addOption("year_1930", "Romance", "http://movies.toptenreviews.com/list_romance_1930.htm");
				addOption("year_1930", "SciFi", "http://movies.toptenreviews.com/list_scifi_1930.htm");
				addOption("year_1930", "Sports", "http://movies.toptenreviews.com/list_sports_1930.htm");
				addOption("year_1930", "Teen", "http://movies.toptenreviews.com/list_teen_1930.htm");
				addOption("year_1930", "Thriller", "http://movies.toptenreviews.com/list_thriller_1930.htm");
				addOption("year_1930", "War", "http://movies.toptenreviews.com/list_war_1930.htm");
				addOption("year_1930", "Western", "http://movies.toptenreviews.com/list_western_1930.htm");
		addOption("year_1929", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1929", "Action", "http://movies.toptenreviews.com/list_action_1929.htm");
				addOption("year_1929", "Adventure", "http://movies.toptenreviews.com/list_adventure_1929.htm");
				addOption("year_1929", "Animation", "http://movies.toptenreviews.com/list_animation_1929.htm");
				addOption("year_1929", "Biography", "http://movies.toptenreviews.com/list_biography_1929.htm");
				addOption("year_1929", "Christmas", "http://movies.toptenreviews.com/list_christmas_1929.htm");
				addOption("year_1929", "Comedy", "http://movies.toptenreviews.com/list_comedy_1929.htm");
				addOption("year_1929", "Crime", "http://movies.toptenreviews.com/list_crime_1929.htm");
				addOption("year_1929", "Disney", "http://movies.toptenreviews.com/list_disney_1929.htm");
				addOption("year_1929", "Documentary", "http://movies.toptenreviews.com/list_documentary_1929.htm");
				addOption("year_1929", "Drama", "http://movies.toptenreviews.com/list_drama_1929.htm");
				addOption("year_1929", "Family", "http://movies.toptenreviews.com/list_family_1929.htm");
				addOption("year_1929", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1929.htm");
				addOption("year_1929", "History", "http://movies.toptenreviews.com/list_history_1929.htm");
				addOption("year_1929", "Horror", "http://movies.toptenreviews.com/list_horror_1929.htm");
				addOption("year_1929", "Music", "http://movies.toptenreviews.com/list_music_1929.htm");
				addOption("year_1929", "Musical", "http://movies.toptenreviews.com/list_musical_1929.htm");
				addOption("year_1929", "Mystery", "http://movies.toptenreviews.com/list_mystery_1929.htm");
				addOption("year_1929", "Romance", "http://movies.toptenreviews.com/list_romance_1929.htm");
				addOption("year_1929", "SciFi", "http://movies.toptenreviews.com/list_scifi_1929.htm");
				addOption("year_1929", "Sports", "http://movies.toptenreviews.com/list_sports_1929.htm");
				addOption("year_1929", "Teen", "http://movies.toptenreviews.com/list_teen_1929.htm");
				addOption("year_1929", "Thriller", "http://movies.toptenreviews.com/list_thriller_1929.htm");
				addOption("year_1929", "War", "http://movies.toptenreviews.com/list_war_1929.htm");
				addOption("year_1929", "Western", "http://movies.toptenreviews.com/list_western_1929.htm");
		addOption("year_1928", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1928", "Action", "http://movies.toptenreviews.com/list_action_1928.htm");
				addOption("year_1928", "Adventure", "http://movies.toptenreviews.com/list_adventure_1928.htm");
				addOption("year_1928", "Animation", "http://movies.toptenreviews.com/list_animation_1928.htm");
				addOption("year_1928", "Biography", "http://movies.toptenreviews.com/list_biography_1928.htm");
				addOption("year_1928", "Christmas", "http://movies.toptenreviews.com/list_christmas_1928.htm");
				addOption("year_1928", "Comedy", "http://movies.toptenreviews.com/list_comedy_1928.htm");
				addOption("year_1928", "Crime", "http://movies.toptenreviews.com/list_crime_1928.htm");
				addOption("year_1928", "Disney", "http://movies.toptenreviews.com/list_disney_1928.htm");
				addOption("year_1928", "Documentary", "http://movies.toptenreviews.com/list_documentary_1928.htm");
				addOption("year_1928", "Drama", "http://movies.toptenreviews.com/list_drama_1928.htm");
				addOption("year_1928", "Family", "http://movies.toptenreviews.com/list_family_1928.htm");
				addOption("year_1928", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1928.htm");
				addOption("year_1928", "History", "http://movies.toptenreviews.com/list_history_1928.htm");
				addOption("year_1928", "Horror", "http://movies.toptenreviews.com/list_horror_1928.htm");
				addOption("year_1928", "Music", "http://movies.toptenreviews.com/list_music_1928.htm");
				addOption("year_1928", "Musical", "http://movies.toptenreviews.com/list_musical_1928.htm");
				addOption("year_1928", "Mystery", "http://movies.toptenreviews.com/list_mystery_1928.htm");
				addOption("year_1928", "Romance", "http://movies.toptenreviews.com/list_romance_1928.htm");
				addOption("year_1928", "SciFi", "http://movies.toptenreviews.com/list_scifi_1928.htm");
				addOption("year_1928", "Sports", "http://movies.toptenreviews.com/list_sports_1928.htm");
				addOption("year_1928", "Teen", "http://movies.toptenreviews.com/list_teen_1928.htm");
				addOption("year_1928", "Thriller", "http://movies.toptenreviews.com/list_thriller_1928.htm");
				addOption("year_1928", "War", "http://movies.toptenreviews.com/list_war_1928.htm");
				addOption("year_1928", "Western", "http://movies.toptenreviews.com/list_western_1928.htm");
		addOption("year_1927", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1927", "Action", "http://movies.toptenreviews.com/list_action_1927.htm");
				addOption("year_1927", "Adventure", "http://movies.toptenreviews.com/list_adventure_1927.htm");
				addOption("year_1927", "Animation", "http://movies.toptenreviews.com/list_animation_1927.htm");
				addOption("year_1927", "Biography", "http://movies.toptenreviews.com/list_biography_1927.htm");
				addOption("year_1927", "Christmas", "http://movies.toptenreviews.com/list_christmas_1927.htm");
				addOption("year_1927", "Comedy", "http://movies.toptenreviews.com/list_comedy_1927.htm");
				addOption("year_1927", "Crime", "http://movies.toptenreviews.com/list_crime_1927.htm");
				addOption("year_1927", "Disney", "http://movies.toptenreviews.com/list_disney_1927.htm");
				addOption("year_1927", "Documentary", "http://movies.toptenreviews.com/list_documentary_1927.htm");
				addOption("year_1927", "Drama", "http://movies.toptenreviews.com/list_drama_1927.htm");
				addOption("year_1927", "Family", "http://movies.toptenreviews.com/list_family_1927.htm");
				addOption("year_1927", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1927.htm");
				addOption("year_1927", "History", "http://movies.toptenreviews.com/list_history_1927.htm");
				addOption("year_1927", "Horror", "http://movies.toptenreviews.com/list_horror_1927.htm");
				addOption("year_1927", "Music", "http://movies.toptenreviews.com/list_music_1927.htm");
				addOption("year_1927", "Musical", "http://movies.toptenreviews.com/list_musical_1927.htm");
				addOption("year_1927", "Mystery", "http://movies.toptenreviews.com/list_mystery_1927.htm");
				addOption("year_1927", "Romance", "http://movies.toptenreviews.com/list_romance_1927.htm");
				addOption("year_1927", "SciFi", "http://movies.toptenreviews.com/list_scifi_1927.htm");
				addOption("year_1927", "Sports", "http://movies.toptenreviews.com/list_sports_1927.htm");
				addOption("year_1927", "Teen", "http://movies.toptenreviews.com/list_teen_1927.htm");
				addOption("year_1927", "Thriller", "http://movies.toptenreviews.com/list_thriller_1927.htm");
				addOption("year_1927", "War", "http://movies.toptenreviews.com/list_war_1927.htm");
				addOption("year_1927", "Western", "http://movies.toptenreviews.com/list_western_1927.htm");
		addOption("year_1926", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1926", "Action", "http://movies.toptenreviews.com/list_action_1926.htm");
				addOption("year_1926", "Adventure", "http://movies.toptenreviews.com/list_adventure_1926.htm");
				addOption("year_1926", "Animation", "http://movies.toptenreviews.com/list_animation_1926.htm");
				addOption("year_1926", "Biography", "http://movies.toptenreviews.com/list_biography_1926.htm");
				addOption("year_1926", "Christmas", "http://movies.toptenreviews.com/list_christmas_1926.htm");
				addOption("year_1926", "Comedy", "http://movies.toptenreviews.com/list_comedy_1926.htm");
				addOption("year_1926", "Crime", "http://movies.toptenreviews.com/list_crime_1926.htm");
				addOption("year_1926", "Disney", "http://movies.toptenreviews.com/list_disney_1926.htm");
				addOption("year_1926", "Documentary", "http://movies.toptenreviews.com/list_documentary_1926.htm");
				addOption("year_1926", "Drama", "http://movies.toptenreviews.com/list_drama_1926.htm");
				addOption("year_1926", "Family", "http://movies.toptenreviews.com/list_family_1926.htm");
				addOption("year_1926", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1926.htm");
				addOption("year_1926", "History", "http://movies.toptenreviews.com/list_history_1926.htm");
				addOption("year_1926", "Horror", "http://movies.toptenreviews.com/list_horror_1926.htm");
				addOption("year_1926", "Music", "http://movies.toptenreviews.com/list_music_1926.htm");
				addOption("year_1926", "Musical", "http://movies.toptenreviews.com/list_musical_1926.htm");
				addOption("year_1926", "Mystery", "http://movies.toptenreviews.com/list_mystery_1926.htm");
				addOption("year_1926", "Romance", "http://movies.toptenreviews.com/list_romance_1926.htm");
				addOption("year_1926", "SciFi", "http://movies.toptenreviews.com/list_scifi_1926.htm");
				addOption("year_1926", "Sports", "http://movies.toptenreviews.com/list_sports_1926.htm");
				addOption("year_1926", "Teen", "http://movies.toptenreviews.com/list_teen_1926.htm");
				addOption("year_1926", "Thriller", "http://movies.toptenreviews.com/list_thriller_1926.htm");
				addOption("year_1926", "War", "http://movies.toptenreviews.com/list_war_1926.htm");
				addOption("year_1926", "Western", "http://movies.toptenreviews.com/list_western_1926.htm");
		addOption("year_1925", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1925", "Action", "http://movies.toptenreviews.com/list_action_1925.htm");
				addOption("year_1925", "Adventure", "http://movies.toptenreviews.com/list_adventure_1925.htm");
				addOption("year_1925", "Animation", "http://movies.toptenreviews.com/list_animation_1925.htm");
				addOption("year_1925", "Biography", "http://movies.toptenreviews.com/list_biography_1925.htm");
				addOption("year_1925", "Christmas", "http://movies.toptenreviews.com/list_christmas_1925.htm");
				addOption("year_1925", "Comedy", "http://movies.toptenreviews.com/list_comedy_1925.htm");
				addOption("year_1925", "Crime", "http://movies.toptenreviews.com/list_crime_1925.htm");
				addOption("year_1925", "Disney", "http://movies.toptenreviews.com/list_disney_1925.htm");
				addOption("year_1925", "Documentary", "http://movies.toptenreviews.com/list_documentary_1925.htm");
				addOption("year_1925", "Drama", "http://movies.toptenreviews.com/list_drama_1925.htm");
				addOption("year_1925", "Family", "http://movies.toptenreviews.com/list_family_1925.htm");
				addOption("year_1925", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1925.htm");
				addOption("year_1925", "History", "http://movies.toptenreviews.com/list_history_1925.htm");
				addOption("year_1925", "Horror", "http://movies.toptenreviews.com/list_horror_1925.htm");
				addOption("year_1925", "Music", "http://movies.toptenreviews.com/list_music_1925.htm");
				addOption("year_1925", "Musical", "http://movies.toptenreviews.com/list_musical_1925.htm");
				addOption("year_1925", "Mystery", "http://movies.toptenreviews.com/list_mystery_1925.htm");
				addOption("year_1925", "Romance", "http://movies.toptenreviews.com/list_romance_1925.htm");
				addOption("year_1925", "SciFi", "http://movies.toptenreviews.com/list_scifi_1925.htm");
				addOption("year_1925", "Sports", "http://movies.toptenreviews.com/list_sports_1925.htm");
				addOption("year_1925", "Teen", "http://movies.toptenreviews.com/list_teen_1925.htm");
				addOption("year_1925", "Thriller", "http://movies.toptenreviews.com/list_thriller_1925.htm");
				addOption("year_1925", "War", "http://movies.toptenreviews.com/list_war_1925.htm");
				addOption("year_1925", "Western", "http://movies.toptenreviews.com/list_western_1925.htm");
		addOption("year_1924", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1924", "Action", "http://movies.toptenreviews.com/list_action_1924.htm");
				addOption("year_1924", "Adventure", "http://movies.toptenreviews.com/list_adventure_1924.htm");
				addOption("year_1924", "Animation", "http://movies.toptenreviews.com/list_animation_1924.htm");
				addOption("year_1924", "Biography", "http://movies.toptenreviews.com/list_biography_1924.htm");
				addOption("year_1924", "Christmas", "http://movies.toptenreviews.com/list_christmas_1924.htm");
				addOption("year_1924", "Comedy", "http://movies.toptenreviews.com/list_comedy_1924.htm");
				addOption("year_1924", "Crime", "http://movies.toptenreviews.com/list_crime_1924.htm");
				addOption("year_1924", "Disney", "http://movies.toptenreviews.com/list_disney_1924.htm");
				addOption("year_1924", "Documentary", "http://movies.toptenreviews.com/list_documentary_1924.htm");
				addOption("year_1924", "Drama", "http://movies.toptenreviews.com/list_drama_1924.htm");
				addOption("year_1924", "Family", "http://movies.toptenreviews.com/list_family_1924.htm");
				addOption("year_1924", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1924.htm");
				addOption("year_1924", "History", "http://movies.toptenreviews.com/list_history_1924.htm");
				addOption("year_1924", "Horror", "http://movies.toptenreviews.com/list_horror_1924.htm");
				addOption("year_1924", "Music", "http://movies.toptenreviews.com/list_music_1924.htm");
				addOption("year_1924", "Musical", "http://movies.toptenreviews.com/list_musical_1924.htm");
				addOption("year_1924", "Mystery", "http://movies.toptenreviews.com/list_mystery_1924.htm");
				addOption("year_1924", "Romance", "http://movies.toptenreviews.com/list_romance_1924.htm");
				addOption("year_1924", "SciFi", "http://movies.toptenreviews.com/list_scifi_1924.htm");
				addOption("year_1924", "Sports", "http://movies.toptenreviews.com/list_sports_1924.htm");
				addOption("year_1924", "Teen", "http://movies.toptenreviews.com/list_teen_1924.htm");
				addOption("year_1924", "Thriller", "http://movies.toptenreviews.com/list_thriller_1924.htm");
				addOption("year_1924", "War", "http://movies.toptenreviews.com/list_war_1924.htm");
				addOption("year_1924", "Western", "http://movies.toptenreviews.com/list_western_1924.htm");
		addOption("year_1923", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1923", "Action", "http://movies.toptenreviews.com/list_action_1923.htm");
				addOption("year_1923", "Adventure", "http://movies.toptenreviews.com/list_adventure_1923.htm");
				addOption("year_1923", "Animation", "http://movies.toptenreviews.com/list_animation_1923.htm");
				addOption("year_1923", "Biography", "http://movies.toptenreviews.com/list_biography_1923.htm");
				addOption("year_1923", "Christmas", "http://movies.toptenreviews.com/list_christmas_1923.htm");
				addOption("year_1923", "Comedy", "http://movies.toptenreviews.com/list_comedy_1923.htm");
				addOption("year_1923", "Crime", "http://movies.toptenreviews.com/list_crime_1923.htm");
				addOption("year_1923", "Disney", "http://movies.toptenreviews.com/list_disney_1923.htm");
				addOption("year_1923", "Documentary", "http://movies.toptenreviews.com/list_documentary_1923.htm");
				addOption("year_1923", "Drama", "http://movies.toptenreviews.com/list_drama_1923.htm");
				addOption("year_1923", "Family", "http://movies.toptenreviews.com/list_family_1923.htm");
				addOption("year_1923", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1923.htm");
				addOption("year_1923", "History", "http://movies.toptenreviews.com/list_history_1923.htm");
				addOption("year_1923", "Horror", "http://movies.toptenreviews.com/list_horror_1923.htm");
				addOption("year_1923", "Music", "http://movies.toptenreviews.com/list_music_1923.htm");
				addOption("year_1923", "Musical", "http://movies.toptenreviews.com/list_musical_1923.htm");
				addOption("year_1923", "Mystery", "http://movies.toptenreviews.com/list_mystery_1923.htm");
				addOption("year_1923", "Romance", "http://movies.toptenreviews.com/list_romance_1923.htm");
				addOption("year_1923", "SciFi", "http://movies.toptenreviews.com/list_scifi_1923.htm");
				addOption("year_1923", "Sports", "http://movies.toptenreviews.com/list_sports_1923.htm");
				addOption("year_1923", "Teen", "http://movies.toptenreviews.com/list_teen_1923.htm");
				addOption("year_1923", "Thriller", "http://movies.toptenreviews.com/list_thriller_1923.htm");
				addOption("year_1923", "War", "http://movies.toptenreviews.com/list_war_1923.htm");
				addOption("year_1923", "Western", "http://movies.toptenreviews.com/list_western_1923.htm");
		addOption("year_1922", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1922", "Action", "http://movies.toptenreviews.com/list_action_1922.htm");
				addOption("year_1922", "Adventure", "http://movies.toptenreviews.com/list_adventure_1922.htm");
				addOption("year_1922", "Animation", "http://movies.toptenreviews.com/list_animation_1922.htm");
				addOption("year_1922", "Biography", "http://movies.toptenreviews.com/list_biography_1922.htm");
				addOption("year_1922", "Christmas", "http://movies.toptenreviews.com/list_christmas_1922.htm");
				addOption("year_1922", "Comedy", "http://movies.toptenreviews.com/list_comedy_1922.htm");
				addOption("year_1922", "Crime", "http://movies.toptenreviews.com/list_crime_1922.htm");
				addOption("year_1922", "Disney", "http://movies.toptenreviews.com/list_disney_1922.htm");
				addOption("year_1922", "Documentary", "http://movies.toptenreviews.com/list_documentary_1922.htm");
				addOption("year_1922", "Drama", "http://movies.toptenreviews.com/list_drama_1922.htm");
				addOption("year_1922", "Family", "http://movies.toptenreviews.com/list_family_1922.htm");
				addOption("year_1922", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1922.htm");
				addOption("year_1922", "History", "http://movies.toptenreviews.com/list_history_1922.htm");
				addOption("year_1922", "Horror", "http://movies.toptenreviews.com/list_horror_1922.htm");
				addOption("year_1922", "Music", "http://movies.toptenreviews.com/list_music_1922.htm");
				addOption("year_1922", "Musical", "http://movies.toptenreviews.com/list_musical_1922.htm");
				addOption("year_1922", "Mystery", "http://movies.toptenreviews.com/list_mystery_1922.htm");
				addOption("year_1922", "Romance", "http://movies.toptenreviews.com/list_romance_1922.htm");
				addOption("year_1922", "SciFi", "http://movies.toptenreviews.com/list_scifi_1922.htm");
				addOption("year_1922", "Sports", "http://movies.toptenreviews.com/list_sports_1922.htm");
				addOption("year_1922", "Teen", "http://movies.toptenreviews.com/list_teen_1922.htm");
				addOption("year_1922", "Thriller", "http://movies.toptenreviews.com/list_thriller_1922.htm");
				addOption("year_1922", "War", "http://movies.toptenreviews.com/list_war_1922.htm");
				addOption("year_1922", "Western", "http://movies.toptenreviews.com/list_western_1922.htm");
		addOption("year_1921", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1921", "Action", "http://movies.toptenreviews.com/list_action_1921.htm");
				addOption("year_1921", "Adventure", "http://movies.toptenreviews.com/list_adventure_1921.htm");
				addOption("year_1921", "Animation", "http://movies.toptenreviews.com/list_animation_1921.htm");
				addOption("year_1921", "Biography", "http://movies.toptenreviews.com/list_biography_1921.htm");
				addOption("year_1921", "Christmas", "http://movies.toptenreviews.com/list_christmas_1921.htm");
				addOption("year_1921", "Comedy", "http://movies.toptenreviews.com/list_comedy_1921.htm");
				addOption("year_1921", "Crime", "http://movies.toptenreviews.com/list_crime_1921.htm");
				addOption("year_1921", "Disney", "http://movies.toptenreviews.com/list_disney_1921.htm");
				addOption("year_1921", "Documentary", "http://movies.toptenreviews.com/list_documentary_1921.htm");
				addOption("year_1921", "Drama", "http://movies.toptenreviews.com/list_drama_1921.htm");
				addOption("year_1921", "Family", "http://movies.toptenreviews.com/list_family_1921.htm");
				addOption("year_1921", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1921.htm");
				addOption("year_1921", "History", "http://movies.toptenreviews.com/list_history_1921.htm");
				addOption("year_1921", "Horror", "http://movies.toptenreviews.com/list_horror_1921.htm");
				addOption("year_1921", "Music", "http://movies.toptenreviews.com/list_music_1921.htm");
				addOption("year_1921", "Musical", "http://movies.toptenreviews.com/list_musical_1921.htm");
				addOption("year_1921", "Mystery", "http://movies.toptenreviews.com/list_mystery_1921.htm");
				addOption("year_1921", "Romance", "http://movies.toptenreviews.com/list_romance_1921.htm");
				addOption("year_1921", "SciFi", "http://movies.toptenreviews.com/list_scifi_1921.htm");
				addOption("year_1921", "Sports", "http://movies.toptenreviews.com/list_sports_1921.htm");
				addOption("year_1921", "Teen", "http://movies.toptenreviews.com/list_teen_1921.htm");
				addOption("year_1921", "Thriller", "http://movies.toptenreviews.com/list_thriller_1921.htm");
				addOption("year_1921", "War", "http://movies.toptenreviews.com/list_war_1921.htm");
				addOption("year_1921", "Western", "http://movies.toptenreviews.com/list_western_1921.htm");
		addOption("year_1920", "Select a Genre", "", 1); //HEADER OPTION
				addOption("year_1920", "Action", "http://movies.toptenreviews.com/list_action_1920.htm");
				addOption("year_1920", "Adventure", "http://movies.toptenreviews.com/list_adventure_1920.htm");
				addOption("year_1920", "Animation", "http://movies.toptenreviews.com/list_animation_1920.htm");
				addOption("year_1920", "Biography", "http://movies.toptenreviews.com/list_biography_1920.htm");
				addOption("year_1920", "Christmas", "http://movies.toptenreviews.com/list_christmas_1920.htm");
				addOption("year_1920", "Comedy", "http://movies.toptenreviews.com/list_comedy_1920.htm");
				addOption("year_1920", "Crime", "http://movies.toptenreviews.com/list_crime_1920.htm");
				addOption("year_1920", "Disney", "http://movies.toptenreviews.com/list_disney_1920.htm");
				addOption("year_1920", "Documentary", "http://movies.toptenreviews.com/list_documentary_1920.htm");
				addOption("year_1920", "Drama", "http://movies.toptenreviews.com/list_drama_1920.htm");
				addOption("year_1920", "Family", "http://movies.toptenreviews.com/list_family_1920.htm");
				addOption("year_1920", "Fantasy", "http://movies.toptenreviews.com/list_fantasy_1920.htm");
				addOption("year_1920", "History", "http://movies.toptenreviews.com/list_history_1920.htm");
				addOption("year_1920", "Horror", "http://movies.toptenreviews.com/list_horror_1920.htm");
				addOption("year_1920", "Music", "http://movies.toptenreviews.com/list_music_1920.htm");
				addOption("year_1920", "Musical", "http://movies.toptenreviews.com/list_musical_1920.htm");
				addOption("year_1920", "Mystery", "http://movies.toptenreviews.com/list_mystery_1920.htm");
				addOption("year_1920", "Romance", "http://movies.toptenreviews.com/list_romance_1920.htm");
				addOption("year_1920", "SciFi", "http://movies.toptenreviews.com/list_scifi_1920.htm");
				addOption("year_1920", "Sports", "http://movies.toptenreviews.com/list_sports_1920.htm");
				addOption("year_1920", "Teen", "http://movies.toptenreviews.com/list_teen_1920.htm");
				addOption("year_1920", "Thriller", "http://movies.toptenreviews.com/list_thriller_1920.htm");
				addOption("year_1920", "War", "http://movies.toptenreviews.com/list_war_1920.htm");
				addOption("year_1920", "Western", "http://movies.toptenreviews.com/list_western_1920.htm");//Actors menu

addListGroup("chainedmenu2", "First-Select");
addOption("First-Select", "Select an Actor List", "", 1); //HEADER OPTION
addList("First-Select", "All Time", "", "alltime_actors");
addList("First-Select", "Genres", "", "actor_genres");
addList("First-Select", "Decade", "", "actor_decades");
addList("First-Select", "Actors Your Same Age", "", "actors_your_age");
addOption("alltime_actors", "Select an item", "", 1); //HEADER OPTION
addOption("alltime_actors", "All Time List", "http://movies.toptenreviews.com/actors/list_all_time_actor.htm"); //END OF THIS NODE
addOption("alltime_actors", "All Time Male Actors", "http://movies.toptenreviews.com/actors/list_all_time_male_actor.htm"); //END OF THIS NODE
addOption("alltime_actors", "All Time Female Actors", "http://movies.toptenreviews.com/actors/list_all_time_female_actor.htm");
	addOption("actor_genres", "Select a Genre", "", 1); //HEADER OPTION
		addOption("actor_genres", "Action", "http://movies.toptenreviews.com/actors/list_action_actor.htm");
		addOption("actor_genres", "Adventure", "http://movies.toptenreviews.com/actors/list_adventure_actor.htm");
		addOption("actor_genres", "Animation", "http://movies.toptenreviews.com/actors/list_animation_actor.htm");
		addOption("actor_genres", "Biography", "http://movies.toptenreviews.com/actors/list_biography_actor.htm");
		addOption("actor_genres", "Christmas", "http://movies.toptenreviews.com/actors/list_christmas_actor.htm");
		addOption("actor_genres", "Comedy", "http://movies.toptenreviews.com/actors/list_comedy_actor.htm");
		addOption("actor_genres", "Crime", "http://movies.toptenreviews.com/actors/list_crime_actor.htm");
		addOption("actor_genres", "Disney", "http://movies.toptenreviews.com/actors/list_disney_actor.htm");
		addOption("actor_genres", "Documentary", "http://movies.toptenreviews.com/actors/list_documentary_actor.htm");
		addOption("actor_genres", "Drama", "http://movies.toptenreviews.com/actors/list_drama_actor.htm");
		addOption("actor_genres", "Family", "http://movies.toptenreviews.com/actors/list_family_actor.htm");
		addOption("actor_genres", "Fantasy", "http://movies.toptenreviews.com/actors/list_fantasy_actor.htm");
		addOption("actor_genres", "History", "http://movies.toptenreviews.com/actors/list_history_actor.htm");
		addOption("actor_genres", "Horror", "http://movies.toptenreviews.com/actors/list_horror_actor.htm");
		addOption("actor_genres", "Music", "http://movies.toptenreviews.com/actors/list_music_actor.htm");
		addOption("actor_genres", "Musical", "http://movies.toptenreviews.com/actors/list_musical_actor.htm");
		addOption("actor_genres", "Mystery", "http://movies.toptenreviews.com/actors/list_mystery_actor.htm");
		addOption("actor_genres", "Romance", "http://movies.toptenreviews.com/actors/list_romance_actor.htm");
		addOption("actor_genres", "SciFi", "http://movies.toptenreviews.com/actors/list_scifi_actor.htm");
		addOption("actor_genres", "Sports", "http://movies.toptenreviews.com/actors/list_sports_actor.htm");
		addOption("actor_genres", "Teen", "http://movies.toptenreviews.com/actors/list_teen_actor.htm");
		addOption("actor_genres", "Thriller", "http://movies.toptenreviews.com/actors/list_thriller_actor.htm");
		addOption("actor_genres", "War", "http://movies.toptenreviews.com/actors/list_war_actor.htm");
		addOption("actor_genres", "Western", "http://movies.toptenreviews.com/actors/list_western_actor.htm");
	addOption("actor_decades", "Select a Decade", "", 1); //HEADER OPTION
		addOption("actor_decades", "2000s", "http://movies.toptenreviews.com/actors/list_d2000_actor.htm");
		addOption("actor_decades", "1990s", "http://movies.toptenreviews.com/actors/list_d1990_actor.htm");
		addOption("actor_decades", "1980s", "http://movies.toptenreviews.com/actors/list_d1980_actor.htm");
		addOption("actor_decades", "1970s", "http://movies.toptenreviews.com/actors/list_d1970_actor.htm");
		addOption("actor_decades", "1960s", "http://movies.toptenreviews.com/actors/list_d1960_actor.htm");
		addOption("actor_decades", "1950s", "http://movies.toptenreviews.com/actors/list_d1950_actor.htm");
		addOption("actor_decades", "1940s", "http://movies.toptenreviews.com/actors/list_d1940_actor.htm");
		addOption("actor_decades", "1930s", "http://movies.toptenreviews.com/actors/list_d1930_actor.htm");
		addOption("actor_decades", "1920s", "http://movies.toptenreviews.com/actors/list_d1920_actor.htm");
	addOption("actors_your_age", "Year of Birth", "", 1); //HEADER OPTION
		addOption("actors_your_age", "1997", "http://movies.toptenreviews.com/actors/list_1997_actor.htm");
		addOption("actors_your_age", "1996", "http://movies.toptenreviews.com/actors/list_1996_actor.htm");
		addOption("actors_your_age", "1995", "http://movies.toptenreviews.com/actors/list_1995_actor.htm");
		addOption("actors_your_age", "1994", "http://movies.toptenreviews.com/actors/list_1994_actor.htm");
		addOption("actors_your_age", "1993", "http://movies.toptenreviews.com/actors/list_1993_actor.htm");
		addOption("actors_your_age", "1992", "http://movies.toptenreviews.com/actors/list_1992_actor.htm");
		addOption("actors_your_age", "1991", "http://movies.toptenreviews.com/actors/list_1991_actor.htm");
		addOption("actors_your_age", "1990", "http://movies.toptenreviews.com/actors/list_1990_actor.htm");
		addOption("actors_your_age", "1989", "http://movies.toptenreviews.com/actors/list_1989_actor.htm");
		addOption("actors_your_age", "1988", "http://movies.toptenreviews.com/actors/list_1988_actor.htm");
		addOption("actors_your_age", "1987", "http://movies.toptenreviews.com/actors/list_1987_actor.htm");
		addOption("actors_your_age", "1986", "http://movies.toptenreviews.com/actors/list_1986_actor.htm");
		addOption("actors_your_age", "1985", "http://movies.toptenreviews.com/actors/list_1985_actor.htm");
		addOption("actors_your_age", "1984", "http://movies.toptenreviews.com/actors/list_1984_actor.htm");
		addOption("actors_your_age", "1983", "http://movies.toptenreviews.com/actors/list_1983_actor.htm");
		addOption("actors_your_age", "1982", "http://movies.toptenreviews.com/actors/list_1982_actor.htm");
		addOption("actors_your_age", "1981", "http://movies.toptenreviews.com/actors/list_1981_actor.htm");
		addOption("actors_your_age", "1980", "http://movies.toptenreviews.com/actors/list_1980_actor.htm");
		addOption("actors_your_age", "1979", "http://movies.toptenreviews.com/actors/list_1979_actor.htm");
		addOption("actors_your_age", "1978", "http://movies.toptenreviews.com/actors/list_1978_actor.htm");
		addOption("actors_your_age", "1977", "http://movies.toptenreviews.com/actors/list_1977_actor.htm");
		addOption("actors_your_age", "1976", "http://movies.toptenreviews.com/actors/list_1976_actor.htm");
		addOption("actors_your_age", "1975", "http://movies.toptenreviews.com/actors/list_1975_actor.htm");
		addOption("actors_your_age", "1974", "http://movies.toptenreviews.com/actors/list_1974_actor.htm");
		addOption("actors_your_age", "1973", "http://movies.toptenreviews.com/actors/list_1973_actor.htm");
		addOption("actors_your_age", "1972", "http://movies.toptenreviews.com/actors/list_1972_actor.htm");
		addOption("actors_your_age", "1971", "http://movies.toptenreviews.com/actors/list_1971_actor.htm");
		addOption("actors_your_age", "1970", "http://movies.toptenreviews.com/actors/list_1970_actor.htm");
		addOption("actors_your_age", "1969", "http://movies.toptenreviews.com/actors/list_1969_actor.htm");
		addOption("actors_your_age", "1968", "http://movies.toptenreviews.com/actors/list_1968_actor.htm");
		addOption("actors_your_age", "1967", "http://movies.toptenreviews.com/actors/list_1967_actor.htm");
		addOption("actors_your_age", "1966", "http://movies.toptenreviews.com/actors/list_1966_actor.htm");
		addOption("actors_your_age", "1965", "http://movies.toptenreviews.com/actors/list_1965_actor.htm");
		addOption("actors_your_age", "1964", "http://movies.toptenreviews.com/actors/list_1964_actor.htm");
		addOption("actors_your_age", "1963", "http://movies.toptenreviews.com/actors/list_1963_actor.htm");
		addOption("actors_your_age", "1962", "http://movies.toptenreviews.com/actors/list_1962_actor.htm");
		addOption("actors_your_age", "1961", "http://movies.toptenreviews.com/actors/list_1961_actor.htm");
		addOption("actors_your_age", "1960", "http://movies.toptenreviews.com/actors/list_1960_actor.htm");
		addOption("actors_your_age", "1959", "http://movies.toptenreviews.com/actors/list_1959_actor.htm");
		addOption("actors_your_age", "1958", "http://movies.toptenreviews.com/actors/list_1958_actor.htm");
		addOption("actors_your_age", "1957", "http://movies.toptenreviews.com/actors/list_1957_actor.htm");
		addOption("actors_your_age", "1956", "http://movies.toptenreviews.com/actors/list_1956_actor.htm");
		addOption("actors_your_age", "1955", "http://movies.toptenreviews.com/actors/list_1955_actor.htm");
		addOption("actors_your_age", "1954", "http://movies.toptenreviews.com/actors/list_1954_actor.htm");
		addOption("actors_your_age", "1953", "http://movies.toptenreviews.com/actors/list_1953_actor.htm");
		addOption("actors_your_age", "1952", "http://movies.toptenreviews.com/actors/list_1952_actor.htm");
		addOption("actors_your_age", "1951", "http://movies.toptenreviews.com/actors/list_1951_actor.htm");
		addOption("actors_your_age", "1950", "http://movies.toptenreviews.com/actors/list_1950_actor.htm");
		addOption("actors_your_age", "1949", "http://movies.toptenreviews.com/actors/list_1949_actor.htm");
		addOption("actors_your_age", "1948", "http://movies.toptenreviews.com/actors/list_1948_actor.htm");
		addOption("actors_your_age", "1947", "http://movies.toptenreviews.com/actors/list_1947_actor.htm");
		addOption("actors_your_age", "1946", "http://movies.toptenreviews.com/actors/list_1946_actor.htm");
		addOption("actors_your_age", "1945", "http://movies.toptenreviews.com/actors/list_1945_actor.htm");
		addOption("actors_your_age", "1944", "http://movies.toptenreviews.com/actors/list_1944_actor.htm");
		addOption("actors_your_age", "1943", "http://movies.toptenreviews.com/actors/list_1943_actor.htm");
		addOption("actors_your_age", "1942", "http://movies.toptenreviews.com/actors/list_1942_actor.htm");
		addOption("actors_your_age", "1941", "http://movies.toptenreviews.com/actors/list_1941_actor.htm");
		addOption("actors_your_age", "1940", "http://movies.toptenreviews.com/actors/list_1940_actor.htm");
		addOption("actors_your_age", "1939", "http://movies.toptenreviews.com/actors/list_1939_actor.htm");
		addOption("actors_your_age", "1938", "http://movies.toptenreviews.com/actors/list_1938_actor.htm");
		addOption("actors_your_age", "1937", "http://movies.toptenreviews.com/actors/list_1937_actor.htm");
		addOption("actors_your_age", "1936", "http://movies.toptenreviews.com/actors/list_1936_actor.htm");
		addOption("actors_your_age", "1935", "http://movies.toptenreviews.com/actors/list_1935_actor.htm");
		addOption("actors_your_age", "1934", "http://movies.toptenreviews.com/actors/list_1934_actor.htm");
		addOption("actors_your_age", "1933", "http://movies.toptenreviews.com/actors/list_1933_actor.htm");
		addOption("actors_your_age", "1932", "http://movies.toptenreviews.com/actors/list_1932_actor.htm");
		addOption("actors_your_age", "1931", "http://movies.toptenreviews.com/actors/list_1931_actor.htm");
		addOption("actors_your_age", "1930", "http://movies.toptenreviews.com/actors/list_1930_actor.htm");
		addOption("actors_your_age", "1929", "http://movies.toptenreviews.com/actors/list_1929_actor.htm");
		addOption("actors_your_age", "1928", "http://movies.toptenreviews.com/actors/list_1928_actor.htm");
		addOption("actors_your_age", "1927", "http://movies.toptenreviews.com/actors/list_1927_actor.htm");
		addOption("actors_your_age", "1926", "http://movies.toptenreviews.com/actors/list_1926_actor.htm");
		addOption("actors_your_age", "1925", "http://movies.toptenreviews.com/actors/list_1925_actor.htm");
		addOption("actors_your_age", "1924", "http://movies.toptenreviews.com/actors/list_1924_actor.htm");
		addOption("actors_your_age", "1923", "http://movies.toptenreviews.com/actors/list_1923_actor.htm");
		addOption("actors_your_age", "1922", "http://movies.toptenreviews.com/actors/list_1922_actor.htm");
		addOption("actors_your_age", "1921", "http://movies.toptenreviews.com/actors/list_1921_actor.htm");
		addOption("actors_your_age", "1920", "http://movies.toptenreviews.com/actors/list_1920_actor.htm");
		addOption("actors_your_age", "1919", "http://movies.toptenreviews.com/actors/list_1919_actor.htm");
		addOption("actors_your_age", "1918", "http://movies.toptenreviews.com/actors/list_1918_actor.htm");
		addOption("actors_your_age", "1917", "http://movies.toptenreviews.com/actors/list_1917_actor.htm");
		addOption("actors_your_age", "1916", "http://movies.toptenreviews.com/actors/list_1916_actor.htm");
		addOption("actors_your_age", "1915", "http://movies.toptenreviews.com/actors/list_1915_actor.htm");
		addOption("actors_your_age", "1914", "http://movies.toptenreviews.com/actors/list_1914_actor.htm");
		addOption("actors_your_age", "1913", "http://movies.toptenreviews.com/actors/list_1913_actor.htm");
		addOption("actors_your_age", "1912", "http://movies.toptenreviews.com/actors/list_1912_actor.htm");
		addOption("actors_your_age", "1911", "http://movies.toptenreviews.com/actors/list_1911_actor.htm");
		addOption("actors_your_age", "1910", "http://movies.toptenreviews.com/actors/list_1910_actor.htm");
		addOption("actors_your_age", "1909", "http://movies.toptenreviews.com/actors/list_1909_actor.htm");
		addOption("actors_your_age", "1908", "http://movies.toptenreviews.com/actors/list_1908_actor.htm");
		addOption("actors_your_age", "1907", "http://movies.toptenreviews.com/actors/list_1907_actor.htm");
		addOption("actors_your_age", "1906", "http://movies.toptenreviews.com/actors/list_1906_actor.htm");
		addOption("actors_your_age", "1905", "http://movies.toptenreviews.com/actors/list_1905_actor.htm");
		addOption("actors_your_age", "1904", "http://movies.toptenreviews.com/actors/list_1904_actor.htm");
		addOption("actors_your_age", "1903", "http://movies.toptenreviews.com/actors/list_1903_actor.htm");
		addOption("actors_your_age", "1902", "http://movies.toptenreviews.com/actors/list_1902_actor.htm");
		addOption("actors_your_age", "1901", "http://movies.toptenreviews.com/actors/list_1901_actor.htm");
		addOption("actors_your_age", "1900", "http://movies.toptenreviews.com/actors/list_1900_actor.htm");//Directos Menu

addListGroup("chainedmenu3", "First-Select");
addOption("First-Select", "Select a Director List", "", 1); //HEADER OPTION
addOption("First-Select", "All Time", "http://movies.toptenreviews.com/directors/list_all_time_director.htm"); //END OF THIS NODE
addList("First-Select", "Genres", "", "directors_genre");
addList("First-Select", "Decades", "", "director_decade");
	addOption("directors_genre", "Select a Genre", "", 1); //HEADER OPTION
		addOption("directors_genre", "Action", "http://movies.toptenreviews.com/directors/list_action_director.htm");
		addOption("directors_genre", "Adventure", "http://movies.toptenreviews.com/directors/list_adventure_director.htm");
		addOption("directors_genre", "Animation", "http://movies.toptenreviews.com/directors/list_animation_director.htm");
		addOption("directors_genre", "Biography", "http://movies.toptenreviews.com/directors/list_biography_director.htm");
		addOption("directors_genre", "Christmas", "http://movies.toptenreviews.com/directors/list_christmas_director.htm");
		addOption("directors_genre", "Comedy", "http://movies.toptenreviews.com/directors/list_comedy_director.htm");
		addOption("directors_genre", "Crime", "http://movies.toptenreviews.com/directors/list_crime_director.htm");
		addOption("directors_genre", "Disney", "http://movies.toptenreviews.com/directors/list_disney_director.htm");
		addOption("directors_genre", "Documentary", "http://movies.toptenreviews.com/directors/list_documentary_director.htm");
		addOption("directors_genre", "Drama", "http://movies.toptenreviews.com/directors/list_drama_director.htm");
		addOption("directors_genre", "Family", "http://movies.toptenreviews.com/directors/list_family_director.htm");
		addOption("directors_genre", "Fantasy", "http://movies.toptenreviews.com/directors/list_fantasy_director.htm");
		addOption("directors_genre", "History", "http://movies.toptenreviews.com/directors/list_history_director.htm");
		addOption("directors_genre", "Horror", "http://movies.toptenreviews.com/directors/list_horror_director.htm");
		addOption("directors_genre", "Music", "http://movies.toptenreviews.com/directors/list_music_director.htm");
		addOption("directors_genre", "Musical", "http://movies.toptenreviews.com/directors/list_musical_director.htm");
		addOption("directors_genre", "Mystery", "http://movies.toptenreviews.com/directors/list_mystery_director.htm");
		addOption("directors_genre", "Romance", "http://movies.toptenreviews.com/directors/list_romance_director.htm");
		addOption("directors_genre", "SciFi", "http://movies.toptenreviews.com/directors/list_scifi_director.htm");
		addOption("directors_genre", "Sports", "http://movies.toptenreviews.com/directors/list_sports_director.htm");
		addOption("directors_genre", "Teen", "http://movies.toptenreviews.com/directors/list_teen_director.htm");
		addOption("directors_genre", "Thriller", "http://movies.toptenreviews.com/directors/list_thriller_director.htm");
		addOption("directors_genre", "War", "http://movies.toptenreviews.com/directors/list_war_director.htm");
		addOption("directors_genre", "Western", "http://movies.toptenreviews.com/directors/list_western_director.htm");
	addOption("director_decade", "Select a Decade", "", 1); //HEADER OPTION
		addOption("director_decade", "2000s", "http://movies.toptenreviews.com/directors/list_d2000_director.htm");
		addOption("director_decade", "1990s", "http://movies.toptenreviews.com/directors/list_d1990_director.htm");
		addOption("director_decade", "1980s", "http://movies.toptenreviews.com/directors/list_d1980_director.htm");
		addOption("director_decade", "1970s", "http://movies.toptenreviews.com/directors/list_d1970_director.htm");
		addOption("director_decade", "1960s", "http://movies.toptenreviews.com/directors/list_d1960_director.htm");
		addOption("director_decade", "1950s", "http://movies.toptenreviews.com/directors/list_d1950_director.htm");
		addOption("director_decade", "1940s", "http://movies.toptenreviews.com/directors/list_d1940_director.htm");
		addOption("director_decade", "1930s", "http://movies.toptenreviews.com/directors/list_d1930_director.htm");
		addOption("director_decade", "1920s", "http://movies.toptenreviews.com/directors/list_d1920_director.htm");