var arnews = new Array(6);
totcount = 6;
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]="Kevin McKidd on 'Grey's Anatomy''s New Love Triangle
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 19 Nov 2009 08:30:00 GMT";
arnews[1] += "
";
arnews[2]="Sloan and Addison Reunion on 'Grey's Anatomy'
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 15 Nov 2009 23:29:46 GMT";
arnews[2] += "
";
arnews[3]="Medical drama smackdown: "Mercy" vs. McDreamy
";
arnews[3] += "Taylor Schilling from \"Mercy\" and Patrick Dempsey from \"Grey's Anatomy.\" The insertion of the word \"drama\" as a stand-in for emotional confrontation tells us a lot about our psychological state in this self-conscious, unenlightened age.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 21:24:01 GMT";
arnews[3] += "
";
arnews[4]="E! Weekly Spoiler Chat
";
arnews[4] += "So what happens next on Gossip Girl ? Are D and O over? What about V? And what's this about a certain Miss Lady Gaga getting in on the threeway action? We have the scoop in our latest roundup of exclusive TV dish, along with the latest on Grey's hot couplings , Chuck 's sad news for fans of Sarah and Chuck, and a breakup on Friday Night Lights ...";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 22:20:04 GMT";
arnews[4] += "
";
arnews[5]="Spoiler Chat: Lady Gaga Gets in on Gossip Girl Threesome
";
arnews[5] += "By now, most of you have seen it: Tonight's mnage truhhhbuuuhhhl . It was pretty lame tame, right? But fear you not, next week things will get much saucier via flashbacks of the menage-a-shocker as the three little birds piece together what happened.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 06:00: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("