var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Week in DVD: February 9th
";
arnews[0] += "Rob Hunter loves movies.A He also loves eating tofu and protecting exiled Chinese revolutionaries from assassination.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:34:20 GMT";
arnews[0] += "
";
arnews[1]="Donald Margulies Chats About Time Stands Still
";
arnews[1] += "Pulitzer Prize-winning playwright Donald Margulies was one of the guests at the Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:19:41 GMT";
arnews[1] += "
";
arnews[2]="PHOTO From left: Adam Lambert, Steven Tyler, and Alicia Silverstone are shown in these file photos.
";
arnews[2] += "The battle between Aerosmith's lead singer Steven Tyler and the band's management could soon end up in a very un-rock and roll place: Court.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:20:29 GMT";
arnews[2] += "
";
arnews[3]="'Time Stands Still'
";
arnews[3] += "When nothing of consequence happens, \"Time Stands Still.\" And by the second act of Donald Margulies' new play at the Manhattan Theatre Club, \"Time\" seems interminable.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 14:45:00 GMT";
arnews[3] += "
";
arnews[4]="Time running out for Pete the Moose?
";
arnews[4] += "Time may be running out for Pete the Moose. State Wildlife officials say keeping the moose in captivity is against the law and they are now exploring legal options.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:06:06 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("