var randomBanner2 = new Array();

//<!-- banner #0 -->
randomBanner2[0] = '<a href="http://www.npr.org/nprshop_lower_left_accessories.html" target="_blank"><img src="http://www.npr.org/graphics/shop/030502_bottomleft/btmleft_shop_acc.gif" border="0" height="84" width="130" alt="accessories at the NPR shop" hspace="5"></a>'

//<!-- banner #1 -->
randomBanner2[1] = '<a href="http://www.npr.org/nprshop_lower_left_apparel.html" target="_blank"><img src="http://www.npr.org/graphics/shop/030502_bottomleft/btmleft_shop_app.gif" border="0" height="84" width="130" alt="apparel at the NPR shop" hspace="5"></a>'

//<!-- banner #2 -->
randomBanner2[2] = '<a href="http://www.npr.org/nprshop_lower_left_books.html" target="_blank"><img src="http://www.npr.org/graphics/shop/030502_bottomleft/btmleft_shop_books.gif" border="0" height="84" width="130" alt="books at the NPR shop" hspace="5"></a>'

//<!-- banner #3 -->
randomBanner2[3] = '<a href="http://www.npr.org/nprshop_lower_left_recordings.html" target="_blank"><img src="http://www.npr.org/graphics/shop/030502_bottomleft/btmleft_shop_cds.gif" border="0" height="84" width="130" alt="cds at the NPR shop" hspace="5"></a>'

//<!-- banner #4 -->
randomBanner2[4] = '<a href="http://www.npr.org/nprshop_lower_left_mugs.html" target="_blank"><img src="http://www.npr.org/graphics/shop/030502_bottomleft/btmleft_shop_mugs.gif" border="0" height="84" width="130" alt="mugs at the NPR shop" hspace="5"></a>'

var number = Math.floor(Math.random()*5);
randomBanner_num2 = number;
document.write(randomBanner2[randomBanner_num2]);
