var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Damages' post-mortem: Campbell Scott on Joe Tobin
";
arnews[0] += "\"Damages\" shook up its usual format in the season's third episode by sticking with one time frame -- and a rather brief one at that.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:26:25 GMT";
arnews[0] += "
";
arnews[1]="What's Damages doing different this week?
";
arnews[1] += "Damages continues its riveting third season with an episode that does things a little differently.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:26:12 GMT";
arnews[1] += "
";
arnews[2]="Damages Boss: "We're Doing Something We've Never Done Before"
";
arnews[2] += "Damages continues its riveting third season with an episode that does things a little differently.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:03:05 GMT";
arnews[2] += "
";
arnews[3]="Mega Buzz: Scoop on House, NCIS, Lost and More
";
arnews[3] += "Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 06:46:09 GMT";
arnews[3] += "
";
arnews[4]="Grey's Anatomy, Desperate Housewives
";
arnews[4] += "Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 09:16:24 GMT";
arnews[4] += "
";
arnews[5]="Mega Buzz: Scoop on Lost, Grey's, Housewives and More
";
arnews[5] += "Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 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("