var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Professionals Take On Amateurs In The Pro-Am Poker Equalizer
";
arnews[0] += "The Pro-Am Poker Equalizer is a televised poker tournament that pits professional poker players against celebrities in a game of Texas Holda em.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:01:40 GMT";
arnews[0] += "
";
arnews[1]="Indiefest Begins: 7 Movies to See at the Film Festival
";
arnews[1] += "Brian Geraghty reaches out and touches someone in the remarkable 'Easier with Practice.' Courtesy Forty Second Productions San Francisco's 12th Independent Film Festival kicks off tonight at the Roxie with two screenings of Wah Do Dem , Ben Chace and Sam Fleischner's vA ritA -style account of a Brooklynite, played by newcomer Sean Bones, ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 17:04:53 GMT";
arnews[1] += "
";
arnews[2]="$13.60 Six Feet under For 24 Hours!! MTM!! Lost!! X-Men!! Iron Man!!...
";
arnews[2] += "Mary traded up to a one-bedroom, wondered if a man was leaving the priesthood for her, became a Big Sister, fell for the guy from \"That Girl,\" and attended a D.C. press junket with Lou.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 11:26:18 GMT";
arnews[2] += "
";
arnews[3]="'Rosencrantz and Guildenstern' Will Go Undead to a Theater Near You
";
arnews[3] += "Jane Austen is a zombie hunter, Abraham Lincoln's going after vampires. It was only a matter of time before the Bard got into the act.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 06:27:42 GMT";
arnews[3] += "
";
arnews[4]="Indican picks up vampire comedy
";
arnews[4] += "Indican Films has picked up rights to indie vampire comedy \"Rosencrantz and Guildenstern Are Undead\" and set an April 16 release date.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 02:00:00 GMT";
arnews[4] += "
";
arnews[5]="Another Showcase Showdown Celebrates 10th Anniversary
";
arnews[5] += "Created by David Fickas and Alex Fox in 2000, Another Showcase Showdown is a multifaceted variety show featuring live sketches, musical numbers and award-winning short films.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 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("