var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Concerts
";
arnews[0] += "Live Music in the Cafe, with acoustic singer-songwriter Joe Tellie. Barnes & Noble Wilkes-King's Bookstore, 7 S. Main St., Wilkes-Barre. Tonight at 6:30. 208-4700. Winterfest 2010, the annual Pocono Bluegrass festival with national and local bluegrass acts including more than nine hours of music topped off by headliners the Grammy-winning Peter ...";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 17:50:03 GMT";
arnews[0] += "
";
arnews[1]="Trojans Hope to Play Spoiler to UW
";
arnews[1] += "Washington's Isaiah Thomas and the Huskies suffered a gut-wrenching loss at the buzzer Thursday against UCLA.";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="With no postseason plans, USC looks to keep UW men winless on the road
";
arnews[2] += "For all of its faults, for each loss that seems more devastating than the one before, the University of Washington men's basketball team can rest easy in that it has something today's opponent does not.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Concerts
";
arnews[3] += "Live Music in the Cafe, with rock group Three Imaginary Boys. Barnes & Noble Wilkes-King's Bookstore, 7 S. Main St., Wilkes-Barre. Tonight at 6:30. 208-4700. Arrival: The Music of ABBA, a re-creation of ABBA stage shows by the Sweden-based 12-member ensemble.";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Oh Romeo wherefore art thou Romeo
";
arnews[4] += "For the record, I would like to formally apologize to Percy - Lil' Romeo' Miller and those who read my last article entitled \"It's a wrap for Romeo.\" Much to my chagrin and that of countless other reports made from reputable websites like ESPNLosAngeles.com and AllHipHop.com, which claimed the sophomore point guard was no longer a member of USC ...";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sneak Peak Album Review of Calliope Click CD by C-Murder
";
arnews[5] += "If you don't know who C-Murder is then you probably do not listen to Rap at all.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 04:23:16 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("