var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nickelodeon and Columbia/Epic Label Group Commence Production on...
";
arnews[0] += "Source: Nickelodeon On 11:43 am EDT, Monday October 26, 2009 SANTA MONICA, Calif., Oct.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 18:59:18 GMT";
arnews[0] += "
";
arnews[1]="Star maker machinery
";
arnews[1] += "NEAR the end of what turned out to be the final season of \" Zoey 101,\" Victoria Justice -- who was playing Jamie Lynn Spears' sidekick, Lola -- was summoned, with her mom, to a meeting with Dan Schneider.";
arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 12:08:10 GMT";
arnews[1] += "
";
arnews[2]="The art market: Slow Tuesday, fast Wednesday and the danger of a double dip
";
arnews[2] += "It was a tale of contrasting sales this week in London, as Christie's and Sotheby's rolled out their summer impressionist and modern auctions.";
arnews[2] += "
Publ.Date : Sat, 27 Jun 2009 03:55:05 GMT";
arnews[2] += "
";
totcount = 3;
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("