// helpful links

var nr_of_things = 10;
var descr = new Array (nr_of_things)	
var lnk = new Array (nr_of_things)	
var dsp = new Array (nr_of_things)

descr[0] = "All Newspapers.com is an online media directory that offers links to newspapers, magazines, radio and television stations among other resources.";
descr[1] = "Babel Fish provides free language translations services.";
descr[2] = "Corporate Information provides quick, easy search capabilities and links to information about private and public companies around the world.";
descr[3] = "Deadline Online is a popular site among news reporters and producers for quickly finding information. The site lists various links to convenient sites on the Web.";
descr[4] = "Institute for Public Relations is an independent foundation in the field of public relations focusing on research and education.";
descr[5] = "Market Guide provides financial and background information on publicly traded companies.";
descr[6] = "Public Register's Annual Report Service provides free copies of annual reports from more than 3,600 public companies.";
descr[7] = "Thomas Register is the most comprehensive online resource for finding companies and products manufactured in North America.";		
descr[8] = "Search for any U. S. Congressmen by state, name or zip code.";		
descr[9] = "Wayback Machine is a database containing historical screenshots of Web sites to help find Web pages, such as articles, that no longer exist.";
descr[10] = "Wordsmyth is a language reference source that meshes the functions of a dictionary and a thesaurus with powerful and flexible search capabilities.";		

lnk[0] = "www.allnewspapers.com";	
lnk[1] = "babelfish.altavista.com";	
lnk[2] = "www.corporateinformation.com";	
lnk[3] = "www.deadlineonline.com";	
lnk[4] = "www.instituteforpr.com";	
lnk[5] = "www.marketguide.com";						
lnk[6] = "www.prars.com";	
lnk[7] = "www.thomasregister.com";	
lnk[8] = "www.house.gov/house/MemberWWW.html";	
lnk[9] = "www.archive.org";	
lnk[10] = "www.wordsmyth.net";	

dsp[0] = "";
dsp[1] = "";
dsp[2] = "";
dsp[3] = "";
dsp[4] = "";
dsp[5] = "";
dsp[6] = "";
dsp[7] = "";
dsp[8] = "";
dsp[9] = "";
dsp[10] = "";
