var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Editorial: 'Hail Mary' for Wright?
"; arnews[0] += "Monday, Ventura City Council plans to throw in the towel and close H.P. Wright Library, the third most well-used of the 14 libraries in the county library system."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:46:27 GMT"; arnews[0] += "
"; arnews[1]="Water
"; arnews[1] += "Somehow the earth's surface had been almost completely covered by the ocean. Cities were buried beneath miles of water."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:45:33 GMT"; arnews[1] += "
"; arnews[2]="Historic Deadwood marks 20 years of legal gambling
"; arnews[2] += "Legalized gambling began in Deadwood on Nov. 1, 1989, when an actor portraying Wild Bill Hickok, accompanied by a woman portraying Calamity Jane, shot a revolver into the air."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:34:21 GMT"; arnews[2] += "
"; arnews[3]="Honoring all the series champions
"; arnews[3] += "Jimmie Johnson fans groaned and fans of pretty much everyone else sent up a cheer when Johnson's lead in the Chase for the NASCAR Sprint Cup was cut to 73 points over Mark Martin at Texas Motor Speedway on Nov."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:05:31 GMT"; arnews[3] += "
"; arnews[4]="It's time we held Wilson and Burke accountable
"; arnews[4] += "\"They have to be accountable\" -- Leafs coach Ron Wilson When are you going to be held accountable, Ron? And how about you, Brian Burke? Since the Toronto Maple Leafs are the worst team in the National Hockey League, in a year when you gave up a potential first-round lottery pick and could miss out on a franchise player, it's your turn to be called ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:25:41 GMT"; arnews[4] += "
"; arnews[5]="Recommend
"; arnews[5] += "Fans wondered if South Point and Forestview could match the drama of their thrilling regular-season game."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:01:39 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("
");document.write("
");