var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Grey's Anatomy' Recap: Working on Hernias on Christmas?
";
arnews[0] += "Well so much for non-awkward dinner conversations. Bailey's daddy should meet Callie's daddy.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:14:42 GMT";
arnews[0] += "
";
arnews[1]="Look at my Nin!A Stunning!! Shea s all grown up. Tonight is...
";
arnews[1] += "Consider me, Mary Rambin, your portal to a world of opinions and life experiences.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:04:00 GMT";
arnews[1] += "
";
arnews[2]="Grey's Anatomy: Preview of Episode 6.10 "Holidaze"
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 19 Nov 2009 00:31:43 GMT";
arnews[2] += "
";
arnews[3]="Grey's Anatomy Sneak Peeks: Hey, Look, Owen and Cristina Are Making Out
";
arnews[3] += "The joke is on us. Cristina is leaving Owen for Teddy . Nice job, writers. We've got six all-new sneak peeks of tomorrow's Grey's Anatomy episode, and from the looks of it, this ep, entitled \"Holidaze,\" will have more plot advances than some shows have all year! Owen-Teddy-Cristina are heating up , Bailey's dad surprises her at the hospital and, oh ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:35:29 GMT";
arnews[3] += "
";
arnews[4]="Sloan and Addison Reunion on 'Grey's Anatomy'
";
arnews[4] += "Rumor has it that Terminator: The Sarah Connor Chronicles home-wrecker Leven Rambin will play Mark Sloan's long-lost daughter on Grey's Anatomy .";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:29:46 GMT";
arnews[4] += "
";
totcount = 5;
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("