var lnka = new Array();
var imga = new Array();
var txta = new Array();

lnka[0] = "uptempoair.htm"
imga[0] = "images/ao-03_small.jpg"
txta[0] = "<a href=\"http://www.air-jordans.com/uptemmpoair.asp\" target=\"_blank\" onFocus=\"this.blur()\"><img src=\"ads/uptempoair.gif\" width=\"468\" height=\"60\" border=\"0\"></a><br>"

lnka[1] = "mlb.htm"
imga[1] = "images/ao-06_small.jpg"
txta[1] = "<a target='new' href=\"http://click.linksynergy.com/fs-bin/click?id=C/LKk6tGRfg&offerid=148819.10000075&type=4&subid=0\"><IMG alt=\"\" border=\"0\" src=\"http://shop.mlb.com/graphics/promo/MLB/468x60_Generic.gif\"></a><IMG border=\"0\" width=\"1\" height=\"1\" src=\"http://ad.linksynergy.com/fs-bin/show?id=C/LKk6tGRfg&bids=148819.10000075&type=4&subid=0\"><br>"

lnka[2] = "roadrunner.htm"
imga[2] = "images/is-01_small.jpg"
txta[2] = "<a target=\"_blank\" href=\"http://clickserve.cc-dt.com/link/click?lid=41000000010213091\"><img src=\"http://clickserve.cc-dt.com/link/banner?lid=41000000010213091\" border=0 alt=\"10% Off No Min. - Find the Perfect Shoe   (468x60)\"></a><br>"

lnka[3] = "ebay.htm"
imga[3] = "images/is-06_small.jpg"
txta[3] = "<a href=\"http://rover.ebay.com/rover/1/711-53200-19255-0/1?type=3&campid=5335944715&toolid=10001&customid=&ext=%22Air+Jordan%22&satitle=%22Air+Jordan%22\" target=\"_blank\"><img src=\"http://www.ftjcfx.com/image-985862-5934445\" width=\"468\" height=\"60\" alt=\"Bid, Buy and Sell on eBay\" border=\"0\"/></a><br>"

lnka[4] = "espnshop.htm"
imga[4] = "images/is-06_small.jpg"
txta[4] = "<a target=\"_blank\" href=\"http://click.linksynergy.com/fs-bin/click?id=C/LKk6tGRfg&offerid=101583.10000048&type=4&subid=0\"><IMG alt=\"ESPN Shop\" border=\"0\" src=\"http://a712.g.akamai.net/7/712/225/1d/www.espnshop.com/images/linkshare/ESPNshop/espn_bball_489x60.gif\"></a><IMG border=\"0\" width=\"1\" height=\"1\" src=\"http://ad.linksynergy.com/fs-bin/show?id=C/LKk6tGRfg&bids=101583.10000048&type=4&subid=0\"><br>"


//
var rn1 = Math.floor(Math.random() * txta.length)
var rn2;
do
{
rn2 = Math.floor(Math.random() * txta.length)
}
while (rn2 == rn1)
var rn3;
do
{
rn3 = Math.floor(Math.random() * txta.length)
}
while ((rn3 == rn1) || (rn3 == rn2))
var rn4;
do
{
rn4 = Math.floor(Math.random() * txta.length)
}
while ((rn4 == rn1) || (rn4 == rn2) || (rn4 == rn3))
var rn5;
do
{
rn5 = Math.floor(Math.random() * txta.length)
}
while ((rn5 == rn1) || (rn5 == rn2) || (rn5 == rn3) || (rn5 == rn4))