var sKeyList = new Array(20);

var dl = new Array();

//彩图数据
dl[dl.length] = new Array("钻石级鸵鸟皮贵妇挎包","pic","570","2005842125743866.jpg");
dl[dl.length] = new Array("鳄鱼皮贵族包","pic","573","20058421353555815.jpg");
dl[dl.length] = new Array("海豹皮手提包","pic","577","20058421485723565.jpg");
dl[dl.length] = new Array("鸵鸟皮手提包","pic","576","20058421455017294.jpg");
dl[dl.length] = new Array("纰角羚皮手提包","pic","575","2005842143010800.jpg");
dl[dl.length] = new Array("印传鹿皮手提包","pic","574","20058421394381552.jpg");
dl[dl.length] = new Array("钻石级鸵鸟皮贵族包","pic","572","20058421324140448.jpg");
dl[dl.length] = new Array("鸵鸟皮多功能包","pic","571","20058421293496398.jpg");
dl[dl.length] = new Array("海豹皮休闲包","pic","569","20058421221672145.jpg");
dl[dl.length] = new Array("钻石级鸵鸟皮贵妇拎包","pic","568","20058421181033573.jpg");
dl[dl.length] = new Array("纰角羚皮休闲包","pic","567","2005842114123243.jpg");
dl[dl.length] = new Array("钻石级鸵鸟皮贵族鞋","pic","566","2005842192266176.jpg");
dl[dl.length] = new Array("小鳄鱼皮贵族鞋","pic","565","2005842115235249.jpg");
dl[dl.length] = new Array("+GE健康项链","pic","563","20057221423645793.jpg");
dl[dl.length] = new Array("龙的传人金玉满堂蜥蜴真皮钱包","pic","550","200572214204164469.jpg");
dl[dl.length] = new Array("两界曼荼罗钱包","pic","548","200572214165853663.jpg");
dl[dl.length] = new Array("风神水神金银钱包","pic","546","200572214122943928.jpg");
dl[dl.length] = new Array("风水大富豪阴阳手表","pic","422","200572213483397732.jpg");
dl[dl.length] = new Array("时来运转易经手表","pic","421","200572213451021947.jpg");
dl[dl.length] = new Array("九星天马图油画","pic","511","20057271091276182.jpg");
dl[dl.length] = new Array("千年玉枕床上用品","pic","419","200572213372372970.jpg");
dl[dl.length] = new Array("黑耀七星如意摆件","pic","541","20057271054626726.jpg");
dl[dl.length] = new Array("一粒万倍大黑天护身卡","pic","535","200572710195370292.jpg");
dl[dl.length] = new Array("两界曼荼罗金卡","pic","534","200572710181129191.jpg");
dl[dl.length] = new Array("丝绸之路引路菩萨护身符","pic","533","200572710144772917.jpg");
dl[dl.length] = new Array("齐天大圣金斗运护财符","pic","532","200572214102699497.jpg");
dl[dl.length] = new Array("蟠龙黄金护财符","pic","531","20057221464730029.jpg");
dl[dl.length] = new Array("五行异龙摆设","pic","457","20057279343298847.jpg");
dl[dl.length] = new Array("文武财神护财符","pic","459","200572418551987148.jpg");
dl[dl.length] = new Array("五路横财手链","pic","525","200572213532411606.jpg");
dl[dl.length] = new Array("幸福少女油画","pic","512","200572213425834008.jpg");
dl[dl.length] = new Array("镇宅八卦表门牌","pic","506","2005727946361135.jpg");
dl[dl.length] = new Array("五行异龙摆设","pic","441","20057279343298847.jpg");
dl[dl.length] = new Array("+GE健康手镯","pic","427","20057221402215744.jpg");
dl[dl.length] = new Array("“三合金局”淘金手链","pic","426","200572213574529515.jpg");
dl[dl.length] = new Array("三合金局纯银手蜀","pic","456","20057271530232334.jpg");
dl[dl.length] = new Array("北斗七星开运阵挂件","pic","423","200572213505769376.jpg");
dl[dl.length] = new Array("黑耀七星如意","pic","448","20057271054626726.jpg");
dl[dl.length] = new Array("四季金运观音图","pic","447","20057271022293149.jpg");
dl[dl.length] = new Array("白蛇神宝当护身符","pic","446","2005727956226948.jpg");
dl[dl.length] = new Array("圣水龙上观世音摆件","pic","478","20057221442868408.jpg");
dl[dl.length] = new Array("天地凤禄鸵鸟皮钱包","pic","435","200572214185239805.jpg");
dl[dl.length] = new Array("天地金钱豹钱包","pic","461","2005727942718704.jpg");
dl[dl.length] = new Array("珠光宝气宝石鱼钱包","pic","418","200571917294426167.jpg");
dl[dl.length] = new Array("金运神龟钱包","pic","437","200572214221036664.jpg");
dl[dl.length] = new Array("两界曼荼罗钱包","pic","434","200572214165853663.jpg");
dl[dl.length] = new Array("六望财珠摆设","pic","537","20057279383766115.jpg");
dl[dl.length] = new Array("金运胜神珠摆设","pic","539","2005727950683169.jpg");
dl[dl.length] = new Array("天地十三佛摆件","pic","484","20057271023853083.jpg");
dl[dl.length] = new Array("合掌财神雕刻","pic","485","20057271026554122.jpg");
dl[dl.length] = new Array("禄望财珠摆设","pic","458","20057279383766115.jpg");
dl[dl.length] = new Array("两界曼荼罗金卡","pic","534","200572710181129191.jpg");


function SelectListImage(id)
{
  var tmp = Math.round(Math.random()*100)%dl.length;
  for(var i=0; i<id; i++)
  {
    if(tmp == sKeyList[i])
    {
      //如果碰见了,重新选择
      i = -1;
      tmp = Math.round(Math.random()*100)%dl.length;
    }
  }
  sKeyList[id] = tmp;
}

//随即的选择20个
for(i=0; i<20; i++)
{
  SelectListImage(i);
}



function GetListTitle75(id)
{
  document.write("<a href=\"javascript:send_" + dl[sKeyList[id]][1] + "(" + dl[sKeyList[id]][2] + ")\"><img src=\"http://www.congda.com/images/upfile/" + dl[sKeyList[id]][3] + "\"  width=\"75\" height=\"75\"  border=\"0\"><\/a>");
 }
