function text(){
};

text = new text();
number = 0;

// textArray
text[number++] = "The majority of women work because of economic need. In May 1986, two-thirds of working mothers with children at home said that they worked to support their family. Over half of all working women worked to support their family and/or themselves."
text[number++] = "In 1992, 44% of women in the labor force were the sole supporters of their households: single (24%), divorced (12%), widowed (4%), or separated (4%)."
text[number++] = "The urgent need for women to have access to high-wage jobs is demonstrated by the fact that nearly 45% of all family households maintained by women lived in poverty in 1990."
text[number++] = "Women workers are concentrated in traditionally female occupations. In 1994, women represented 78.9% of all administrative support (including clerical) workers and 66.1% of all retail and personal services workers, but only 9.3% of all precision production, craft, and repair workers."
text[number++] = "As of 1990, women workers represented only 7.2% of all apprentices."
text[number++] = "Jobs in which men are traditionally employed typically pay 30% more than traditionally female jobs."
text[number++] = "Two common traditional jobs for women - data entry clerk and secretary - pay $344 and $373 a week, respectively. Mechanics and repairers, jobs predominately held by men, earn an average of $523 per week."
text[number++] = "Overall, women workers in 1991 were paid $6.77 an hour compared with $8.73 per hour for men, or just 77.5% of what men earned. Full-time year-round annual earnings of women were less than 70% of men's earnings, due in part to the concentration of women in low-wage work."
text[number++] = "Many jobs now thought to be nontraditional for women have been performed by women in the past. Throughout history, women have done heavy labor on the farm and in the fields alongside men."
text[number++] = "During World War II, over 6 million women entered the labor force to build ships and airplanes and make factory goods. These jobs are currently considered nontraditional only because women are underrepresented in them at the present time."
text[number++] = "The strength requirements for nontraditional jobs are often exaggerated. Many nontraditional jobs are less physically demanding than housework, and many traditional women's jobs, such as nursing and waitressing, are just as physically demanding as some nontraditional jobs."
text[number++] = "The Occupational Safety and Health Administration (OSHA) requires that special equipment be provided for every heavy job regardless of whether it is being performed by a man or a woman. And mechanization continues to decrease the level of physical strength demanded by many jobs."
text[number++] = "While the average man is stronger than the average woman, some women are stronger than some men. In addition, women can develop both upper-body and lower-body strength with training."
text[number++] = "In 1994, women accounted for 46% of the total labor force."
text[number++] = "Nearly two-thirds of all women aged 16 and over were in the labor force in 1991."
text[number++] = "Women accounted for 62% of total labor force growth between 1980 and 1991, and two out of every three workers entering the labor force between 1990 and 2005 will be women and people of color."
text[number++] = "The majority of women work because of economic necessity, and the higher wages offered by nontraditional jobs better enable women to support themselves and their families."
text[number++] = "Many women enjoy working with their hands and working outdoors. They take great pride in knowing that they have helped to build or create something. As a result, researchers have found that most tradeswomen have a high degree of job satisfaction."
text[number++] = "A woman can earn 150% more in her lifetime if she chooses a nontraditional occupation versus a traditional occupation."
increment = Math.floor(Math.random() * number);

document.write(text[increment]);
