var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="gi23: Brian Green http://bit.ly/wvYvB
";
arnews[0] += "Brian Green";
arnews[0] += "
";
arnews[1]="Corvus Elrod: Brian Green says I shouldn't read too much in PNP RPG perspective. But his reasons why got me to read at least another post's worth into it.
";
arnews[1] += "Brian Green says I shouldn't read too much in PNP RPG perspective. But his reasons why got me to read at least another post's worth into it.";
arnews[1] += "
";
arnews[2]="Paul Wilkinson: Catching up with Brian Green's Brickonomics: Growing evidence of double dip collapse for construction - http://bit.ly/4x409e
";
arnews[2] += "Catching up with Brian Green's Brickonomics: Growing evidence of double dip collapse for construction -";
arnews[2] += "
";
arnews[3]="Rosann Gebke: Brian green uses this as a member. The undertaking of a new action brings new strength. http://ihid.us?i=mne
";
arnews[3] += "Brian green uses this as a member. The undertaking of a new action brings new strength.";
arnews[3] += "
";
arnews[4]="Rosann Gebke: Rosann Brian green uses this as a member. The undertaking of a new action brings new strength. http://ihid.us?i=mne.
";
arnews[4] += "Brian green uses this as a member. The undertaking of a new action brings new strength.";
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("