var ads = [];
ads.push(['<!--\n'+
'<font color=yellow>弱水三千，我只取一瓢饮~~</font>\n'+
'-->\n'+
'<a href=http://www.ppvideo.us/allmap.html target=blank><font color=yellow>推荐：PP动漫窝新频道 看更多动画片</font></a>', 0, 0]);
ads.push(['<a href=http://www.ppvideo.us/gbook.php target=blank><font color=yellow>留言求片，PP动漫窝为你更新！！</font></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]);
