var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cutting Edge Fox News Channel Show to Premiere Monday
";
arnews[0] += "FOX News Channel's Megyn Kelly will begin solo anchoring a new two-hour Dayside program from 1-3PM ET on Monday February 1st which will replace The Live Desk for the powerhouse news network, according to Kelly's exclusive for The Examiner's Jim Kouri.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Rules of Engagement' returns and 'Accidentally On...
";
arnews[1] += "CBS has announced its 2010 mid-season moves for its scripted series, including a move for the Jenna Elfman comedy, \"Accidentally On Purpose\" and the return of the comedy \"Rules Of Engagement.\" MIAMI MEDICAL, about a team of expert surgeons who thrive on the adrenaline rush of working at one of the premiere trauma facilities in the country while ...";
arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV Q-and-a: 'Rules'
";
arnews[2] += "I cannot understand why the TV show \"Rules of Engagement\" was not renewed. Do you know if there is any hope for it? Answer: Yes.";
arnews[2] += "
Publ.Date : Fri, 18 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Rules of Engagement' to return in midseason
";
arnews[3] += "If it's Thursday, this must be the mailbag. . . . Q: I cannot understand why the TV show ''Rules of Engagement'' was not renewed.";
arnews[3] += "
Publ.Date : Thu, 10 Dec 2009 09:40:23 GMT";
arnews[3] += "
";
arnews[4]="Jaime Pressly to appear on Rules of Engagement
";
arnews[4] += "Jaime Pressly is about to brush up on her Rules of Engagement . The Emmy winner will guest-star on an upcoming episode of the CBS comedy, TVGuide.com has confirmed.";
arnews[4] += "
Publ.Date : Sun, 06 Dec 2009 04:34:38 GMT";
arnews[4] += "
";
arnews[5]="This Week In Hollywoodland
";
arnews[5] += "This week Hollywoodland was filled with scandal and surprises, but also some good news as well.";
arnews[5] += "
Publ.Date : Sat, 05 Dec 2009 22:03:33 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("