var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Justin Long Chats About 'Planet 51' - Celebrity Justice
";
arnews[0] += "\"New Moon\" isn't the only movie that is opening in theaters this week. Justin Long and Jessica Biel's animated film \"Planet 51\" is released Friday as well! Justin Long sat down with \"Extra's\" Lauren Sanchez and joked about voice-acting opposite ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[0] += "
";
arnews[1]="Lady Canes open against foe Warriors - KeysNet
";
arnews[1] += "Leading scorer Latrice Johnson returns, along with varsity veterans Breanna Casey, Cassandra Howard, Lauren Sanchez and Alex Gonzalez. Frontcourt player Asha Baker is expected to join the squad in the near future. \"We did end last season strong, so ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 16:53: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("