var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="A Little Respect
"; arnews[0] += "G odzilla has left New York. Hideki Matsui, the man who led the New York Yankees to victory in the 2009 World Series, is starting 2010 with the Los Angeles Angels."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:29:42 GMT"; arnews[0] += "
"; arnews[1]="Wiedmer: Braves fans thrilled to catch Nixon at Caravan mall stop
"; arnews[1] += "Otis Junior Nixon Jr. didn't need a primer to know what all those folks snaking through Hamilton Place mall for the Atlanta Braves Caravan wanted to talk to him about Tuesday evening."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:48:01 GMT"; arnews[1] += "
"; arnews[2]="Forum SideNotes for February 9, 2010
"; arnews[2] += "Quote of the week \"Clothes make the man. Naked people have little or no influence on society.\" Mark Twain This week in history February 9, 1965 U.S. sends first combat troops to South Vietnam A U.S. Marine Corps Hawk air defense missile battalion is deployed to Da Nang."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:27:45 GMT"; arnews[2] += "
"; arnews[3]="Books of The Times: A Nice Guy in a Perfect Baseball World
"; arnews[3] += "Willie Mays as a New York Giant, making a sensational catch against the Cleveland Indians in Game 1 of the 1954 World Series."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:54:43 GMT"; arnews[3] += "
"; arnews[4]="A Nice Guy in a Perfect Baseball World
"; arnews[4] += "In his 1979 movie, \"Manhattan,\" Woody Allen made a list of the things that make life worth living."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:28:11 GMT"; arnews[4] += "
"; arnews[5]="William K. 'Bill' Free, Sun sportswriter
"; arnews[5] += "William K. \"Bill\" Free, a retired Baltimore Sun sportswriter and sports car enthusiast, died Friday of a perforated bowel at his Reisterstown home."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Mighty Quinn: Feb. 9
"; arnews[6] += "As most of the sports world knows by now, Mighty correctly picked the Saints and under in Super Bowl XLIV ."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 06:01:41 GMT"; arnews[6] += "
"; arnews[7]="Review: Biographer Hirsch knocks one out of the park with 'Willie Mays'
"; arnews[7] += "Willie Mays had it all: two Most Valuable Player awards, 12 Gold Gloves, 660 home runs, a place in the National Baseball Hall of Fame, even an honorary doctorate from Dartmouth."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 01:47:52 GMT"; arnews[7] += "
"; arnews[8]="Tuesday luncheon serves Salinas' senior citizens
"; arnews[8] += "Tuesday morning, and the heavy red doors to St. Ansgar's Lutheran Church's recreation center open slowly."; arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");