var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Daniel Emmons: I wonder how many times a day Jason Biggs gets greeted with a passing "Hey, Pie Fucker!"
";
arnews[0] += "I wonder how many times a day Jason Biggs gets greeted with a passing \"Hey, Pie Fucker!\"";
arnews[0] += "
";
arnews[1]="Eight.Below.2006.BluRay.1080p.x264.DTS-WiKi[南极大冒险 国英双语] (电影(720p))
";
arnews[1] += "Eight.Below.2006.BluRay.1080p.x264.DTS-WiKi[南极大冒险 国英双语] (电影(720p)) -";
arnews[1] += "
";
arnews[2]="Film - American Pie, il prmo assaggio non si scorda mai
";
arnews[2] += "Film - American Pie, il prmo assaggio non si scorda mai -";
arnews[2] += "
";
arnews[3]="surfpeople news: Film - American Pie, il prmo assaggio non si scorda mai
";
arnews[3] += "Film - American Pie, il prmo assaggio non si scorda mai -";
arnews[3] += "
";
arnews[4]="Movie ToSee: Movie Poster - Jason Biggs Actor
";
arnews[4] += "Movie Poster - Jason Biggs Actor -";
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("