var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David J. Hinson: @davidjhinson Dara Torres: http://bit.ly/mk51b #nasatweetup
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="David J. Hinson: http://twitpic.com/prxvr - Dara Torres (@daratorresswims) autograph! Schweet! #nasatweetup
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="David J. Hinson: David http://twitpic.com/prxvr - Dara Torres (@daratorresswims) autograph! Schweet! #nasatweetup.
";
arnews[2] += "David";
arnews[2] += "
";
arnews[3]="David J. Hinson: David Hey, Marc Middleton and Bill Shafer - met Dara Torres (@daratorresswims on Twitter) at the #nasatweetup. Will post a video of her brief talk a little later on YouTube.
";
arnews[3] += "Hey, Marc Middleton and Bill Shafer - met Dara Torres (@daratorresswims on Twitter) at the";
arnews[3] += "
";
arnews[4]="David J. Hinson: David Dara Torres (@daratorresswims) speaks to the assembled group. #nasatweetup.
";
arnews[4] += "Dara Torres (@daratorresswims) speaks to the assembled group.";
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("