var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Parsing Vanity Fair’s next big things, part 2 - Toronto Star
";
arnews[0] += "Michael Rapaport: Wrong. I don’t know what his sitcom was called, but five minutes of it nearly killed me once. • Stephen Dorff: Wrong. No further comment required. • Johnathon Schaech: Wrong. Who in the hell is this, and why is he standing ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Big names ready to come out for Celebrity Game - NBA
";
arnews[1] += "In his day job, Terrell Owens plays wide receiver for the Dallas Cowboys. When he moonlights as a celebrity basketball player, he's pretty good at receiving, too. Things like alley oops. And MVP trophies. Thanks to a game-high 17 points (but only one ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Mad about movies - Khaleej Times
";
arnews[2] += "DIRECTOR BRETT SIMON’S contemporary, noir-comedy that garnered rave reviews at its premiere at the 2008 Sundance Film Festival, The Assassination of a High School President finally makes it to town this week. The film stars Reece Thompson, Bruce ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 19:06:00 GMT";
arnews[2] += "
";
totcount = 3;
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("