var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="cynicalbynature: michael vartan, only reason to watch that godawful jada pinkett smith show
";
arnews[0] += "michael vartan, only reason to watch that godawful jada pinkett smith show";
arnews[0] += "
";
arnews[1]="Rogue.2007.Limited.720p.Bluray.x264-hV[逃亡鳄鱼岛] (电影(720p))
";
arnews[1] += "Rogue.2007.Limited.720p.Bluray.x264-hV[逃亡鳄鱼岛] (电影(720p)) -";
arnews[1] += "
";
arnews[2]="Jester: finally (after a few hours) figured out that I was thinking of Michael Vartan. My brain hates me.
";
arnews[2] += "finally (after a few hours) figured out that I was thinking of Michael Vartan. My brain hates me.";
arnews[2] += "
";
arnews[3]="Stephanie A. Lloyd: oh my. Monster in Law. Michael Vartan is in this, you know. he's um. you know.
";
arnews[3] += "oh my. Monster in Law. Michael Vartan is in this, you know. he's um. you know.";
arnews[3] += "
";
arnews[4]="Brian Spaeth: @323Talent I used to look like a little boy, then like Michael Vartan, now I just look like Young House. lololol
";
arnews[4] += "@";
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("