var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Steakalicious Christine: http://i947.photobucket.com/albums/ad314/Steakalicious/Nickley/_L-R__Musician_Kevin_Jonas__actress.jpg
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Steakalicious Christine: http://i947.photobucket.com/albums/ad314/Steakalicious/Nickley/_L-R__Musician_Kevin_Jonas__actress.jpg @Echickk JZHFINDF
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Demi Lovato IFC: Kevin Jonas on Camp Rock sequel - The Press Association
";
arnews[2] += "Kevin Jonas on Camp Rock sequel - The Press Association -";
arnews[2] += "
";
arnews[3]="Nelson Linda: New post, "Kevin Jonas on Camp Rock sequel" - http://bit.ly/Dzvj6
";
arnews[3] += "New post, \"Kevin Jonas on Camp Rock sequel\" -";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: Review: Jonas Brothers, Metro Radio Arena - Journal Live
";
arnews[4] += "Review: Jonas Brothers, Metro Radio Arena - Journal Live -";
arnews[4] += "
";
totcount = 5;
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("