var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jones, Hopkins ready for long-awaited rematch - Fresno Bee
"; arnews[0] += "Bernard Hopkins, Roy Jones Jr. set for rematch Seventeen years after their first fight, Bernard Hopkins will meet Roy Jones Jr. in a rematch in April in Las Vegas. The 45-year-old Hopkins (50-5-1, 32 KOs) is a former middleweight and light ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:29:00 GMT"; arnews[0] += "
"; arnews[1]="Most European Stocks Gain; National Bank of Greece, Swatch Rise - BusinessWeek
"; arnews[1] += "By Sarah Jones Feb. 9 (Bloomberg) -- Most European stocks advanced as investors speculated the European Union will assist Greece in tackling its budget deficit and Swatch Group AG posted better- than-estimated earnings, overshadowing a decline by UBS ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:26:00 GMT"; arnews[1] += "
"; arnews[2]="Elmira teens collect jeans in benefit drive - Star-Gazette
"; arnews[2] += "At Southside, the effort is being organized by students in Sarah Jones' Service Learning class. Students who bring jeans to the boys' varsity basketball game at Southside tonight against Corning East will receive free admission to the game."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 14:25:00 GMT"; arnews[2] += "
"; arnews[3]="U.S. Stock-Index Futures Retreat Amid Sovereign Debt Concern - Bloomberg
"; arnews[3] += "To contact the reporters on this story: Sarah Jones at sjones35@bloomberg.net ."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 11:34:00 GMT"; arnews[3] += "
"; arnews[4]="Feb. 3 About people - Nevada Iowa Journal
"; arnews[4] += "Lisa Balvanz, of Ames; Sarah Jones, Kristina Jones and Molly Lumley, all of Boone; Elyse Erickson, of Huxley; Amy Onstot, of Madrid; and Alicia Danielson, of Story City, were all named to the dean’s list for the 2009-10 fall semester at Waldorf ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 06:13:00 GMT"; arnews[4] += "
"; arnews[5]="Theater events this week - Herald Tribune
"; arnews[5] += "AMERICAN SHAKESPEARE CENTER ON TOUR: \"Romeo and Juliet,\" 7:30 p.m. Feb. 4; \"All's Well That Ends Well,\" 7:30 p.m. Feb. 5. Harry Sudakoff Center, New College of Florida, 5845 General Dougher Place. Free. 487-4888; ncf.edu \"BLUE SUEDE SHOES -- THE ..."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 21:28:00 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");