var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria Justice Is Hot AND Funny
";
arnews[0] += "Victoria Justice gets to force the shcool's hottie, Avan Jogia, to kiss her in this new promo for her upcoming show, Victorious.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:28:00 GMT";
arnews[0] += "
";
arnews[1]="Nickelodeon and Columbia/Epic Label Group Commence Production on...
";
arnews[1] += "Source: Nickelodeon On 11:43 am EDT, Monday October 26, 2009 SANTA MONICA, Calif., Oct.";
arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 18:59:18 GMT";
arnews[1] += "
";
arnews[2]="Star maker machinery
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 26 Oct 2009 12:08:10 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("