var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Briefs: Books vs. Badges game to aid fireworks fund - Batavia Sun
"; arnews[0] += "The first annual Books vs. Badges benefit basketball game will be held on Sunday, Feb. 21 at 6 p.m. in Batavia High School's main gym. The game pits Batavia District 101 teachers against the police and fire departments. Admission is $4 adults, $2 ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT"; arnews[0] += "
"; arnews[1]="Dining Calendar - New York Times
"; arnews[1] += "A chocolate festival, with tastings, cooking demonstrations, pairings with wine and spirits and other events, is being held through Feb. 14, in a space at 511 West 25th Street. Some of the events are free, others require a fee. Information and ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:43:00 GMT"; arnews[1] += "
"; arnews[2]="Should Colorado ever host the Olympics? - Denver Post
"; arnews[2] += "The eyes of the world will be on Vancouver Friday night when the Winter Olympics stage its grand open. Those who don't already know about the natural splendor of British Columbia are about to get an eyeful. That got me thinking back to the \"far out ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:34:00 GMT"; arnews[2] += "
"; arnews[3]="Bring on the Victoria’s Secret Bombshells - TheInsider.com
"; arnews[3] += "Victoria's Secret is celebrating Valentine's Day a bit early, and this morning Erin Heatherton and Candice Swanepoel arrived via the Bombshell bus to the store on Houston Street. Tourists and New Yorkers on their way to work got an eyeful of VS girls ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT"; arnews[3] += "
"; arnews[4]="3-Blog Lounge - San Francisco Chronicle
"; arnews[4] += "He would savor the prospect of working with Dan Haren, Rich Harden, Joe Blanton and the rest of the A's staff, including a closer, Huston Street, who will soon join the elite level. Baker even has Oakland ties, having played for the A's in the mid ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:09:00 GMT"; arnews[4] += "
"; arnews[5]="Questions for Susan Slusser - San Francisco Chronicle
"; arnews[5] += "355. 1) Do you see Huston Street as a 9th-inning only closer? He seems to struggle when going longer. -- Reggie T. (Turlock) Street has performed better when limited to just the ninth inning, you're right. He's worked in both the eighth and ninth ..."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:09: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("
");