var rnd=[["INV_Misc_Key_11",18250],["INV_Misc_Key_02",27808],["INV_Misc_Key_13",12382],["INV_Qiraj_JewelEngraved",32079],["INV_Misc_Key_03",15869],["INV_Misc_Key_01",7146],["INV_Misc_Key_11",15871],["INV_Misc_Key_11",30633],["INV_Misc_Key_08",20022],["INV_Misc_Key_05",12301],["INV_Misc_Key_01",5691],["INV_Misc_Key_06",4882],["INV_Misc_Key_01",13140],["INV_Misc_Key_11",25490],["INV_Misc_Key_07",23801],["INV_Misc_Key_01",4483],["INV_Misc_Key_04",3499],["INV_Misc_Gem_EbonDraenite_02",30438],["INV_Misc_Key_11",31536],["INV_Misc_Key_11",25648],["INV_Misc_Key_02",5690],["INV_Misc_Key_08",30426],["INV_Misc_Key_14",5089],["INV_Misc_Key_07",5851],["INV_Misc_Key_10",18249],["INV_Misc_Key_03",4484],["INV_Misc_Key_03",13303],["Spell_Fire_Elemental_Totem",30442],["INV_Misc_Key_01",9275],["INV_Misc_Key_12",12739],["INV_Misc_Key_06",12738],["INV_Misc_Key_13",13195],["INV_Misc_Key_11",11197],["INV_Misc_Key_01",6783],["INV_Misc_Key_07",30688],["INV_Misc_Key_11",7923],["INV_Misc_Key_11",31705],["INV_Misc_Key_03",3467],["INV_Misc_Key_03",13305],["INV_Misc_Gem_Pearl_04",32449],["INV_Qiraj_JewelGlyphed",31994],["INV_Misc_Key_02",8444],["INV_Misc_Key_11",13194],["INV_Misc_Key_03",13304]];
function showRnd()
{
	var _rndLen=rnd.length;
	var _rndNum=parseInt(Math.random()*_rndLen); 	
	var _rndStr='<a href="item-'+rnd[_rndNum][1]+'.html"><img src="img/icon_border_large.gif" alt="猜猜这是什么" style="background:url(icon/l/'+rnd[_rndNum][0]+'.jpg) center center no-repeat" /></a>';
	document.write (_rndStr);
}