var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rob: Updated my @ClickFive Mahalo Page...New Bio: http://www.mahalo.com/the-click-five
";
arnews[0] += "Updated my @";
arnews[0] += "
";
arnews[1]="TheTAZZone: I hope you're enjoying these lists I'm creating as much as I have in making them...as a former avid music colle... ♫ http://blip.fm/~ga02u
";
arnews[1] += "I hope you're enjoying these lists I'm creating as much as I have in making them...as a former avid music colle... ♫";
arnews[1] += "
";
arnews[2]="wishu: Headlight Disco - The Click Five
";
arnews[2] += "Headlight Disco - The Click Five";
arnews[2] += "
";
arnews[3]="TheTAZZone: How many marketers posting affiliate links and selling pipe dreams to gullible people does it take to ruin Twit... ♫ http://blip.fm/~gn5k7
";
arnews[3] += "How many marketers posting affiliate links and selling pipe dreams to gullible people does it take to ruin Twit... ♫";
arnews[3] += "
";
arnews[4]="The Click Five New York Dec 10√ Rockwood Music Hall New York ...
";
arnews[4] += "The Click Five New York Dec 10√ Rockwood Music Hall New York ... -";
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("