var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="An inside look at the Obama visit to Madison
"; arnews[0] += "Deion Ford's aunt shaved \"H H OBAMA\" into his close-cropped hair this week. The new look marked a special occasion for the 8th grader at Wright Middle School."; arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 02:17:02 GMT"; arnews[0] += "
"; arnews[1]="Daily records
"; arnews[1] += "* Roger W. Pietz and Maryann M. Pietz, both of Wisconsin Rapids, Oct. 26. * John B. Arts and Melissa A. Arts, both of Wisconsin Rapids, Oct."; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="la Theatre Works Airs the Ride Down Mt. Morgan 10/24
"; arnews[2] += "This weekend, beginning Saturday, October 24, L.A. Theatre Works will air The Ride Down Mt."; arnews[2] += "
Publ.Date : Mon, 19 Oct 2009 17:23:58 GMT"; arnews[2] += "
"; arnews[3]="Melora Hardin's Visit To Tampa Bay
"; arnews[3] += "Melora Hardin came to Tampa Bay to celebrate the launch of 'The Office' on TV32! While she was here, she visited with several ClearChannel Radio stations, threw out the first pitch at the September 18th Rays game, sang Take Me Out To The Ballgame' and met with contest winners from the 98Rocks My Office Sweepstakes."; arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 18:18:10 GMT"; arnews[3] += "
"; arnews[4]="Los Angeles - Event Report: Men in Drag Take to "What a Pair" Stage
"; arnews[4] += "In an effort to keep the fund-raising concert fresh in its seventh year, What a Pair producers brought in male preformers dressed in drag."; arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 00:38:16 GMT"; arnews[4] += "
"; arnews[5]="What a Pair! Benefit Features Devine, Lawrence, Gibson, Worley, Alexander, Weber
"; arnews[5] += "What a Pair! , which features eclectic pairings of female celebrities from television, film, music and theatre singing duets, will be presented Sept."; arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 05:12:02 GMT"; arnews[5] += "
"; arnews[6]="Larry David talks about putting 'Seinfeld' back together for 'Curb Your Enthusiasm'
"; arnews[6] += "Don't call Larry David sentimental. Time has not softened the edges of the creator and star of HBO's \"Curb Your Enthusiasm,\" despite the nostalgia trip of this season's central storyline of a \"Seinfeld\" reunion."; arnews[6] += "
Publ.Date : Fri, 18 Sep 2009 17:51:10 GMT"; arnews[6] += "
"; totcount = 7; 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("
");