var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cougar Town’ Recap: You Don’t Have to Be a Cougar to Love This ... - The Celebrity Cafe.com
";
arnews[0] += "While Jules and Ellie were dealing with their issues, Jules’s ex-husband, Bobby (Brian Van Holt), was also dealing with an issue - he is still in love with Jules but she told him it was over, forever. To deal with this, he goes on a drinking binge ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 06:12:00 GMT";
arnews[0] += "
";
arnews[1]="Cougar Town’ a debate over Valentine’s Day (audio) - Radio Business Report
";
arnews[1] += "... podcast \"Cougar Town\" stars Courteney Cox as Jules, Christa Miller as Ellie, Busy Philipps as Laurie, Dan Byrd as Travis, Josh Hopkins as Grayson, Ian Gomez as Andy and Brian Van Holt as Bobby. Ratings Review: “Cougar Town” (9:30-10:00 p.m ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Tivo it: What to watch Wednesday night - Daily News Journal
";
arnews[2] += "CBS is paying a lot for Sunday’s Super Bowl, and it’s naturally determined to get as much out of its investment as it can. Which explains tonight’s “Super Bowl’s Greatest Commercials” (7 p.m.), a count-down special that lets viewers vote ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Sheryl Crow To Join ‘Cougar Town’ - E Canada Now
";
arnews[3] += "The entertainment world is all abuzz about the upcoming episodes of Cougar Town because singer/activist Cheryl Crow will have a recurring part. She will play Grayson’s new girlfriend and will be cast as a wine distributor. Grayson, played by Josh ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 17:56:00 GMT";
arnews[3] += "
";
arnews[4]="Citytv Programming Highlights: Monday, February 8 – Sunday, February ... - Channel Canada
";
arnews[4] += "Chuck (Zachary Levi) and Hannah (guest star Kristin Kreuk, Smallville) unexpectedly become part of agent Daniel Shaw’s ... Meanwhile, Bobby (Brian Van Holt) and Jules are at an impasse over letting Travis (Dan Byrd) go to a party where he’ll ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 05:47: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("