function setPic(pic,width,height,alt){
	pic = "http://"+pic;

if(width!=""){
	if(width==310){
		pic = pic+"_310x310.jpg";
		}
	else if(width==230){
		pic = pic+"_b.jpg";
		width = 220;
		height = 220;
		}	
}
else{
		width = 0;
		height = 0;
}
	
	writestr = "<img src='"+pic+"' ";
	if(width>0){
		writestr+=" width="+width;
	}
	if(height>0){
		writestr+=" height="+height;
	}
	writestr = writestr+" alt='"+alt+"' border='0' />";
	document.write(writestr);
}

function clickurl(urlid){
  var win = window.open("http://www.xicili.com/gotourl.asp?url="+urlid);
 if(win==null){
		location.href="http://www.xicili.com/gotourl.asp?url="+urlid;
	}
}

function gotourl(newurl){
  if(newurl==0){
  //newurl="http://pindao.huoban.taobao.com/tms/channel/channelmall.htm?pid=mm_14910353_0_0";
  newurl="http://search8.taobao.com/search?q=%B0%FC%D3%CA&pid=mm_14910353_0_0&commend=all&sort=sale-desc";
  location.href=newurl;
}
else{
  var win = window.open(newurl);
 if(win==null){
		location.href=newurl;
	}
}
}
