var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pending Services
";
arnews[0] += "Mottley, Katherine J., of Richmond, died Nov. 21. Arrangements will be announced by Doan & Mills Funeral Home, Richmond.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sheriff's office identifies shooter in Hillsboro and Cornelius shooting spree that left two dead
";
arnews[1] += "Police fatally shot the driver of this car today in Hillsboro. Police fatally shot a driver after he killed a passenger in another car Saturday in a bustling Hillsboro business area and then led officers on a four-mile shooting spree that ended in Cornelius.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:58:53 GMT";
arnews[1] += "
";
arnews[2]="Oprah's departure from broadcast TV leaves huge void for network affiliates
";
arnews[2] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:47:26 GMT";
arnews[2] += "
";
arnews[3]="Obituaries for November 22, 2009
";
arnews[3] += "Lois Murrell Dixon Royster, 72, Henderson, died at 10:53 p.m. Friday, Nov. 20, 2009, at St.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:28:18 GMT";
arnews[3] += "
";
arnews[4]="Oprah's departure presents problem for TV stations
";
arnews[4] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:56:25 GMT";
arnews[4] += "
";
arnews[5]="State senators against toll on I-80
";
arnews[5] += "Group writes letter to U.S. Secretary of Transportation urging him to reject proposal.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[5] += "
";
arnews[6]="San Jose cops: Speed topped 90 mph in fatal street race
";
arnews[6] += "Two drivers were charged Friday in the illegal street race that killed a former San Jose high school cheerleader last month and reached speeds of more than 90 mph on a suburban South San Jose street.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Oprah Departure Causes Dilemma For TV Stations
";
arnews[7] += "Share + Nov 21, 2009 8:49 am US/Central For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 17:13:20 GMT";
arnews[7] += "
";
arnews[8]="Border guards holding three movies as Inside Out scrambles to find solution
";
arnews[8] += "PG FLICK. Patrik 1.5, about a Swedish couple adopting a teen named Patrik, was detained at Canada's border.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 16:13:06 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("