var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Academic honors go to students from area counties - Democrat and Chronicle
"; arnews[0] += "Lindsay Norton of Alexander David Adams and Andrea Stefani of Batavia, Justin Laird and Sarah Olear of Le Roy, Kate Wilcox of Pavilion and Amber Allenbrandt of Stafford, the State University College at Oswego. Kady Smith of Le Roy, the State ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT"; arnews[0] += "
"; arnews[1]="Ed Thorp's Genius Detailed In Scott Patterson's 'The Quants' - GuruFocus
"; arnews[1] += "The amazing career of Ed Thorp -- which has included creating a system to beat the house in blackjack, uncovering the Bernie Madoff scam 17 years before it was made public and racking up eye-popping returns at his hedge funds while avoiding the risk ..."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 09:44:00 GMT"; arnews[1] += "
"; arnews[2]="Anderson Chamber to offer small-business tax workshop - Anderson Independent-Mail
"; arnews[2] += "Seminars will give advice in building and growing businesses as well as guidance to professionals who are thinking about starting a business. Local IRS agent Scott Patterson will facilitate. The cost is $15 for members, $25 for nonmembers."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:45:00 GMT"; arnews[2] += "
"; arnews[3]="Man convicted of child sex abuse goes after victim in court - ABC 4
"; arnews[3] += "DAVIS COUNTY, Utah (ABC 4 News) - A man who was just convicted of sexually abusing a child went after the victim in court. It happened Tuesday in Davis County. Scott Patterson was found guilty on two counts of sexually abusing a child and lewdness ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 03:34:00 GMT"; arnews[3] += "
"; arnews[4]="Business Browser - Free Lance-Star
"; arnews[4] += "SCOTT Patterson's fantastic new book \"The Quants\" shows the extent to which flawed mathematical models caused the blowup on Wall Street and subsequent damage to the broader economy. Patterson is a Wall Street Journal reporter whose book describes the ..."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 14:01:00 GMT"; arnews[4] += "
"; arnews[5]="Cold Case: Local gem dealer, 52, vanished 6 years ago - Arizona Daily Star
"; arnews[5] += "Tucson gem and mineral dealer Charles \"Chuck\" Simmons had plans for the weekend - a date night with his girlfriend, catching a University of Arizona basketball game and celebrating a friend's birthday. But the 52-year-old nature lover didn't do any ..."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 14:41: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("
");