var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ANNIVERSARY: J.W. and Frances Rushing
";
arnews[0] += "Mr. and Mrs. J.W. Rushing of Indian Trail celebrated their 60th wedding anniversary on Nov.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:32:23 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[1] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:54:49 GMT";
arnews[1] += "
";
arnews[2]="Glory days? When it comes to Ohio State's No. 1 goal, this is as good as it gets: Bill Livingston
";
arnews[2] += "The sun peeked over the rim of the Big House, bright as the winning coach's record in college football's greatest rivalry.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:33:41 GMT";
arnews[2] += "
";
arnews[3]="This day in history
";
arnews[3] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:57:09 GMT";
arnews[3] += "
";
arnews[4]="A gap in the White House tape recordings related to Watergate was revealed
";
arnews[4] += "Today: is the 325th day of 2009. There are 40 days left in the year. On this date In 1973, President Richard Nixon's attorney, J. Fred Buzhardt, revealed the existence of an 18 -minute gap in one of the White House tape recordings related to Watergate.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:10:31 GMT";
arnews[4] += "
";
arnews[5]="NBA: Rodney Stuckey accepting new challenge; news, notes and links
";
arnews[5] += "Rodney Stuckey continues to display flashes of being a shooting guard on the basketball court, but he is making the transition to point guard.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:10:31 GMT";
arnews[5] += "
";
arnews[6]="Melancholy metaphors
";
arnews[6] += "Rachel McAdams and Eric Bana go gaga in The Time Traveler's Wife. It's a cliche that typically rings true: The book was better than the movie.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="County getting word to snowbirds about red-light running cameras
";
arnews[7] += "Please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="'Office Space' star Ron Livingston weds
";
arnews[8] += "Ron Livingston and Rosemarie DeWitt have tied the knot. The 42-year-old \"Office Space\" star and 35-year-old \"Rachel Getting Married\" actress married Nov.";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 19:21:47 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("