var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "
When “Grey’s Anatomy” came onto the scene in 2005 we were introduced to Patrick Dempsey’s sultry scruff and wavy hair which formed the small screen perfection of Dr. Derek Shepherd, later referred to as ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "When Owen Hunt ( Kevin McKidd ) scrubbed into Seattle Grace Hospital on \"Grey's Anatomy\" last season, he quickly found himself attracted to Cristina Yang ( Sandra Oh ), but acting on it was another matter. Having just returned from the war in Iraq ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:51:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Anywhere else actually, but on Grey's Anatomy , Miranda (Chandra Wilson) is visited by her father William, who disapproves of her choices in life. Elsewhere Thatcher Grey questions the Chief's (James Pickens, Jr.) behavior as Meredith (Ellen Pompeo ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:15:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "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. I'm a sucker for big makeshift-family dinners and people playing in the snow ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:42:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "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 (sort of, because you just can't associate the word girlfriend with her ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "Mindy in Barcelona: What's going to happen with Owen, Cristina and Kim Raver on Grey's Anatomy ? We'll have more for you from Kevin before the next Grey ... And of course, it doesn't help that Bart Bass is back in the mix! Danielle in Seattle: Are ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:19: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("");document.write("");