var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Review: Rose soars with 'Honky Tonk Angel'
";
arnews[0] += "\"Honky Tonk Angel and Her Cowboys\" puts the central strengths of the Rose Theatre Company front and center.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:21:19 GMT";
arnews[0] += "
";
arnews[1]="Falcons fall in first round of NCAA Tournament
";
arnews[1] += "The Falcons hopes of repeating as Division II National Champions came to an end last Thursday in La Jolla, Calif.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:42:44 GMT";
arnews[1] += "
";
arnews[2]="Lovejoy Lady Leopards, Texarkana Pleasant Grove Lady Hawks to meet in ...
";
arnews[2] += "The top four Class 3A volleyball teams in Region II tangled Friday evening in the regional semifinals played at Texas A&M University-Commerce. The first semifinals match began at 6:00 p.m. and featured the Argyle Lady Eagles against the Texarkana Pleasant Grove Lady Hawks.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 09:25:06 GMT";
arnews[2] += "
";
arnews[3]="|| CONTINUE
";
arnews[3] += "The Chico State women's soccer team upset defending national champion Seattle Pacific in the first round of the NCAA Division II National Championships Thursday on the campus of UC San Diego, securing a dramatic win with a 4-3 penalty kick shootout.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 12:25:10 GMT";
arnews[3] += "
";
arnews[4]="Mid Day Report - 11-12
";
arnews[4] += "This year hunters say there are plenty of acorns on the ground. A Thata s a sign that not as many deer are eating them.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Hockey round-up: Vale bounce back
";
arnews[5] += "N4 Financial Solutions Mena s League, Premier One: Firebrands 1st XI 3, Taunton Vale 1st XI 5. VALE bounced back to winning ways with victory away to lowly Bristol-side Firebrands on Saturday.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 16:02:23 GMT";
arnews[5] += "
";
arnews[6]="Fox UP News - 11-11
";
arnews[6] += "This year hunters say there are plenty of acorns on the ground. A Thata s a sign that not as many deer are eating them.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 15:47:37 GMT";
arnews[6] += "
";
arnews[7]="Fire in Sidnaw : News : WLUC TV6
";
arnews[7] += "This year hunters say there are plenty of acorns on the ground. A Thata s a sign that not as many deer are eating them.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 15:45:28 GMT";
arnews[7] += "
";
arnews[8]="Honoring all who served
";
arnews[8] += "Posted on Wednesday, November 11, 2009 at 1:57 p.m. Veterans Day festivities at the D.J. Jacobetti Home for Veterans The D.J. Jacobetti Home for Veterans honored the brave men and women who serve at Wednesday's Veterans Day Program.";
arnews[8] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 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("