var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="daniel: #4: Dark Skies - The Awakening [VHS]
";
arnews[0] += "#4: Dark Skies - The Awakening [VHS] -";
arnews[0] += "
";
arnews[1]="Jess: #4: Dark Skies - The Awakening [VHS]
";
arnews[1] += "#4: Dark Skies - The Awakening [VHS] -";
arnews[1] += "
";
arnews[2]="mike: arn0_twittest: http://twitpic.com/f7ld4 Eric, close-up
";
arnews[2] += "arn0_twittest:";
arnews[2] += "
";
arnews[3]="Lily Kermit: 31日か。写真か動画が出るかなぁ。ともかくCarmineがゴルフぐらいはできる状況だって判って安心。Eric CloseやDavid James Elliottもいるのね。 http://bit.ly/opJcX
";
arnews[3] += "31日か。写真か動画が出るかなぁ。ともかくCarmineがゴルフぐらいはできる状況だって判って安心。Eric CloseやDavid James Elliottもいるのね。";
arnews[3] += "
";
arnews[4]="Eric Close
";
arnews[4] += "Eric Close -";
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("