var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="MLx: @libraryina yes, same characters @chelseacain started in Heartsick. Susan Ward (the Punk Journalist) is, as usual, AWESOME.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Working Capital: Come scrivere l'executive summary di un business plan. I consigli di Guy Kawasaki, Tim Berry e Susan Ward http://spedr.com/1x9t0
";
arnews[1] += "Come scrivere l'executive summary di un business plan. I consigli di Guy Kawasaki, Tim Berry e Susan Ward";
arnews[1] += "
";
arnews[2]="twilightzone: Image of Susan Ward, view more Susan Ward pictures
";
arnews[2] += "Image of Susan Ward, view more Susan Ward pictures -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Susan Ward @ The Suite Life: Skybar Emmy Suites - Day 2 (Sep 18, 2009) x 2HQ http://is.gd/3sU3j
";
arnews[3] += "Susan Ward @ The Suite Life: Skybar Emmy Suites - Day 2 (Sep 18, 2009) x 2HQ";
arnews[3] += "
";
arnews[4]="Tim Cusack: RT @SOCIALMEDIAPRO1: RT @chrisvoss: Get .•**·. One on One w/ Chris Voss, Phone / Web Training for Twitter / Social Media http://bit.ly/eE...
";
arnews[4] += "RT @";
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("