var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Eric Odom: At the airport to pick up Michael Johns for a couple days of meetings. Busy here today.
";
arnews[0] += "At the airport to pick up Michael Johns for a couple days of meetings. Busy here today.";
arnews[0] += "
";
arnews[1]="Paula Gardner: @pinkelephantpun Oh, no! Michael Johns has knowledge of medical industry, which must surely disqualify him from participating in the debate.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Amazon #music_blues #10 cd: SAVE $4.49 - Hold Back My Heart - Michael Johns $10.49 http://dealnay.com/38139 #onsale
";
arnews[2] += "Amazon";
arnews[2] += "
";
arnews[3]="Best Selling Music: Amazon #music_blues #10 cd: SAVE $4.49 - Hold Back My Heart - Michael Johns $10.49 http://dealnay.com/38139 #onsale
";
arnews[3] += "Amazon";
arnews[3] += "
";
arnews[4]="Sujoy: Forgot to paste the link. Michael Johns covering - Beyonce Single Ladies, and he sings Bohemian Rhapsody acapella too http://bit.ly/825j8T
";
arnews[4] += "Forgot to paste the link. Michael Johns covering - Beyonce Single Ladies, and he sings Bohemian Rhapsody acapella too";
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("