function addSurfaidVarToLink(linkToUse)
{	charToAdd = "?";
	if(linkToUse.indexOf("?") != -1)
		{
			charToAdd = "&";
		}
	return charToAdd;
}


var rB = new Array();

// signature wines banner posted 12-2-03
rB[0] = new Array();
rB[0][0] = "http://university.signaturewines.com/uni/code/universities/landing.php?uni=npro&c=BANNER&v=NPR";
rB[0][1] = "http://www.npr.org/graphics/shop/wine2004/sp_l_wine1.gif";
rB[0][2] = "NPR Custom Label Wine";

// NPR Shop Winter 2003-2004 banners posted 24-Dec-03
rB[1] = new Array();
rB[1][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod360004&CATID=14&TOPCATID=7";
rB[1][1] = "http://www.npr.org/graphics/shop/winter2003/sp_l_heard_cds.gif";
rB[1][2] = "I heard it on NPR CDs from the NPR Shop";

rB[2] = new Array();
rB[2][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod310001";
rB[2][1] = "http://www.npr.org/graphics/shop/winter2003/sp_l_gift_cert.gif";
rB[2][2] = "Gift Certificates from the NPR Shop";

rB[3] = new Array();
rB[3][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod360002";
rB[3][1] = "http://www.npr.org/graphics/shop/winter2003/sp_l_driveway.gif";
rB[3][2] = "Driveway Moment CD from the NPR Shop";

rB[4] = new Array();
rB[4][0] = "http://shop.npr.org/catalog/Category.jhtml;?CATID=9&TOPCATID=7";
rB[4][1] = "http://www.npr.org/graphics/shop/winter2003/sp_l_discover.gif";
rB[4][2] = "Music from the NPR Shop";

// ASC 4 CD posted 17-Feb-04 by Jherb
rB[5] = new Array();
rB[5][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod420003";
rB[5][1] = "http://www.npr.org/graphics/shop/asc/asc4_npr_130x90.gif";
rB[5][2] = "All Songs Considered 4 CD";

rB[6] = new Array();
rB[6][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod420003";
rB[6][1] = "http://www.npr.org/graphics/shop/asc/asc4_npr_130x90.gif";
rB[6][2] = "All Songs Considered 4 CD";

rB[7] = new Array();
rB[7][0] = "http://shop.npr.org/catalog/Product.jhtml?PRODID=prod420003";
rB[7][1] = "http://www.npr.org/graphics/shop/asc/asc4_npr_130x90.gif";
rB[7][2] = "All Songs Considered 4 CD";


var rb_num = Math.floor(Math.random()*rB.length);
var rBout = '<a href="' + rB[rb_num][0] + addSurfaidVarToLink(rB[rb_num][0]) + 'npr_ll_inc" target="_blank"><img src="' + rB[rb_num][1] + '" width="130" height="90" border="0" alt="' + rB[rb_num][2] + '" hspace="5"></a>';

document.write(rBout);

