function fwLoadMenus() {
	if (window.fw_menu_0) return;

//Menu: label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh

	var fclr	= "#000000";	//font color
	var fhclr	= "#000000";	//font hilite color
	var bg		= "#E7E7E7";	//background color
	var bgh		= "#CCCCCC";	//background hilite color
	
//news col sub
	window.fw_menu_0_1 = new Menu("Columnists",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_0_1.addMenuItem("Bill Kirby","location='http://augustachronicle.com/kirby'");
	fw_menu_0_1.addMenuItem("Glynn Moore","location='http://augustachronicle.com/moore'");
	fw_menu_0_1.addMenuItem("Bill Shipp","location='http://www.billshipp.com'");
	fw_menu_0_1.hideOnMouseOut=true;
    
//news main    	
	window.fw_menu_0 = new Menu("root",125,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_0.addMenuItem("News Page","location='http://augustachronicle.com/news'");
	fw_menu_0.addMenuItem("Local (Metro)","location='http://augustachronicle.com/metro'");
	fw_menu_0.addMenuItem("National","location='http://augustachronicle.com/national'");
	fw_menu_0.addMenuItem("World","location='http://augustachronicle.com/world'");
	fw_menu_0.addMenuItem("Obituaries","location='http://augustachronicle.com/obits'");
	fw_menu_0.addMenuItem("Opinion","location='http://augustachronicle.com/opinion'");
	fw_menu_0.addMenuItem("Weather","location='http://augustachronicle.com/weather'");
	fw_menu_0.addMenuItem("Politics","location='http://augustachronicle.com/politics'");
	fw_menu_0.addMenuItem("Bizarre","location='http://augustachronicle.com/bizarre'");
	fw_menu_0.addMenuItem("Daily Archive","location='http://augustachronicle.com/archive'");
	fw_menu_0.addMenuItem("Most Wanted","location='http://augustachronicle.com/mostwanted'");
    fw_menu_0.addMenuItem(fw_menu_0_1,"location='http://augustachronicle.com/news_col'");
	fw_menu_0.fontWeight="normal";
	fw_menu_0.hideOnMouseOut=true;
    fw_menu_0.childMenuIcon="http://augustachronicle.com/images/v4/arrows.gif";

//baseball sub
    window.fw_menu_1_1 = new Menu("Baseball",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_1.addMenuItem("Braves","location='http://augustachronicle.com/sports/braves'");
    fw_menu_1_1.addMenuItem("Green Jackets","location='http://augustachronicle.com/sports/gjax'");
    fw_menu_1_1.addMenuItem("MLB","location='http://augustachronicle.com/sports/baseball'");
    fw_menu_1_1.hideOnMouseOut=true;
//basketball sub
    window.fw_menu_1_2 = new Menu("Basketball",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_2.addMenuItem("Prep Basketball","location='http://augustachronicle.com/sports/prep_basketball'");
    fw_menu_1_2.addMenuItem("College Basketball","location='http://augustachronicle.com/sports/ncaa_basketball'");
    fw_menu_1_2.addMenuItem("NBA","location='http://augustachronicle.com/sports/nba'");
    fw_menu_1_2.hideOnMouseOut=true;
//football sub
    window.fw_menu_1_3 = new Menu("Football",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_3.addMenuItem("Prep Football","location='http://augustachronicle.com/sports/highschool'");
    fw_menu_1_3.addMenuItem("College Football","location='http://augustachronicle.com/sports/college'");
    fw_menu_1_3.addMenuItem("NFL","location='http://augustachronicle.com/sports/pro'");
    fw_menu_1_3.hideOnMouseOut=true;
//golf sub
    window.fw_menu_1_4 = new Menu("Golf",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);	
    fw_menu_1_4.addMenuItem("Complete Coverage","location='http://augustachronicle.com/sports/golf'");
    fw_menu_1_4.addMenuItem("Golfing News","location='http://golfnews.augustachronicle.com'");
    fw_menu_1_4.addMenuItem("The Masters","location='http://www.augustagolf.com'");
    fw_menu_1_4.hideOnMouseOut=true;
//hockey sub
    window.fw_menu_1_5 = new Menu("Hockey",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_5.addMenuItem("Augusta Lynx","location='http://augustachronicle.com/sports/lynx'");	
    fw_menu_1_5.addMenuItem("NHL","location='http://augustachronicle.com/sports/hockey'");
    fw_menu_1_5.hideOnMouseOut=true;
//college sub
    window.fw_menu_1_6 = new Menu("College",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_6.addMenuItem("UGA","location='http://augustachronicle.com/sports/uga'");
    fw_menu_1_6.addMenuItem("USC","location='http://augustachronicle.com/sports/usc'");
    fw_menu_1_6.addMenuItem("Georgia Tech","location='http://augustachronicle.com/sports/gatech'");
    fw_menu_1_6.addMenuItem("Clemson","location='http://augustachronicle.com/sports/clemson'");
    fw_menu_1_6.addMenuItem("Georgia Southern","location='http://augustachronicle.com/sports/gasouthern'");
    fw_menu_1_6.hideOnMouseOut=true;
//autoracing sub
    window.fw_menu_1_7 = new Menu("Auto Racing",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_7.addMenuItem("Nascar","location='http://augustachronicle.com/sports/nascar'");
	fw_menu_1_7.hideOnMouseOut=true;
//other sports sub
    window.fw_menu_1_8 = new Menu("Other Sports",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_8.addMenuItem("Fishing","location='http://augustachronicle.com/sports/fishing'");
    fw_menu_1_8.addMenuItem("Other Sports","location='http://augustachronicle.com/sports/othersports'");
//    fw_menu_1_8.addMenuItem("Futurity","location='http://augustachronicle.com/sports/futurity'");
//    fw_menu_1_8.addMenuItem("Georgia Games","location='http://augustachronicle.com/sports/games'");
    fw_menu_1_8.addMenuItem("Outdoor Sports","location='http://augustachronicle.com/sports/outdoors'");
    fw_menu_1_8.hideOnMouseOut=true;
//sports col sub
    window.fw_menu_1_9 = new Menu("Columnists",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_1_9.addMenuItem("Scott Michaux","location='http://augustachronicle.com/sports/michaux'");
    fw_menu_1_9.addMenuItem("Rob Mueller","location='http://augustachronicle.com/sports/mueller'");
    fw_menu_1_9.addMenuItem("Robert Pavey","location='http://augustachronicle.com/sports/pavey'");
    fw_menu_1_9.addMenuItem("David Westin","location='http://augustachronicle.com/sports/westin'");
    fw_menu_1_9.hideOnMouseOut=true;

//sports main
	window.fw_menu_1 = new Menu("root",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_1.addMenuItem("Sports Page","location='http://augustachronicle.com/sports'");
	fw_menu_1.addMenuItem(fw_menu_1_1,"location='http://augustachronicle.com/sports/baseball_ss'");
	fw_menu_1.addMenuItem(fw_menu_1_2,"location='http://augustachronicle.com/sports/basketball_ss'");
	fw_menu_1.addMenuItem(fw_menu_1_3,"location='http://augustachronicle.com/sports/football'");
	fw_menu_1.addMenuItem(fw_menu_1_4,"location='http://augustachronicle.com/sports/golf'");
	fw_menu_1.addMenuItem(fw_menu_1_5,"location='http://augustachronicle.com/sports/hockey'");
	fw_menu_1.addMenuItem(fw_menu_1_6,"location='http://augustachronicle.com/sports/college_ss'");
	fw_menu_1.addMenuItem("Auto Racing","location='http://augustachronicle.com/sports/nascar'"); 
	fw_menu_1.addMenuItem(fw_menu_1_8,"location='http://augustachronicle.com/sports/othersports_ss'");
	fw_menu_1.addMenuItem(fw_menu_1_9,"location='http://augustachronicle.com/sports/sports_col'");
	fw_menu_1.fontWeight="normal";  
	fw_menu_1.hideOnMouseOut=true;
	fw_menu_1.childMenuIcon="http://augustachronicle.com/images/v4/arrows.gif";

//business main
	window.fw_menu_2 = new Menu("root",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_2.addMenuItem("Business Page","location='http://augustachronicle.com/business_ss/'");
	fw_menu_2.addMenuItem("Business News","location='http://augustachronicle.com/business/'");
	fw_menu_2.addMenuItem("Financial Markets","location='http://augustachronicle.com/stocks'");
//	fw_menu_2.addMenuItem("Industries","location='http://augustachronicle.com/industries'");
	fw_menu_2.addMenuItem("Personal Finance","location='http://augustachronicle.com/finance'");
	fw_menu_2.addMenuItem("Technology","location='http://augustachronicle.com/technology'");
	fw_menu_2.fontWeight="normal";
	fw_menu_2.hideOnMouseOut=true;
  
//entertainment col sub
   	window.fw_menu_3_1 = new Menu("Columnists",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
   	fw_menu_3_1.addMenuItem("Ramblin Rhodes","location='http://augustachronicle.com/rhodes'");
   	fw_menu_3_1.addMenuItem("Steven Uhles","location='http://augustachronicle.com/uhles'");
   	fw_menu_3_1.hideOnMouseOut=true;  

//entertainment main
	window.fw_menu_3 = new Menu("root",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_3.addMenuItem("Entertainment Page","location='http://augustachronicle.com/entertainment_ss'");	
    fw_menu_3.addMenuItem("Entertainment News","location='http://augustachronicle.com/entertainment'");	
	fw_menu_3.addMenuItem("Arts(Applause)","location='http://augustachronicle.com/arts'");
	fw_menu_3.addMenuItem("Movies(Applause)","location='http://augustachronicle.com/movies'");
	fw_menu_3.addMenuItem("Music(Applause)","location='http://augustachronicle.com/music'");
	fw_menu_3.addMenuItem("Forums","location='http://augustachronicle.com/forums'");
	fw_menu_3.addMenuItem("Lottery","location='http://augustachronicle.com/lottery'");
	fw_menu_3.addMenuItem("TV","location='http://augustachronicle.com/television'");
	fw_menu_3.addMenuItem("Calendars","location='http://augusta.com/calendar'");
    fw_menu_3.addMenuItem(fw_menu_3_1,"location='http://augustachronicle.com/entertain_col'");
	fw_menu_3.fontWeight="normal";
	fw_menu_3.hideOnMouseOut=true;
    fw_menu_3.childMenuIcon="http://augustachronicle.com/images/v4/arrows.gif";

//living col sub
   	window.fw_menu_4_1 = new Menu("Columnists",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
   	fw_menu_4_1.addMenuItem("Karin Calloway","location='http://augustachronicle.com/karin'");
   	fw_menu_4_1.hideOnMouseOut=true;

//living main
	window.fw_menu_4 = new Menu("root",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_4.addMenuItem("Living Page","location='http://augustachronicle.com/living_ss'");
    fw_menu_4.addMenuItem("Living News","location='http://augustachronicle.com/living'");
	fw_menu_4.addMenuItem("Food","location='http://augustachronicle.com/food'");
	fw_menu_4.addMenuItem("Health","location='http://augustachronicle.com/health'");
	fw_menu_4.addMenuItem("Births","location='http://augustachronicle.com/births'");
	fw_menu_4.addMenuItem("Religion","location='http://augustachronicle.com/religion'");
	fw_menu_4.addMenuItem("Gardening","location='http://augustachronicle.com/gardening'");
	fw_menu_4.addMenuItem("Teen (Xtreme)","location='http://augustachronicle.com/xtreme'");	
	fw_menu_4.addMenuItem("Engagements","location='http://augusta.perfectwhitedress.com/announcements.shtml'");
	fw_menu_4.addMenuItem("Weddings","location='http://augustachronicle.com/weddings/'");
    fw_menu_4.addMenuItem(fw_menu_4_1,"location='http://augustachronicle.com/living_col'");	
	fw_menu_4.fontWeight="normal";
	fw_menu_4.hideOnMouseOut=true;
    fw_menu_4.childMenuIcon="http://augustachronicle.com/images/v4/arrows.gif";

//class main
	window.fw_menu_5 = new Menu("root",125,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
    fw_menu_5.addMenuItem("Classifieds Page","location='http://augustachronicle.com/classifieds'");
	fw_menu_5.addMenuItem("Automotive","location='http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=TRANSPORTATION&temp_type=search'");
	fw_menu_5.addMenuItem("Employment","location='http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=EMPLOYMENT&temp_type=search'");
	fw_menu_5.addMenuItem("Real Estate - Sale","location='http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=REAL%20ESTATE%20FOR%20SALE&temp_type=search'");
	fw_menu_5.addMenuItem("Real Estate - Rent","location='http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=REAL%20ESTATE%20FOR%20RENT&temp_type=search'");
    fw_menu_5.addMenuItem("Apartments","location='http://csraapartmentfinder.com'");
	fw_menu_5.fontWeight="normal";
	fw_menu_5.hideOnMouseOut=true;

	fw_menu_5.writeMenus();
} // fwLoadMenus()

	function indE(url, name)
	{
		this.url = url
		this.name = name
	}

	function a_to_z_index()
	{
		var az = new Array();
		az[0] = new indE('#', '---A-Z Index---');
		az[az.length] = new indE('http://augustachronicle.com/adrates', 'Advertise');
		az[az.length] = new indE('http://augustachronicle.com/applause', 'Applause');
		az[az.length] = new indE('http://augustachronicle.com/archive', 'Archive');
		az[az.length] = new indE('http://augustachronicle.com/arts', 'Arts');
		az[az.length] = new indE('http://augustachronicle.com/tubman', 'Augusta to Africa');
		az[az.length] = new indE('http://augustaautos.com', 'Augusta Autos');
		az[az.length] = new indE('http://augustachronicle.com/sports/nascar', 'Auto Racing');
		az[az.length] = new indE('http://augustachronicle.com/births', 'Births');
		az[az.length] = new indE('http://augustachronicle.com/bizarre', 'Bizarre News');
		az[az.length] = new indE('http://augustachronicle.com/sports/baseball_ss', 'Baseball');
		az[az.length] = new indE('http://augustachronicle.com/sports/basketball', 'Basketball');
		az[az.length] = new indE('http://augustachronicle.com/sports/ncaa_basketball', 'Basketball NCAA');
		az[az.length] = new indE('http://augustachronicle.com/sports/prep_basketball', 'Basketball Prep');
		az[az.length] = new indE('http://augustachronicle.com/sports/nba', 'Basketball Pro');
		az[az.length] = new indE('http://augustachronicle.com/sports/braves', 'Braves');
		az[az.length] = new indE('http://augustachronicle.com/email/breaking_news.shtml', 'Breaking News');
		az[az.length] = new indE('http://augustachronicle.com/business', 'Business');
		az[az.length] = new indE('http://augusta.com/calendar', 'Calendars');
		az[az.length] = new indE('http://augustachronicle.com/karin', 'Calloway, K.');
		az[az.length] = new indE('http://augustachronicle.com/carpenter', 'Carpenter Case');
		az[az.length] = new indE('http://augustachronicle.com/circulation', 'Circulation');
		az[az.length] = new indE('http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=classifieds&temp_type=toc', 'Classifieds');
		az[az.length] = new indE('http://augustachronicle.com/sports/clemson', 'Clemson Sports');
		az[az.length] = new indE('http://augustachronicle.com/sports/college_ss', 'College Sports');
		az[az.length] = new indE('http://augustachronicle.com/columnists', 'Columnists');
		az[az.length] = new indE('http://augustachronicle.com/email/newform2.shtml', 'Daily Headlines');
		az[az.length] = new indE('http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=classifieds&temp_type=toc', 'Employment');
		az[az.length] = new indE('http://augusta.perfectwhitedress.com/announcements.shtml', 'Engagements');
		az[az.length] = new indE('http://augustachronicle.com/entertainment', 'Entertainment');
		az[az.length] = new indE('http://augustachronicle.com/entertain_col', 'Entertain Col.');
		az[az.length] = new indE('http://augustachronicle.com/family', 'Family Chron.');
		az[az.length] = new indE('http://augustachronicle.com/stocks', 'Finance Markets');
		az[az.length] = new indE('http://augustachronicle.com/flooding', 'Flooding');
		az[az.length] = new indE('http://augustachronicle.com/food', 'Food');
		az[az.length] = new indE('http://augustachronicle.com/sports/football', 'Football');
		az[az.length] = new indE('http://augustachronicle.com/sports/college', 'Football NCAA');
		az[az.length] = new indE('http://augustachronicle.com/sports/highschool', 'Football Prep');
		az[az.length] = new indE('http://augustachronicle.com/sports/pro', 'Football Pro');
		az[az.length] = new indE('http://augustachronicle.com/forums', 'Forums');
		az[az.length] = new indE('http://augustachronicle.com/sports/futurity', 'Futurity');
		az[az.length] = new indE('http://augustachronicle.com/gardening', 'Gardening');
		az[az.length] = new indE('http://augustachronicle.com/sports/gasouthern', 'Ga. Southern');
		az[az.length] = new indE('http://augustachronicle.com/sports/gatech', 'GaTech Sports');
		az[az.length] = new indE('http://augustachronicle.com/sports/golf', 'Golf');
		az[az.length] = new indE('http://augustachronicle.com/grandjury', 'Grand Jury');
		az[az.length] = new indE('http://augustachronicle.com/sports/gjax', 'GreenJackets');
		az[az.length] = new indE('http://augustachronicle.com/health', 'Health');
		az[az.length] = new indE('http://augustachronicle.com/help', 'Help (FAQ)');
		az[az.length] = new indE('http://augustachronicle.com/sports/hockey_ss', 'Hockey');
		az[az.length] = new indE('http://augustachronicle.com/holtcase', 'Holt Case');
		az[az.length] = new indE('http://augustachronicle.com', 'Home Page');
		az[az.length] = new indE('http://augustachronicle.com/iraq', 'Iraq');
		az[az.length] = new indE('http://augustachronicle.com/JamesBrown', 'James Brown');
		az[az.length] = new indE('http://augustachronicle.com/kirby', 'Kirby, B.');
		az[az.length] = new indE('http://augustachronicle.com/sports/outdoors/lake_levels.shtml', 'Lake Levels');
		az[az.length] = new indE('http://augustachronicle.com/living', 'Living');
		az[az.length] = new indE('http://augustachronicle.com/living_col', 'Living Col.');
		az[az.length] = new indE('http://augustachronicle.com/metro', 'Local News');
		az[az.length] = new indE('http://augustachronicle.com/lottery', 'Lottery');
		az[az.length] = new indE('http://augustachronicle.com/sports/lynx', 'Lynx');
		az[az.length] = new indE('http://augustachronicle.com/sports/marchmadness', 'March Madness');
		az[az.length] = new indE('http://augustachronicle.com/mckee', 'McKee, R.');
		az[az.length] = new indE('http://augustachronicle.com/metro', 'Metro News');
		az[az.length] = new indE('http://augustachronicle.com/sports/michaux', 'Michaux, S.');
		az[az.length] = new indE('http://augustachronicle.com/mostwanted', 'Most Wanted');
		az[az.length] = new indE('http://augustachronicle.com/moore', 'Moore, G.');
		az[az.length] = new indE('http://augustachronicle.com/movies', 'Movies');
		az[az.length] = new indE('http://augustachronicle.com/music', 'Music');
		az[az.length] = new indE('http://augustachronicle.com/sports/mueller', 'Mueller, R.');
		az[az.length] = new indE('http://augustachronicle.com/national', 'National News');
		az[az.length] = new indE('http://augustachronicle.com/news', 'News');
		az[az.length] = new indE('http://augustachronicle.com/email/breaking_news.shtml', 'News Updates');
		az[az.length] = new indE('http://augustachronicle.com/nie/', 'NIE');		
		az[az.length] = new indE('http://augustachronicle.com/sports/hockey', 'NHL Hockey');
		az[az.length] = new indE('http://augustachronicle.com/obits', 'Obituaries');
		az[az.length] = new indE('http://augustachronicle.com/sports/olympics', 'Olympics');
		az[az.length] = new indE('http://augustachronicle.com/opinion', 'Opinion');
		az[az.length] = new indE('http://augustachronicle.com/sports/othersports_ss', 'Other Sports');
		az[az.length] = new indE('http://augustachronicle.com/sports/outdoors', 'Outdoors');
		az[az.length] = new indE('http://augustachronicle.com/sports/pavey', 'Pavey, R.');
		az[az.length] = new indE('http://augustachronicle.com/PalmPilot', 'PDA/Palmliot');
		az[az.length] = new indE('http://augustachronicle.com/finance', 'Person. Finance');
		az[az.length] = new indE('http://augustachronicle.com/photos', 'Photos');
		az[az.length] = new indE('http://augustachronicle.com/politics', 'Politics');
		az[az.length] = new indE('http://augustarealestate.com', 'Real Estate');
		az[az.length] = new indE('http://augustachronicle.com/karin', 'Quick Cooking');
		az[az.length] = new indE('http://augustachronicle.com/religion', 'Religion');
		az[az.length] = new indE('http://augustachronicle.com/survey', 'Reporter Survey');
		az[az.length] = new indE('http://augustachronicle.com/rhodes', 'Rhodes, R.');
		az[az.length] = new indE('http://www.billshipp.com', 'Shipp, B.');
		az[az.length] = new indE('http://augustachronicle.com/site_search', 'Search');
		az[az.length] = new indE('http://augustachronicle.com/slayings', 'Serial Slayings');
		az[az.length] = new indE('http://augustachronicle.com/srvices', 'Services');
		az[az.length] = new indE('http://augustachronicle.com/sts107', 'Space Shuttle');
		az[az.length] = new indE('http://augustachronicle.com/special', 'Special Sections');
		az[az.length] = new indE('http://augustachronicle.com/sports', 'Sports');
		az[az.length] = new indE('http://augustachronicle.com/sports/sports_col', 'Sports Col.');
		az[az.length] = new indE('http://augustachronicle.com/staff', 'Staff');
		az[az.length] = new indE('http://augustachronicle.com/taxtips', 'Tax Tips');
		az[az.length] = new indE('http://augustachronicle.com/technology', 'Technology');
		az[az.length] = new indE('http://augustachronicle.com/xtreme', 'Teen (Xtreme)');
		az[az.length] = new indE('http://augustachronicle.com/photos', 'Today\'s Photos');
		az[az.length] = new indE('http://augustachronicle.com/television', 'TV');
		az[az.length] = new indE('http://classifieds.augustachronicle.com/classifieds-bin/classifieds?classification=classifieds&temp_type=toc', 'Transportation ');
		az[az.length] = new indE('http://augustachronicle.com/sports/uga', 'UGA Sports');
		az[az.length] = new indE('http://augustachronicle.com/uhles', 'Uhles, S.');
		az[az.length] = new indE('http://augustachronicle.com/sports/usc', 'USC Sports');
		az[az.length] = new indE('http://augustachronicle.com/virtual_paperboy', 'Paperboy');
		az[az.length] = new indE('http://augustachronicle.com/weddings/', 'Weddings');
		az[az.length] = new indE('http://augustachronicle.com/weather', 'Weather');
		az[az.length] = new indE('http://augustachronicle.com/PCS', 'Web Phone');
		az[az.length] = new indE('http://augustachronicle.com/sports/westin', 'Westin, D.');
		az[az.length] = new indE('http://augustachronicle.com/world', 'World News');
		for (i = 0; i < az.length; i++)
			document.write('          			<option value="' + az[i].url + '">' + az[i].name);
	}