document.write('<iframe id="baiduSpFrame" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="300" height="300" src="http://spcode.baidu.com/spcode/spstyle/style1310.jsp?tn=shos_sp&ctn=0&styleid=1310"></iframe>');
/*
var ad = {
	insts:[],
	maxValue:0,
	add:function(inst){
		this.insts.push(inst);
		this.maxValue += typeof inst == "object"? inst.value : 10;
	},
	show:function(){
		var v = Math.floor(Math.random() * this.maxValue);
		this.adIndex = v;
		var i, k = 0;
		for(var j = 0; j < this.insts.length; j ++){
			i = this.insts[j];
			k += i.value;
			if(k > v){
				break;
			}
		}
		var s = "";
		if(typeof i == "string"){
			s = i;
		}else if(typeof i == "object"){
			if(i.type == "taoke"){
				s = '<a href="http://cam.taoke.alimama.com/event.php?pid=mm_10003546_0_0&eventid=' +
					i.eventid + '" target="_blank" title="' + i.name +
					'"><img src="http://img.alimama.cn/topicfile/' + i.img + '"></a>';
			}else if(i.type == "pktoon"){
				s = '<a href="http://www.pktoon.cn/pro_object/enter?oid=' + i.oid +
					'&pid=43" target="_blank"><img src="http://www.pktoon.cn/pro_object/show?aid=' +
					i.aid + '&pid=43"/></a>';
			}else{
				s = '<a href="' + i.url + '" target="_blank"><img src="' + i.img + '"/></a>';
			}
		}
		document.write(s);
	}
}
ad.add({value:5, type:"taoke", name:"钱包大集合 省钱省到家", eventid:100560, img:"2009-05-04/10056009410403414910.jpg"});
ad.add({value:5, type:"taoke", name:"炫酷男装 省钱大作战", eventid:100561, img:"2009-05-05/124148792696312.jpg"});
ad.add({value:1, type:"taoke", name:"高佣金食品配料", eventid:100246, img:"2009-02-18/123494411100911.jpg"});
ad.add({value:1, type:"taoke", name:"淘宝蜂卖巧克力", eventid:100198, img:"2008-12-30/123062030968811.jpg"});
ad.show();
*/