var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Meet True Blood's Sexy New Werewolf
";
arnews[0] += "You are viewing the print friendly version of Meet True Blood 's Sexy New Werewolf! Today 4:10 PM PST Anna Paquin 's Sookie Stackhouse is just about the luckiest girl in the world.";
arnews[0] += "
Publ.Date : Wed, 16 Dec 2009 07:48:39 GMT";
arnews[0] += "
";
arnews[1]="Thern, John L.
";
arnews[1] += "John L. Thern, age 75, New London, passed away peacefully from the loving arms of his wife into the open arms of his Savior.";
arnews[1] += "
Publ.Date : Sat, 28 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="An inside look at the Obama visit to Madison
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 05 Nov 2009 02:17:02 GMT";
arnews[2] += "
";
arnews[3]="Daily records
";
arnews[3] += "* 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[3] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="la Theatre Works Airs the Ride Down Mt. Morgan 10/24
";
arnews[4] += "This weekend, beginning Saturday, October 24, L.A. Theatre Works will air The Ride Down Mt.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 17:23:58 GMT";
arnews[4] += "
";
arnews[5]="Melora Hardin's Visit To Tampa Bay
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 14 Oct 2009 18:18:10 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("