var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Todd Justice: Rodney Carrington Tour Dates Announced: rodney carrington/#1748883 http://bit.ly/7Qs4es; wulala wulala says [Fu.. http://digg.com/u1GoVd
";
arnews[0] += "Rodney Carrington Tour Dates Announced: rodney carrington/#1748883";
arnews[0] += "
";
arnews[1]="Carsten: Rodney Carrington – Show them to me
";
arnews[1] += "Rodney Carrington – Show them to me";
arnews[1] += "
";
arnews[2]="Carsten: Show THEM to me http://toomuchinformation.de/rodney-carrington-show-them-to-me/
";
arnews[2] += "Show THEM to me";
arnews[2] += "
";
arnews[3]="Carsten: Show THEM to me http://toomuchinformation.de/rodney-carrington-show-them-to-me/
";
arnews[3] += "Show THEM to me";
arnews[3] += "
";
arnews[4]="Stand Up Comedy: Rodney Carrington Tour Dates Announced: His other stand-up comedy performances will be based at several other t.. http://bit.ly/5KujGZ
";
arnews[4] += "Rodney Carrington Tour Dates Announced: His other stand-up comedy performances will be based at several other t..";
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("