var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Katie Durham: Had the weirdest sci-fi nightmare last night. Pretty sure it starred Tom Hanks... in a bathrobe? Oh my subconsious, you are a strange one.
";
arnews[0] += "Had the weirdest sci-fi nightmare last night. Pretty sure it starred Tom Hanks... in a bathrobe? Oh my subconsious, you are a strange one.";
arnews[0] += "
";
arnews[1]="lihlii: >@pen9u1n 艾未未送给冯正虎的羊驼,就像《荒岛余生》中查克(汤姆•汉克斯 Tom Hanks饰)偶然制造出来的排球娃娃,将伴随他渡过未知的白天和黑夜,直到他重回家园。 http://j.mp/75RK23
";
arnews[1] += ">@pen9u1n 艾未未送给冯正虎的羊驼,就像《荒岛余生》中查克(汤姆•汉克斯 Tom Hanks饰)偶然制造出来的排球娃娃,将伴随他渡过未知的白天和黑夜,直到他重回家园。";
arnews[1] += "
";
arnews[2]="misctape: Psychic Sarah at Trocadero says I'm "confused, frustrated & stressed". I asked if I could be big. Tomorrow I hope to wake up as Tom Hanks.
";
arnews[2] += "Psychic Sarah at Trocadero says I'm \"confused, frustrated & stressed\". I asked if I could be big. Tomorrow I hope to wake up as Tom Hanks.";
arnews[2] += "
";
arnews[3]="amazontwits: Angels & Demons [Blu-ray] was $39.95 now $18.99 a 52% savings! = http://bit.ly/5s7nxN #dvd #amazon #deal
";
arnews[3] += "Angels & Demons [Blu-ray] was $39.95 now $18.99 a 52% savings! =";
arnews[3] += "
";
arnews[4]="amazonmovers: #9: Angels & Demons [Blu-ray]
";
arnews[4] += "#9: Angels & Demons [Blu-ray] -";
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("