
	var r_text = new Array ();
	r_text[0] = "Corporations provide limited liability protection to its owners.<br>The owners are not personally responsible for the debts and liabilities of the business.";
	r_text[1] = "The internal operations of Delaware corporations and LLCs are governed by Delaware law.<br>Delaware's litigation system has been rated #1 of all 50 states in the past seven years.";
	r_text[2] = "Creditors are no longer entitled to other legal and equitable rights to attach assets.<br>Assignees are also bound by the operating agreement even if they did not sign it.";
	r_text[3] = "Delaware’s business law is one of the most flexible in the country.<br>The Court of Chancery focuses solely on business law and uses judges instead of juries.";
	r_text[4] = "Today about 500 descendants of the original Nanticoke Indians reside in Delaware.<br>They celebrate their heritage each September with the Nanticoke Indian Pow Wow.";
	r_text[5] = "There is no income tax for corporations formed in Delaware but that do not transact business there.<br>There is a franchise tax, however.";
	r_text[6] = "The taxation requirements are often favorable to companies with complex capitalization structures.<br>That's similar for companies with a large number of authorized shares of stock.";
	r_text[7] = "Delaware was the first state to ratify the United States constitution.<br>It did so on December 7, 1787.";
	r_text[8] = "Shareholders, directors and officers of a corporation need not be residents of Delaware.<br>There is no personal income tax in Delaware for non residents.";
	r_text[9] = "In total area Delaware ranks 49th in the nation. It contains 1,982 square miles.<br>It is 96 miles long and varies from 9 to 35 miles in width.";
	r_text[10] = "Ebright Road in New Castle County is the highest state elevation at 442 feet above sea level.<br>The lowest elevation is along the coast at sea level.";
	r_text[11] = "The American holly is the official state tree.<br>The tree can reach a maximum of 60 feet in height and a trunk diameter of 20 inches.";
	r_text[12] = "The Du Pont Laboratories first produced nylon at its plant in Seaford.<br>This earned the town the distinction of being the Nylon Capital of the World.";
	r_text[13] = "The Du Pont Highway was completed in 1924 and runs the entire length of the state.<br>Built by T. Coleman Du Pont at no cost to taxpayers, the road benefited farmers and merchants.";
	r_text[14] = "Delaware Memorial Bridge was built at a cost of $44 million to connect Delaware and New Jersey.<br>When the bridge opened in 1951, it was named the most beautiful large steel span.";
	r_text[15] = "Delaware originally was part of the Pennsylvania colony before launching on its own.<br>It was the first state to ratify the U.S. Constitution on Dec. 7, 1787.";
	r_text[16] = "The famous Dupont family is from Delaware.<br>Their economic success story began with the production of gunpowder near Wilmington in 1802.";
	r_text[17] = "Delaware has only three counties, the fewest of any state.<br>The smallest state, Rhode Island, has five counties.";
	r_text[18] = "Delaware based corporations account for more than half of the Fortune 500 companies.<br>More than 300,000 companies are incorporated in Delaware.";
	r_text[19] = "The state has 2500 working farms, they have an average of 228 acres each.<br>Their leading crop is soybeans, used largely for chicken feed.";
	r_text[20] = "The official state seal contains seven symbols of Delaware life and history.<br>Wheat, corn, an ox, water, a ship, a farmer and a militiaman.";
	r_text[21] = "Delaware is a major corporate and financial center, much of it in Wilmington.<br>Nevertheless agriculture continues to be the state’s primary industry.";
	r_text[22] = "Delaware was the first state to universally use electronic voting machines.<br>They were first used during the November 1996 elections.";
	r_text[23] = "The Delaware state takes its name from Thomas West, 3rd Baron De La Warr.<br>He was a British nobleman and Virginia's first colonial governor.";
	r_text[24] = "Delaware is located in the eastern section of the Delmarva Peninsula.<br>It is the second smallest state (after Rhode Island).";
	r_text[25] = "2007 estimates place the population of Delaware ranking 45th in the nation.<br>But 6th in population density, with more than 60% of the population in New Castle County.";
	r_text[26] = "The gross state product of Delaware in 2003 was $49 billion.<br>The per capita personal income was $34,199 ranking Delaware 9th in the nation.";
	var i = Math.floor(27*Math.random())
	document.write(r_text[i]);
