var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Richard Carter, FCD: Mario Pineda-krch of Edmonton, Alberta, Canada just became a Friend of Charles Darwin.
";
arnews[0] += "Mario Pineda-krch of Edmonton, Alberta, Canada just became a Friend of Charles Darwin.";
arnews[0] += "
";
arnews[1]="Donna D'Angelo: The Greatest Reward ~ Celine Dion And Mario Frangoulis TY @scotlandlover @the_knight_manager @Greenfields47 @Da... ♫ http://blip.fm/~gs7bb
";
arnews[1] += "The Greatest Reward ~ Celine Dion And Mario Frangoulis TY @";
arnews[1] += "
";
arnews[2]="Review: New Super Mario Bros. Wii
";
arnews[2] += "Review: New Super Mario Bros. Wii -";
arnews[2] += "
";
arnews[3]="Need "old-school" 8-bit graphics for hobbyist video game by gonzobrains
";
arnews[3] += "Need \"old-school\" 8-bit graphics for hobbyist video game by gonzobrains -";
arnews[3] += "
";
arnews[4]="lordsplay: Super Mario Kart Review
";
arnews[4] += "Super Mario Kart Review -";
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("