var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chris Harrison: You should read what @natalie wrote: http://nataliejost.com/jute-box-anyone/
";
arnews[0] += "You should read what @";
arnews[0] += "
";
arnews[1]="Marco Kraus: Natalie bloggt: sms von gestern Nacht http://bit.ly/5Cqsfh
";
arnews[1] += "Natalie bloggt: sms von gestern Nacht";
arnews[1] += "
";
arnews[2]="大川内 麻里: ゆってぃさんもインタビューしましたよ http://careerzine.jp/article/corner/4 RT @owarai_natalie: ゆってぃが“ガチ”な音楽談義イベント http://natalie.mu/owarai/news/show/id/24167
";
arnews[2] += "ゆってぃさんもインタビューしましたよ ";
arnews[2] += "
";
arnews[3]="Matt;: I love seeing my freebies being used in the real world. Here's one from Natalie Murray - http://twitpic.com/qmtab (http://is.gd/4K9hX)
";
arnews[3] += "I love seeing my freebies being used in the real world. Here's one from Natalie Murray -";
arnews[3] += "
";
arnews[4]="emilio: Natalie Portman y Maguire, de estreno
";
arnews[4] += "Natalie Portman y Maguire, de estreno -";
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("