var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John Mayer, Kris Allen and Katy Perry all deliver forgettable records - New Haven Register
";
arnews[0] += "John Mayer — “Battle Studies” (Columbia): Back in 2004, Connecticut native John Mayer starred in a one-off television program for VH1 called “John Mayer Has a TV Show.” It was an irreverent and laugh-out-loud 30 minutes that found the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:17:00 GMT";
arnews[0] += "
";
arnews[1]="Anniversary: Marvin and Ann Lewis - nwlanews.com
";
arnews[1] += "... three children: Carla Lewis Harrison married to Nat Harrison with two children; Hunter and Tanner Harrison; Jeff Lewis married to Stacy Lewis with two children; Brittany and Blake Lewis; and Mark Lewis married to Cheryl Lewis with three children ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:26:00 GMT";
arnews[1] += "
";
arnews[2]="Many overcomes halftime deficit to beat Anacoco 60-59 - Shreveport Times
";
arnews[2] += "North Desoto fell to 1-1, Haughton 62, Ringgold 56: At the Don Stahl Memorial Tournament, Blake Lewis scored a game-high 23 points, including four 3-pointers, and the Buccaneers outscored the Redskins 20-9 in the fourth period en route to the win.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:02:00 GMT";
arnews[2] += "
";
arnews[3]="'American Idol' at the end of the decade (or: Important?) - Oregonian
";
arnews[3] += "Important? 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. This particular list, living now in a world full of lists, lists ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[3] += "
";
arnews[4]="Big wins for Garvey, M'chester, STETHS - Jamaica Observer
";
arnews[4] += "DRAX HALL, St Ann - Garvey Maceo are a point away from a place in the semi-finals of the ISSA/Pepsi/Digicel daCosta Cup schoolboy football competition after winning their second straight game in the quarter-finals yesterday by beating Marcus Garvey ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:17:00 GMT";
arnews[4] += "
";
totcount = 5;
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("