var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Percy Jackson & The Lightning Thief International Trailer - Screenrant.com
";
arnews[0] += "The International trailer for Percy Jackson & The Lightning Thief has hit the Interweb, and it looks better than the previous trailer(s) that we’ve seen for the film. The difference? This international trailer actually sets up something of an ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Aniston Narrates Sequel to Loukoumi's Good Deeds - Limelife
";
arnews[1] += "We do love ourselves some Jennifer Aniston: call us super fans if you must, but quite a few of us here at LimeLife like to know what's on her professional plate. Besides her usual routine of gorgeous photoshoots and filming, she's helping out with an ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:27:00 GMT";
arnews[1] += "
";
arnews[2]="A Growing TV Cover-up: Obnoxious Pop-up Promos - ABC News
";
arnews[2] += "Somewhere in the universe of TV viewers, there's got to be a person who actually likes those pop-up, on-screen promotions. In this Nov. 7, 2009 photo, a pop up advertisement for an upcoming NBA game is displayed as a scene from \"CSI: New York ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:57:00 GMT";
arnews[2] += "
";
arnews[3]="Pop-up TV promos infuriating - Standard-Times
";
arnews[3] += "A pop up advertisement for an NBA game is displayed during a broadcast scene from “CSI: New York,” featuring actress Melina Kanakaredes, on the TNT cable channel in New York. Such elaborate, large ads detract from the show on screen. A pop up ad ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[3] += "
";
totcount = 4;
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("