var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="J. Ott: johnott: @jason Very confusing to see other Jasons' pictures. Today seems in some way your tweets are from Jason Alexander, yet they aren't funny
";
arnews[0] += "johnott: @jason Very confusing to see other Jasons' pictures. Today seems in some way your tweets are from Jason Alexander, yet they aren't funny -";
arnews[0] += "
";
arnews[1]="Tim Gibbons: Every time I hear Feist's "Brandy Alexander", I can't help but hear "He's my Jason Alexander..." and then fill in the words...
";
arnews[1] += "Every time I hear Feist's \"Brandy Alexander\", I can't help but hear \"He's my Jason Alexander...\" and then fill in the words...";
arnews[1] += "
";
arnews[2]="Chris R: RT @RealCarrotTop: On stage at Peepshow with @hollymadison123, Aubrey O'Day (motorboating) & Jason Alexander http://pic.gd/b7f6b0
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Jason Alexander is coming to #Adelaide !! He's doing a Seinfeld Q&A, should be interesting.
";
arnews[3] += "Jason Alexander is coming to";
arnews[3] += "
";
arnews[4]="1C_Interes: 1С Интерес: DVD Хатико: Самый верный друг, Фильм Хатико: Самый верный друг купить, Купить Hachiko: A Dog’s Story. История собаки Хатико в магазинах сети «1С Интерес» Купить 379 руб. Доставка осуществляется после даты релиза 26.11.2009
";
arnews[4] += "1С Интерес: DVD Хатико: Самый верный друг, Фильм Хатико: Самый верный друг купить, Купить Hachiko: A Dog’s Story. История собаки Хатико в магазинах сети «1С Интерес» Купить 379 руб. Доставка осуществляется после даты релиза 26.11.2009 -";
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("