var rB = new Array();

rB[0] = new Array();
rB[0][0] = "http://shop.npr.org/catalog/Category.jhtml;?CATID=6";
rB[0][1] = "/graphics/shop/radios/kloss_hptr_01_v1.gif";
rB[0][2] = "npr radios";

rB[1] = new Array();
rB[1][0] = "http://shop.npr.org/catalog/Category.jhtml;?CATID=6";
rB[1][1] = "/graphics/shop/radios/kloss_hptr_02_v1.gif";
rB[1][2] = "npr radios";

rB[2] = new Array();
rB[2][0] = "http://shop.npr.org/catalog/Category.jhtml;?CATID=6";
rB[2][1] = "/graphics/shop/radios/kloss_hptr_03_v1.gif";
rB[2][2] = "npr radios";

rB[3] = new Array();
rB[3][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod230002&CATID=8";
rB[3][1] = "/graphics/shop/wordofmouth/wordofmouth158x88_v1.gif";
rB[3][2] = "word of mouth";

rB[4] = new Array();
rB[4][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod250005&CATID=14&TOPCATID=7?loc=npr_home_shoppromo_dads";
rB[4][1] = "/graphics/shop/spring2003/heard_world_158x88_1.gif";
rB[4][2] = "I heard it on NPR";

rB[5] = new Array();
rB[5][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod250005&CATID=14&TOPCATID=7?loc=npr_home_shoppromo_dads";
rB[5][1] = "/graphics/shop/spring2003/heard_world_158x88_2.gif";
rB[5][2] = "I heard it on NPR";





var rb_num = Math.floor(Math.random()*rB.length);
var rBout = '<a href="' + rB[rb_num][0] + '" onclick="sa_onclick(this.href);" target="_blank"><img src="' + rB[rb_num][1] + '" width="158" height="88" border="0" alt="' + rB[rb_num][2] + '"></a>';

document.write(rBout);
