var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Documentary "The People Speak" based on Howard Zinn's book, with Qorianka Kilcher
";
arnews[0] += "Last week I was attended a preview screening of \" The People Speak, \" an upcoming documentary on the History Channel, as guests of actress/activist Q'orianka Kilcher and her mother Saskia.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:30:47 GMT";
arnews[0] += "
";
arnews[1]="Too many Miles?
";
arnews[1] += "It's been 18 years since he passed away, but Miles Davis is still the biggest jazz artist on the planet.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'The People Speak' brings Lupe Fiasco to UPenn
";
arnews[2] += "On Tuesday Nov. 18, the University of Pennsylvania hosted \"The People Speak Tour\" at the Irvine auditorium.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:30:03 GMT";
arnews[2] += "
";
arnews[3]="Opening this Week: For movies opening November 25, 2009
";
arnews[3] += "Kam's Kapsules: Weekly Previews That Make Choosing a Film FunA A A BIG BUDGET FILMS Ninja Assassin Korean singing sensation Rain stars as the title character in this high body-count, martial arts saga about a renegade from a secret society of trained killers forced to fight his former comrades when they trail him from the Far East to Berlin.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:11:02 GMT";
arnews[3] += "
";
arnews[4]="here
";
arnews[4] += "Why, oh, why don't I have the guts just to blab this out: \"'Crash' will win the Oscar for best picture!'\"? Every time I come close to summoning the courage, I wimp out.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:48:00 GMT";
arnews[4] += "
";
arnews[5]="Professional Poker Player And Poker Brat, Phil Hellmuth
";
arnews[5] += "American professional poker player Phil Hellmuth is probably best known for holding a record 11 World Series of Poker bracelets, for winning the Main Event of the 1989 WSOP at the age of 24 heads-up against defending champion Johnny Chan, and for his unpredictable a oepoker brata personality.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:42:04 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("