var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nadia
";
arnews[0] += "I've always been an easy sell when it comes to holiday episodes. There's nothing like a \"Felicity\" Thanksgiving, and \"The Office\" always has the best Christmas parties.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:34:44 GMT";
arnews[0] += "
";
arnews[1]="'Grey's Anatomy' Recap: Working on Hernias on Christmas?
";
arnews[1] += "Well so much for non-awkward dinner conversations. Bailey's daddy should meet Callie's daddy.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:14:42 GMT";
arnews[1] += "
";
arnews[2]="6-10: "Holidaze" 2009.11.19
";
arnews[2] += "Whywhywhy did Thatcher have to be there? I thought he'd just take his new liver and hit the road or something, the boot-faced creep.. I'm already tired of Teddy's Meaningful Downcast Looks of Languishment every time she's around Owen.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:47:40 GMT";
arnews[2] += "
";
arnews[3]="Tonighta s a Greya s Anatomya : Kevin McKidd on good news and bad news for Cristina and Owen fans
";
arnews[3] += "Grey's Anatomy fans - particularly those who love the relationship between Cristina and Owen as much as I do - got a little queasy last week with the arrival of Kim Raver's Dr.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:58:32 GMT";
arnews[3] += "
";
arnews[4]="Grey's Anatomy Love Triangle: "The Characters Can't Be Happy All the Time"
";
arnews[4] += "Here's the bad news: Kim Raver 's Teddy Altman is definitely a complication for Grey's Anatomy 's most beloved twosome of the moment: Kevin McKidd 's Owen Hunt and Sandra Oh 's Cristina Yang.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:12:29 GMT";
arnews[4] += "
";
arnews[5]="Kevin McKidd on 'Grey's Anatomy''s New Love Triangle - ET
";
arnews[5] += "Kevin McKidd on 'Grey's Anatomy''s New Love Triangle When Owen Hunt scrubbed into Seattle Grace Hospital on \"Grey's Anatomy\" last season, he quickly found himself attracted to Cristina Yang , but acting on it was another matter.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:02:04 GMT";
arnews[5] += "
";
arnews[6]="Grey's: Will Owen-Cristina Last?
";
arnews[6] += "Grey's Anatomy executive producer Shonda Rhimes gave fans a wonderful couple to root for in Cristina and Owen , and then introduced Dr.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 05:18:52 GMT";
arnews[6] += "
";
arnews[7]="Grey's Anatomy: Preview of Episode 6.10 "Holidaze"
";
arnews[7] += "It's Thanksgiving in Seattle Grace! Anywhere else actually, but on Grey's Anatomy , Miranda is visited by her father William, who disapproves of her choices in life.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 00:31:43 GMT";
arnews[7] += "
";
arnews[8]="'Grey's Anatomy's Kevin McKidd: Teddy's Not Going Anywhere
";
arnews[8] += "Keen an open mind, that's what Kevin McKidd wants to tell the Grey's Anatomy fans who are apprehensive of the brewing love triangle among his character Owen Hunt, his girlfriend Cristina Yang, and newcomer Teddy Altman .";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 21:17:29 GMT";
arnews[8] += "
";
totcount = 9;
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("