var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Grey's: Jesse Williams dissects the Jackson-Cristina kiss - abc40
"; arnews[0] += "Jesse Williams: From the beginning when Jackson joined, he's immediately thrown into this direct competition with Cristina. We're on the same cases, we're battling for surgeries. We've had a couple of run-ins. In this episode, she really takes charge ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:20:00 GMT"; arnews[0] += "
"; arnews[1]="Spoiler Chat: Grey's Anatomy 's Kevin McKidd Dishes on (And Defends ... - Entertainment Online
"; arnews[1] += "Cristina hates her. With a passion. And so far, it seems that some of you fans do too. Well, we just talked to Kevin himself, and he admits that he, too, was concerned at first about the triangle, but he warmed up to it, and tells you fans why you ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");