var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chiefs Pitch In To Help Community: Players from the Kansas City Chiefs roll up their sleeves to help out in the com... http://bit.ly/5RfmZl
";
arnews[0] += "Chiefs Pitch In To Help Community: Players from the Kansas City Chiefs roll up their sleeves to help out in the com...";
arnews[0] += "
";
arnews[1]="Deals: SAVE $19 - Kansas City Chiefs Zippo Lighter $17.99 http://dealnay.com/80803 #lighter #offer
";
arnews[1] += "SAVE $19 - Kansas City Chiefs Zippo Lighter $17.99";
arnews[1] += "
";
arnews[2]="Fan Gear Deals: Kansas City Chiefs Kickin' Back Plaid Boxer Shorts $14.99 http://dealnay.com/167165 #underwear
";
arnews[2] += "Kansas City Chiefs Kickin' Back Plaid Boxer Shorts $14.99";
arnews[2] += "
";
arnews[3]="Listening to Larry Johnson: How Good Was Your Head Coach as a ...
";
arnews[3] += "Listening to Larry Johnson: How Good Was Your Head Coach as a ... -";
arnews[3] += "
";
arnews[4]="meg mcneal: http://budurl.com/3v KANSAS CITY CHIEFS 8" NFL GOOD LUCK MINI GARDEN GNOME: US $11.95 (0 Bi.. http://bit.ly/7T7OBM
";
arnews[4] += "";
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("