var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="full article
";
arnews[0] += "Two Tivos To Paradise 10.23.09 Posted by Al Norton on 10.23.2009 Arrested Development returns to the airwaves , Fox pulls Dollhouse for sweeps, the cast of the new Celebrity Apprentice , Joss Whedon to direct an episode of Glee , big names line up TV projects, raves for PSYCH , a ratings breakdown, tons of news and notes, the TV Pick of the Week ...";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 09:54:01 GMT";
arnews[0] += "
";
arnews[1]="Filming Begins For 'Celebrity Apprentice 3'
";
arnews[1] += "I still can't get over that Holly Robinson Peete and Cyndi Lauper are taking part in 'Celebrity Apprentice 3'. Really guys? Celebrity Apprentice? Then again, it's all for charity right? Thousands of people will benefit from the game.";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 20:15:42 GMT";
arnews[1] += "
";
arnews[2]="TLC sues Jon Gosselin over contract
";
arnews[2] += "And another chapter begins in the \"Jon & Kate Plus 8\" saga. TLC filed a lawsuit Friday against Jon Gosselin , accusing him of breach of contract, usmagazine.com reports.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Local Hottie to Appear on Celebrity Apprentice
";
arnews[3] += "World Wrestling Entertainment's Maria Kanellis, a native of Ottawa, Ill. -- and a veteran Playboy cover gal -- will appear on the upcoming season of \"Celebrity Apprentice,\" where she'll compete against Rod Blagojevich.";
arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 01:48:06 GMT";
arnews[3] += "
";
arnews[4]="Kanellis in 'Celebrity Apprentice' cast
";
arnews[4] += "As a professional wrestler, Ottawa native Maria Kanellis has faced off against some top athletes.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 05:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("