var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jason Huebel: Sorry about the previous post. Neglected to put it in the group I intended.
";
arnews[0] += "Sorry about the previous post. Neglected to put it in the group I intended.";
arnews[0] += "
";
arnews[1]="kristjan: voristrip: chapfou: carlos2245: killleo: penpenpost: thisturnsmeon: thingsthatexciteme: Jarah Mariano
";
arnews[1] += "voristrip: chapfou: carlos2245: killleo: penpenpost: thisturnsmeon: thingsthatexciteme: Jarah Mariano -";
arnews[1] += "
";
arnews[2]="mekal: daddylikes: thingsthatexciteme: Jarah Mariano
";
arnews[2] += "daddylikes: thingsthatexciteme: Jarah Mariano -";
arnews[2] += "
";
arnews[3]="niubi: 混血名模jarah-Mariano长相神似李宇春_video_新浪播客 http://bit.ly/4z3T9Z mixed korean-chinese american model is much better looking than li yuhun
";
arnews[3] += "niubi: 混血名模jarah-Mariano长相神似李宇春_video_新浪播客";
arnews[3] += "
";
arnews[4]="bill: 混血名模jarah-Mariano长相神似李宇春_video_新浪播客 http://bit.ly/4z3T9Z mixed korean-chinese american model is much better looking than li yuhun
";
arnews[4] += "混血名模jarah-Mariano长相神似李宇春_video_新浪播客";
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("