var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Swell Season
";
arnews[0] += "Presented by Live Nation and KCRW. Band: Glen Hansard, Marketa Irglova, accompanied by the Frames: Joe Doyle, Colm Mac Con Iomaire, Rob Bochnik, Johnny Boyle.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:43:51 GMT";
arnews[0] += "
";
arnews[1]=""The Education of Charlie Banks"
";
arnews[1] += "\"The Education of Charlie Banks\" is extremely modest in its reach, which is both a plus and a minus.";
arnews[1] += "
Publ.Date : Fri, 27 Mar 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Buffalo or Buffaloes? Shanahan should say 'no' to both
";
arnews[2] += "Mike Shanahan still has the best job in all of Denver. Yes, even though he was fired from it last December.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:48:00 GMT";
arnews[2] += "
";
arnews[3]="Cucalorus 15 gets underway with music-themed Buxton Blue Shorts and live music
";
arnews[3] += "The 15th annual Cucalorus Film Festival gets under way Wednesday and, as usual, there's a compelling musical component to this year's lineup.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Easton-produced WWII in HD debuts on History Sunday
";
arnews[4] += "\"WWII in HD\" the groundbreaking 10-part series producedby Easton-based Lou Reda Productions that kicks off at 9 p.m. Sunday on History channel puts viewers right in the middle of the brutality of war.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Championships coming natural for Major
";
arnews[5] += "Many drivers hope to win one championship. When the 2009 East Lincoln Speedway results were in, Jamie Major had won his fourth.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:28:10 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("