var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Child's play - Los Angeles Times
";
arnews[0] += "In the middle of everything there is a pool. It's flanked by beach chairs under umbrellas, picture-perfect palm trees, actresses, publicists, reporters and other hangers-on. Four good-looking young guys dressed in Hollywood-wear -- skinny jeans ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT";
arnews[0] += "
";
arnews[1]="Fixed Mobile Convergence - TMCnet
";
arnews[1] += "... one program with kids 2-11, while the recent iCarly TV movie, \"iFight Shelby Marx\" (Aug. 8, 8:00 p.m. ET/PT) with guest star Victoria Justice (Victorious, Spectacular!), scored a series best with 8.9 million total viewers. A show within a show ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:01:00 GMT";
arnews[1] += "
";
totcount = 2;
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("