var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah
";
arnews[0] += "Thursday night's \"Grey's Anatomy\" marked the arrival of Teddy Altman , a face from Owen Hunt's past.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen Pompeo Takes The Cake [Quick Judgement]
";
arnews[1] += "Grey's Anatomy actress Ellen Pompeo appeared to be in very good spirits as she enjoyed a leisurely day in Los Angeles, CA on January 4, 2010.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:18:19 GMT";
arnews[1] += "
";
arnews[2]="Don't miss
";
arnews[2] += "While most people are having fun on Valentine's Day, the doctors at Seattle Grace are poised for disaster - and it arrives, when the roof collapses at a popular romantic restaurant.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 07:02:27 GMT";
arnews[2] += "
";
arnews[3]="'Grey's Anatomy' star Ellen Pompeo shares pics of baby daughter
";
arnews[3] += "TV star Ellen Pompeo unveiled the first public pictures of her new baby daughter on The Ellen DeGeneres Show The image showed four-month-old Stella wearing a checked shirt matching that of her dad, music producer Chris Ivery 05 FEBRUARY 2010 Ellen Pompeo, star of US TV drama Grey's Anatomy , has unveiled the first picture of her four-month-old ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 20:32:04 GMT";
arnews[3] += "
";
arnews[4]="A spoonful of sugar
";
arnews[4] += "She's sweet, she's pretty and she's had the hots for at least three Grey's Anatomy doctors in her short time at Seattle Grace.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="Ellen Pompeo on 'Ellen': Baby Pics, Pandas, and 'Grey's Anatomy'
";
arnews[5] += "It didn't leak through any paparazzo, Grey's Anatomy headliner Ellen Pompeo made sure of that in reference to the first photos of Stella Luna, her four-month-old bundle of joy with hubby Chris Ivery.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:27:05 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("