var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leverage Review #2
";
arnews[0] += "Team Leverage attends a phantom auction. February 4, 2010 - Both the sleazy Agent Sterling and Nate's ex-wife Maggie returned in style for the clever, surprising episode, \" The Zanzibar Marketplace Job .\" This episode pretty much had it all.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 20:52:00 GMT";
arnews[0] += "
";
arnews[1]="Actresses return for fundraiser
";
arnews[1] += "Hollywood actress Kari Matchett will be Puttin' on the Glitz on Saturday, Feb. 27, for the Affairs of the Arts benefit at Red Deer College.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:46:23 GMT";
arnews[1] += "
";
arnews[2]="Tonight's TV Hot List: Saturday, Jan. 30, 2010
";
arnews[2] += "Miss America 2010 8/7c TLC Mario Lopez once again handles the hosting duties for the 89th scholarship pageant at the Planet Hollywood Resort & Casino in Las Vegas.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 14:13:51 GMT";
arnews[2] += "
";
arnews[3]="Week in Preview: January 30, 2010 - February 5, 2010
";
arnews[3] += "Are made-for-SYFY movies as ridiculous as made-for-Lifetime movies? I sure hope so, because I'm going to watch the premiere of Meteor Storm , starring Michael Trucco and Kari Matchett .";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 12:33:09 GMT";
arnews[3] += "
";
arnews[4]="Obama to address the nation
";
arnews[4] += "TONIGHT'S SHOULD-SEE: State of the Union address, 6 p.m., ABC, CBS, NBC, Fox and cable news channels.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tonight's TV Hot List: Wednesday, Jan. 27, 2010
";
arnews[5] += "Leverage 10/9c TNT The con is on, and it turns intensely personal for crew captain Nate Ford upon the discovery that his ex-wife has been nabbed and is languishing in a Ukrainian prison.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 11:44:47 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("