var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Defense plays huge role for Huguenots
";
arnews[0] += "New Rochelle coach Lou DiRienzo spent last week praising Monroe-Woodbury quarterback Dan Scalo.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Winter S... - Sara Bareilles/ing...
";
arnews[1] += "Watch Sara Bareilles perform her smash hit, \"Love Song,\" plus a cover of Peter Gabriel's \"In Your Eyes.\" The full Stripped performance is available on DVD as part of Sara's Little Voice .... Sara Bareilles - Play All Biography A gifted singer and a versatile pianist with no formal training, Sara Bareilles burst onto the pop scene with a naturally ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 09:08:17 GMT";
arnews[1] += "
";
arnews[2]="Dancers leap into last concert
";
arnews[2] += "For more photos, click here The University of Dayton Dance Ensemble will combine jazz, show business and ballet to entertain audiences at its fall concert at 8 p.m. today and tomorrow in KU's Boll Theater.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 04:22:47 GMT";
arnews[2] += "
";
arnews[3]="A Fine Frenzy
";
arnews[3] += "In the grand tradition of comes A Fine Frenzy -or, actually, Alison Sudol, her piano, and a wealth of guest instruments.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Esther I. Yi
";
arnews[4] += "Remember when a bunch of affected artsy hipsters remixed Ratatat and Sara Bareilles to celebrate that rowdy occasion known as Yardfest? Well, here's another opportunity for those plaid-wearing, record-spinning, head-nodding individuals.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Preview: Sonos, an acappella group with a backbeat you can't lose
";
arnews[5] += "Ben McLain is in a van in Kentucky, and he's in a wonderful mood. His genre-bending a cappella group Sonos is on tour in support of their brilliant debut Verve release, SonoSings , featuring all-vocal versions not of musical theater or jazz standards, but of modern, indie rock songs by Bon Iver, Fleet Foxes, Bjork and The Bird and the Bee.";
arnews[5] += "
Publ.Date : Wed, 04 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("