var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="John Girvin: Eamon Quinn commented on 'belfast critical mass' http://girv.in/2l #cycling
";
arnews[0] += "Eamon Quinn commented on 'belfast critical mass'";
arnews[0] += "
";
arnews[1]="Noah David Simon: Dems fight over funds left from bailout - Yahoo! News
";
arnews[1] += "Dems fight over funds left from bailout - Yahoo! News -";
arnews[1] += "
";
arnews[2]="jackmason: 3-year-old Eamon on his favorite part of Zelda: Twilight Princess -- the water bombs..."I yove when they skaplode"
";
arnews[2] += "3-year-old Eamon on his favorite part of Zelda: Twilight Princess -- the water bombs...\"I yove when they skaplode\"";
arnews[2] += "
";
arnews[3]="jackmason: jackmason: 3-year-old Eamon on his favorite part of Zelda: Twilight Princess -- the water bombs..."I yove when they skaplode"
";
arnews[3] += "jackmason: 3-year-old Eamon on his favorite part of Zelda: Twilight Princess -- the water bombs...\"I yove when they skaplode\" -";
arnews[3] += "
";
arnews[4]="Mark Brown: My friend June sent this to me. Um, no, we're not breaking up. She just thought I'd like the song. And I do. ♫ http://blip.fm/~gq8uf
";
arnews[4] += "My friend June sent this to me. Um, no, we're not breaking up. She just thought I'd like the song. And I do. ♫";
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("