var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gary Cole cast in TBS cop comedy pilot. Cast his partner! - Entertainment Weekly Online
";
arnews[0] += "Yikes, am I the only one who read that as a “Gary Cole cast in TPS cop comedy pilot”…as in TPS reports? Also, I’d go with Zach Gilford. Not that he’s a perfect fit for the part or anything…I just like having Zach Gilford on my TV on a ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 22:11:00 GMT";
arnews[0] += "
";
arnews[1]="Gary Cole to Star in Pilot by 'Monk' Creator - Tvsquad.com
";
arnews[1] += "Uh, yeeeeeeeeeaaaaaaah, from this TBS report it looks like Gary Cole is going to be starring in a new hour-long comedy from Andy Breckman, the creator of 'Monk.' It's about a veteran Philadelphia cop who has to train his goofy nephew partner. Maybe ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[1] += "
";
arnews[2]="Gary Cole joins TBS comedy pilot - Digital Spy
";
arnews[2] += "Office Space actor Gary Cole has signed to star in a new pilot for TBS. Cole, 53, will play a Philadelphia homicide detective partnered with his bumbling nephew in the hour-long comedy Uncle Nigel , says The Hollywood Reporter . The nephew role has ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 00:13:00 GMT";
arnews[2] += "
";
arnews[3]="Scorer's Tent - The Ledger
";
arnews[3] += "Results from golf league play around Polk County through Feb. 8 with format, date, event and winners by flight or class in alphabetical order. Anglers Green Men's Association, Quota Points, Feb. 4: A Flight - Wray Peterson plus 2, Bob Powers and ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:15:00 GMT";
arnews[3] += "
";
arnews[4]="Four women charged recently in West Tenn. domestic deaths - Jackson Sun
";
arnews[4] += "SELMER - Melissa R. Cole, 41, faces charges of first-degree murder, aggravated arson and tampering with evidence in the Nov. 2 death of her husband, Gary Cole, at their Enville home. Her case has been sent to the McNairy County grand jury.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:09:00 GMT";
arnews[4] += "
";
arnews[5]="Is Your Supervisor Among the Worst of the Worst? - The Ledger
";
arnews[5] += "Neither is Gordon Gekko, played by Michael Douglas, from \"Wall Street\" nor Bill Kumbergh, played by Gary Cole, in \"Office Space.\" Montgomery Burns, Homer's boss on \"The Simpsons,\" deserves a place as one of pop culture's worst bosses.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 23:55: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("