var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Drake loses PFL title in a heartbreaker
"; arnews[0] += "The Drake football team played a game any coach would be proud of. In a close, back-and-forth matchup, Drake lost to Butler 17-20 in the Pioneer Football League championship."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:05:37 GMT"; arnews[0] += "
"; arnews[1]="Water companies face price curbs from Ofwat
"; arnews[1] += "OFWAT is expected to deliver a blow to the water companies this week with tough restrictions on customer price rises making only small concessions to compensate them for increasing bad debts and higher business rates."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:41:08 GMT"; arnews[1] += "
"; arnews[2]="Badminton: Cooper's doubles success but Campbell misses out
"; arnews[2] += "By ELSPETH BURNSIDE EDINBURGH'S Martin Campbell lost out to fellow Scot Kieran Merrilees as Susan Egelstaff was left to carry Scotland's hopes in the singles at the Bank of Scotland Scottish International badminton event at Glasgow's Kelvin Hall."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:44:39 GMT"; arnews[2] += "
"; arnews[3]="Sarah Palin Draws Big Crowd To Norwood Book Signing
"; arnews[3] += "Former Alaska Governor Sarah Palin proved Friday that she can still draw a crowd."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:17:01 GMT"; arnews[3] += "
"; arnews[4]="Charles E. Elson
"; arnews[4] += "ELSON, Charles Eugene \"Gene\" \"Soupbone\" Elson, 71, of Manor Drive, Wellsburg, passed away at home on November 20, 2009."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:21:38 GMT"; arnews[4] += "
"; arnews[5]="Goldman Sachs Group Inc. The (GS) Vice Chairman Michael S. Sherwood sells 25,000 Shares
"; arnews[5] += "Vice Chairman of Goldman Sachs Group Inc. The Michael S. Sherwood sells 25,000 shares of GS on 11/18/2009 at an average price of $176.38 a share."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:15:09 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("
");