var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bar in 'chaos' after fatal shooting
";
arnews[0] += "A southeast Topeka bar was \"utter chaos\" when police officers were called to the fatal shooting there of Joseph R. \"Joe Bob\" Beier Jr., 30, in July 2008, an officer testified Friday.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 04:03:05 GMT";
arnews[0] += "
";
arnews[1]="Convincing: Justin Long, left, as Paul Saunders and Michael Cera as Nick Twisp.
";
arnews[1] += "AMERICAN Pie meets Nouvelle Vague seems an unlikely marriage of cinema styles. Jean Paul Belomondo doing disgusting things with home baked pastries? Jason Biggs staring moodily into space while smoking Gauloises cigarettes? Maybe not.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:06:02 GMT";
arnews[1] += "
";
arnews[2]="The 6th Annual Roots Jam Session, Presented by VIBE, Once Again Rocks Grammy Weekend
";
arnews[2] += "Grammy Award winning artists The Roots teamed up with co-host John Legend last night along with an all-star cast of musicians for the 6th annual ROOTS JAM SESSION .";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 16:38:40 GMT";
arnews[2] += "
";
arnews[3]="FOOTBALL: County League round-up
";
arnews[3] += "WICK Football Club will meet division-lower Seaford in the quarter-finals of the John O'Hara Cup after winning a 12-goal thriller 7-5 after extra-time at Ringmer on Saturday.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:28:21 GMT";
arnews[3] += "
";
arnews[4]="Marriages Novemer/December 2009
";
arnews[4] += "Harley William Rose to Allison Lynn Cooley on Nov. 10, 2009. Samuel Douglas Santee to Debra Mae Montgomery on Nov.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 07:22:13 GMT";
arnews[4] += "
";
arnews[5]="6th Annual Roots Jam Session, Presented by VIBE, Rocked Grammy...
";
arnews[5] += "February 02, 2010, HOLLYWOOD, Calif.-- --Grammy Award winning artists The Roots teamed up with co-host John Legend last night along with an all-star cast of musicians for the 6th annual ROOTS JAM SESSION .";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 01:22:45 GMT";
arnews[5] += "
";
arnews[6]="Bomber crews keep watch over operations in Southwest Asia
";
arnews[6] += "The sun casts a silhouette of a B-1B Lancer assigned to the 37th Expeditionary Bomb Squadron Jan.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 02:21:03 GMT";
arnews[6] += "
";
arnews[7]="Management 360 ups three to partner
";
arnews[7] += "Managers William Choi, Peter Kiernan and Nicole King have been promoted to partners at Management 360.";
arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 12:43:00 GMT";
arnews[7] += "
";
arnews[8]="Homeless advocate knows tragedy, helps others through it
";
arnews[8] += "Doug Biggs, executive director of the Alameda Point Collaborative, poses for a photograph in front of some of the former Naval Air Station housing that now provides a roof for the program's clients, Thursday, Jan.";
arnews[8] += "
Publ.Date : Mon, 01 Feb 2010 16:24:35 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("