var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="tim kerrick: so Lindsey Shaw is playing the role of Kat Statford on the "10 Things I Hate About You" tv show....I can dig that.
";
arnews[0] += "so Lindsey Shaw is playing the role of Kat Statford on the \"10 Things I Hate About You\" tv show....I can dig that.";
arnews[0] += "
";
arnews[1]="Manuel Reis: @raquelation Eu gosto do filme. É um dos meus preferidos. E a série vale a pena. Tem a Lindsey Shaw, actriz jovem com timing cómico perfeito
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="10 Things I Hate About You S01E08 720p HDTV X264-DIMENSION[对面恶女看过来 (第一季 第8集)] (剧集(欧美))
";
arnews[2] += "10 Things I Hate About You S01E08 720p HDTV X264-DIMENSION[对面恶女看过来 (第一季 第8集)] (剧集(欧美)) -";
arnews[2] += "
";
arnews[3]="Laura: Lindsey Shaw Interview: 10 Things I Hate About You
";
arnews[3] += "Lindsey Shaw Interview: 10 Things I Hate About You -";
arnews[3] += "
";
arnews[4]="10.Things.I.Hate.About.You.S01E10.720p.HDTV.X264-DIMENSION[对面恶女看过来 第一季第10集] (剧集(欧美))
";
arnews[4] += "10.Things.I.Hate.About.You.S01E10.720p.HDTV.X264-DIMENSION[对面恶女看过来 第一季第10集] (剧集(欧美)) -";
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("