var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Senators attendance drop should raise red flags
";
arnews[0] += "There's a malaise in Hockey Country, no question. Ottawa Senators attendance is down more than 1,100 fans per game compared to the same point last season.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 06:19:35 GMT";
arnews[0] += "
";
arnews[1]="The Roundup: No Rapping at the McDonald's Drive Thru and the Revival of Alex Smith
";
arnews[1] += "College Football , Courts, Legal , Media Gossip/Musings , NBA , NFL , Video October 30th.";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 13:25:19 GMT";
arnews[1] += "
";
arnews[2]="Page 3
";
arnews[2] += "You \"might\" want to check out the upcoming Mighty Mouse DVD for some early work by Wall-E and Finding Nemo mastermind Andrew Stanton .";
arnews[2] += "
Publ.Date : Wed, 28 Oct 2009 17:58:46 GMT";
arnews[2] += "
";
arnews[3]="Paris Hilton, U2 and LeAnn Rimes bring star power to Las Vegas
";
arnews[3] += "Paris Hilton and Doug Reinhardt at his 24th birthday celebration at Body English in the Hard Rock Hotel on Oct.";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Reach for Me
";
arnews[4] += "An AMedia Vision production. Produced by Charlene Blaine-Schulenburg, Susan R. Rodgers, Mark Wolfe.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 21:04:51 GMT";
arnews[4] += "
";
arnews[5]="Tallgrass Film Festival comes of age
";
arnews[5] += "Veteran character actor Seymour Cassel, who will be honored at Wichita's seventh annual Tallgrass Film Festival next weekend, says he probably couldn't have avoided ending up in the spotlight.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 12:36:57 GMT";
arnews[5] += "
";
arnews[6]="Underrated Book Adaptations
";
arnews[6] += "This week we shine the house lights on five book adaptations that routinely get overlooked.";
arnews[6] += "
Publ.Date : Fri, 25 Jan 2008 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="More than 80 films to be screened at Mill Valley Film Festival
";
arnews[7] += "Clive Owen. Uma Thurman. Woody Harrelson. The guest list of the 32nd Mill Valley Film Festival reads more like a Hollywood Oscar party's. But there's much more to the festival than big names.";
arnews[7] += "
Publ.Date : Thu, 08 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("