var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dump contracts, acquire new ones, or hold the fort?: The Bulls are 6-6 right now against a brutal schedule. &nb.. http://bit.ly/5rsj7Z
";
arnews[0] += "Dump contracts, acquire new ones, or hold the fort?: The Bulls are 6-6 right now against a brutal schedule. &nb..";
arnews[0] += "
";
arnews[1]="Sasha: Watch Portland Trail Blazers Vs Chicago Bulls NBA Live Stream - Bleacher Report
";
arnews[1] += "Watch Portland Trail Blazers Vs Chicago Bulls NBA Live Stream - Bleacher Report -";
arnews[1] += "
";
arnews[2]="Battle between Chicago Bulls at Denver Nuggets, NBA the game start at 9:00 pm in Pepsi Center in Denver, CO. http://bit.ly/8fCriF
";
arnews[2] += "Battle between Chicago Bulls at Denver Nuggets, NBA the game start at 9:00 pm in Pepsi Center in Denver, CO.";
arnews[2] += "
";
arnews[3]="Kim: Chicago Bulls (6-6) at Portland Trail Blazers (10-5), 10 pm - MiamiHerald.com
";
arnews[3] += "Chicago Bulls (6-6) at Portland Trail Blazers (10-5), 10 pm - MiamiHerald.com -";
arnews[3] += "
";
arnews[4]="Charlie: Chicago Bulls (6-6) at Portland Trail Blazers (10-5), 10 pm - MiamiHerald.com
";
arnews[4] += "Chicago Bulls (6-6) at Portland Trail Blazers (10-5), 10 pm - MiamiHerald.com -";
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("