var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Ugly Truth
";
arnews[0] += "Katherine Heigl is Abby Richter the producer of a morning TV show in Sacramento which has been suffering from low ratings.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:16:17 GMT";
arnews[0] += "
";
arnews[1]="Glitter and All: Decorated trees on display at the Annual Brenner...
";
arnews[1] += "Topped with a black witch's hat, a Wizard of Oz -themed tree attracted a lot of looks yesterday at the 22nd Annual Brenner Children's Hospital Festival of Trees.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Katherine Heigl's Got Something In Her Mouth [Photo Gallery]
";
arnews[2] += "This time it isn't her foot. Katherine Heigl is seen here having lunch with her husband Josh Kelley and friends in Los Angeles on Friday, November 20, 2009.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:29:22 GMT";
arnews[2] += "
";
arnews[3]="Heigl and Butler in love and war in The Ugly Truth
";
arnews[3] += "When it comes to love, is the truth always so black and white? In Katherine Heigl 's case, love was an elusive object that she couldn't control in The Ugly Truth , now on DVD.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Singer-Songwriter Josh Kelley Signs Nashville Record Deal
";
arnews[4] += "Singer-songwriter Josh Kelley has signed with Universal Music Group Nashville and expects to release his first album for the label in 2010.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:49:18 GMT";
arnews[4] += "
";
arnews[5]="Celebrity birthdays for Nov. 22-28
";
arnews[5] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[5] += "
";
arnews[6]="TWoP 10: TV Things We're Thankful For This Year
";
arnews[6] += "While we're constantly grateful for our friends and family and jobs and health and all that jazz, we're really thankful for the gift of television and DVRs and for Grey's Anatomy episodes without Katherine Heigl.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:13:59 GMT";
arnews[6] += "
";
arnews[7]="Grey's Anatomy Webisodes Kick Off
";
arnews[7] += "Bummed that there won't be any new Grey's Anatomy episode until next year? ABC.com will try to have things covered, with Seattle Grace: On Call , a six-part webisode series, each four to five minutes long, plus a special behind-the-scenes episode chronicling the making of Seattle Grace: On Call .";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 21:48:48 GMT";
arnews[7] += "
";
totcount = 8;
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("