var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brian Grossman: Dollar signs seen in young 'Buck' Jennings
";
arnews[0] += "Dollar signs seen in young 'Buck' Jennings -";
arnews[0] += "
";
arnews[1]="Joshua E. Stone: DOLLAR: Dollar signs seen in young 'Buck' Jennings: By Darren Rovell, CNBC.com Nov 20, 3:24 pm E.. http://bit.ly/6mA4X3
";
arnews[1] += "DOLLAR: Dollar signs seen in young 'Buck' Jennings: By Darren Rovell, CNBC.com Nov 20, 3:24 pm E..";
arnews[1] += "
";
arnews[2]="High Jumper: NBA: Milwaukee 103, Memphis 98 - United Press International
";
arnews[2] += "NBA: Milwaukee 103, Memphis 98 - United Press International -";
arnews[2] += "
";
arnews[3]="NBA: Milwaukee 103, Memphis 98 - United Press International
";
arnews[3] += "NBA: Milwaukee 103, Memphis 98 - United Press International -";
arnews[3] += "
";
arnews[4]="Utah Jazz: NBA rookies getting the point - Deseret News
";
arnews[4] += "Utah Jazz: NBA rookies getting the point - Deseret News -";
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("