var ads = [];
ads.push(['<a href="http://www.taobao.com/go/chn/tbk_channel/channelcode.php?pid=mm_10516638_2389353_9259954&eventid=101329\n'+
'" target="_blank">\n'+
'<img src=" http://www.xjdv.net/attachments/images/A280_50_1.jpg" class="sp" width="280" height="50" />\n'+
'</a>', 0, 0]);
var index = Math.floor(Math.random()*ads.length);
var today = new Date();
var i = 0;
while(((ads[index][1] > 0 && ads[index][1] * 1000 > today) 
|| ((ads[index][2] > 0 && ads[index][2] * 1000 < today))) 
&& i < 30) {
index = Math.floor(Math.random()*ads.length);
i++;
}
document.write(ads[index][0]);
