var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tiger girls roll in second half as Sharp nears 1,000-point mark - Fort Scott Tribune
";
arnews[0] += "Senior Jolee Sharp scored 28 points Tuesday night and Fort Scott High School's all-time leading girls' scorer edged closer to becoming the first to reach the 1,000-point mark as the Tigers defeated Columbus in Southeast Kansas League play, 56-28, at ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:16:00 GMT";
arnews[0] += "
";
arnews[1]="Feedback from the Issue of Thursday, February 2 , 2010 - Phoenix New Times
";
arnews[1] += "Jessica Andrews, Tucson Editor's note: Citing the ongoing state budget crisis, MPAC decided not to seek a sales-tax increase for the arts on the November ballot. No chance in this economy: This is a tax in a bad economy. This is a bad idea right now ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
totcount = 2;
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("