var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rhodri: Creating higher-quality HD video with iMovie '09 « David Glover
";
arnews[0] += "Creating higher-quality HD video with iMovie '09 « David Glover -";
arnews[0] += "
";
arnews[1]="Michael Geist: David Canton in London Free Press: "three strikes proposal is not a palatable solution" http://bit.ly/6LkC0m
";
arnews[1] += "David Canton in London Free Press: \"three strikes proposal is not a palatable solution\"";
arnews[1] += "
";
arnews[2]="MADNews101: David Letterman: "I'm Taking Over For Oprah...Tony Danza Will Replace Me" (VIDEO) http://bit.ly/5kktRY
";
arnews[2] += "David Letterman: \"I'm Taking Over For Oprah...Tony Danza Will Replace Me\" (VIDEO)";
arnews[2] += "
";
arnews[3]="@niadhe2archie dede... ini home gue kok banyak orang gak dikenal ngomongin david archie yah? kok bisa yaah? how ? mo konser tuh dia yah?
";
arnews[3] += "@niadhe2archie dede... ini home gue kok banyak orang gak dikenal ngomongin david archie yah? kok bisa yaah? how ? mo konser tuh dia yah? -";
arnews[3] += "
";
arnews[4]="#imlisteningto David Archuleta - Zero Gravity
";
arnews[4] += "";
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("