var stat = new Array(13);
stat[0] = "There are approximately 90,000 homeless persons on any given night in Los Angeles County.";
stat[1] = "232,000 people are homeless over the course of one year in Los Angeles County.";
stat[2] = "Homeownership rate for the Los Angeles metropolitan area is only 37% compared with the national average of 68%.";
stat[3] = "A family earning minimum wage must work the equivalent of more than three full-time jobs to afford a two-bedroom apartment in Los Angeles at the current fair market rent, which is more than $1,500 per month.";
stat[4] = "Approximately 40 percent of low-income renters in Los Angeles spend at least half their monthly income on rent.";
stat[5] = "Two-thirds of all renters in Los Angeles cannot afford a two-bedroom apartment at fair market rate.";
stat[6] = "The median price of a single-family home in Los Angeles is approximately $525,000.";
stat[7] = "A family of four would need to earn nearly $100,000 per year to be able to purchase such a home in Los Angeles.";
stat[8] = "Only 13 percent of families in Los Angeles can afford to purchase a median-priced home.";
stat[9] = "There are approximately 372,000 overcrowded units in Los Angeles (more than one person per room), with 102,000 units defined as severely overcrowded (more than 1.5 persons per room).";
stat[10] = "The rate of overcrowding in Los Angeles is nearly 500 percent greater than the rate of overcrowding nationwide.";
stat[11] = "Los Angeles has enough emergency shelter beds to accommodate less than 6% of its homeless population.";
stat[12] = "Homeless families, which are typically headed by a single parent mother and have an average of two children, make up more than one-third of the homeless population in Los Angeles on a given night.";


now=new Date()
num=(now.getSeconds())%13
document.write('<p>'+stat[num]+'</p>')