var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Steven M. Ledbetter: Bas Rutten interview where he explains his fight with brian urlacher
";
arnews[0] += "Bas Rutten interview where he explains his fight with brian urlacher -";
arnews[0] += "
";
arnews[1]="Deals: SAVE $3.11 - Fathead Brian Urlacher Chicago Bears Wall Decal $96.88 http://dealnay.com/162140 #onsale #ad
";
arnews[1] += "SAVE $3.11 - Fathead Brian Urlacher Chicago Bears Wall Decal $96.88";
arnews[1] += "
";
arnews[2]="Latest Breaking News: Come To Think Of It: Hey Bears Fans, Is Brian Urlacher a Future HOF'er?
";
arnews[2] += "Come To Think Of It: Hey Bears Fans, Is Brian Urlacher a Future HOF'er? -";
arnews[2] += "
";
arnews[3]="Fantasy Football: Come To Think Of It: Hey Bears Fans, Is Brian Urlacher a Future HOF'er?
";
arnews[3] += "Come To Think Of It: Hey Bears Fans, Is Brian Urlacher a Future HOF'er? -";
arnews[3] += "
";
arnews[4]="belial: Brian Urlacher White C Patch NFL Jerseys- Chicago Bears #54
";
arnews[4] += "Brian Urlacher White C Patch NFL Jerseys- Chicago Bears";
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("