var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Jason Lee, who starred for four seasons in the critically acclaimed comedy My Name Is Earl, has been cast in the lead role of the TNT pilot DELTA BLUES. He will play Dwight Hendricks, a Memphis police officer who lives with his mother and moonlights ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:57:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Elevator malfunctions are the new wardrobe malfunctions for
Leighton Meester. The \"Gossip Girl\" starlet got a late start to her four-song set at the opening of American Eagle's store in Times Square after she got stuck in an elevator en ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 09:02:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "MYFOXNY.COM - Mark-Paul Gosselaar and Justin Kirk are talking about the new Broadway hit \"The Understudy\". The show has been extended through January 2010. Tickets are available by calling Roundabout Ticket Services at (212)719-1300 online at www ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:14:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "TNT is going to ring in the holidays in musical style with its annual presentation of CHRISTMAS IN WASHINGTON, premiering Sunday, Dec. 20, at 8 p.m. (ET/PT). Mary J. Blige, Neil Diamond, Sugarland, Rob Thomas and Usher are scheduled to join host ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "[NOTE: The following article is a press release issued by the aforementioned network and/or company. Any errors, typos, etc. are attributed to the original author. The release is reproduced solely for the dissemination of the enclosed information ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 17:10:00 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("");document.write("");