var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Grey's Anatomy' webisodes belly up to the bar
";
arnews[0] += "\"Grey's Anatomy\" may be taking a break from television for the rest of 2009, but if you need a fix -- like, really badly -- you can turn to the web.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:34:47 GMT";
arnews[0] += "
";
arnews[1]="Grey's Anatomy Debuts Webisodes
";
arnews[1] += "For fans sick over the thought that Thursday's episode of Grey's Anatomy is the last until next year, here's a prescription - Seattle Grace: On Call , a webisode series.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:50:00 GMT";
arnews[1] += "
";
arnews[2]="This Just In: Lost and Chuck Get Premiere Dates
";
arnews[2] += "Lost : According to ABC, Lost season six will premiere Feb. 2 at 9 p.m., which means Tuesday is now Lost day.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:21:21 GMT";
arnews[2] += "
";
arnews[3]="Brick
";
arnews[3] += "Affected debut film from Rian Johnson, writer and director, a test-tube species of teen noir , a hard-boiled high-school hybrid, featuring a junior detective, a fille fatale , a small-time Mr.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:58:17 GMT";
arnews[3] += "
";
arnews[4]="Grey's: Jesse Williams dissects the Jackson-Cristina kiss
";
arnews[4] += "Now that you've seen the kiss between Owen's gal Cristina and new Mercy Wester Jackson on Grey's Anatomy , find out about the aftermath, details on the other Mercy West-Seattle Grace coupling and the return of Izzie from Williams himself ... -- Natalie Abrams TVGuide.com: Jackson and Cristina kissed! What the ... ? Jesse Williams: From the ...";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 20:56:26 GMT";
arnews[4] += "
";
arnews[5]="Grey's Anatomy: Jesse Williams Dissects the Jackson-Cristina Kiss
";
arnews[5] += "Now that you've seen the kiss between Owen's gal Cristina and new Mercy Wester Jackson on Grey's Anatomy , find out about the aftermath, details on the other Mercy West-Seattle Grace coupling and the return of Izzie from Williams himself ... TVGuide.com: Jackson and Cristina kissed! What the ... ? Jesse Williams: From the beginning when Jackson ...";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 08: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("