var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heavy Rotation, our top spins for the week of February 8, 2010
";
arnews[0] += "As music critics -- and people who generally think about, talk about, listen to and make music -- the most common question we get asked is, \"What are you listening to right now?\" The pervasiveness of this query is precisely what inspired Heavy Rotation.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:03:27 GMT";
arnews[0] += "
";
arnews[1]="Young softball team picked to win
";
arnews[1] += "Outfield: Nicole Fryan, left field; Kelli Frye, center field; Jenice Bartree, right field.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:23:36 GMT";
arnews[1] += "
";
arnews[2]="Residents grow tired of winter
";
arnews[2] += "Charleston Public Grounds employee Tom Zirkle makes his way around the Transit Mall, plowing and salting the sidewalks.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:01:01 GMT";
arnews[2] += "
";
arnews[3]="High School Roundup: Sobolewski, Benet top Wheaton Academy
";
arnews[3] += "The standing-room only crowd at Wheaton Academy got its money's worth Tuesday. David Sobolewski had 21 points and seven assists and 6-10 junior Frank Kaminsky added 10 points and eight rebounds as No.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:01:00 GMT";
arnews[3] += "
";
arnews[4]="Births
";
arnews[4] += "Mr. and Mrs. Avalos of Lubbock, a boy weighing 8 pounds, 15 ounces at 6:06 p.m. Jan.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:11:00 GMT";
arnews[4] += "
";
arnews[5]="Editors at The Warfield: February 8th, 2010
";
arnews[5] += "British indie quartet Editors rocked the Warfield in San Francisco Monday night - yes, Monday night, officially the weirdest night to attend a concert - and in their sweaty, passionate, rumbling live show came a thousand takeaway messages, among them being: no, they are nothing like Interpol .";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 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("