var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'American Idol' at the end of the decade
";
arnews[0] += "As we careen toward 2010 wondering what we'll call it -- is it 0h-10? -- the very fine folks at NPR's All Songs Considered have taken it upon themselves to attempt a list.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:47:59 GMT";
arnews[0] += "
";
arnews[1]="Comedian Stephen Lnych stirs things up at the Portsmouth Music Hall
";
arnews[1] += "According to his biography, comedian Stephen Lynch was raised by a former priest and nun.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:59:38 GMT";
arnews[1] += "
";
arnews[2]="Morris School News
";
arnews[2] += "Julianne Karen Devries, daughter of Robert and Linda DeVries of Kinnelon, is a member of the Westover Honors Society at Lynchburg College, which promotes interaction among students who value academic excellence and strive to broaden their intellectual curiousity and independence.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="An 'American Idol' Discussion: Why David Archuleta Is Like The Green Bay Packers
";
arnews[3] += "Once again, I have visited the NPR Music decade-end coverage, where NPR Music Editor Stephen Thompson and I took an hour and a half out of our lives recently to dissect the significance and insignificance that is American Idol .";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 18:24:27 GMT";
arnews[3] += "
";
arnews[4]="On Oct. 28, 1886, the Statue of Liberty, was dedicated in New York Harbor
";
arnews[4] += "Today is Wednesday, Oct. 28, the 301st day of 2009. There are 64 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 23:33:33 GMT";
arnews[4] += "
";
arnews[5]="Twilight's Jackson Rathbone performs tonite at Wildhorse Saloon ...
";
arnews[5] += "Twilight 's Jasper Hale , actor Jackson Rathbone trades screaming victims for screaming fans tonight as his band, 100 Monkeys makes their Nashville debut.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 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("