var ads = [];
ads.push(['<!--\n'+
'<marquee height=16 direction=up  behavior=scroll onmouseout=this.scrollAmount=1 onmouseover=this.scrollAmount=0 scrollAmount=1 scrolldelay=200>\n'+
'<font color=yellow>公告：最近改版升级，动画片更新变慢，您可以到论坛里转转，等改版完成，我们会持续更新！PP动漫窝祝你暑期快乐！！</font>\n'+
'<br/>\n'+
'<br/>\n'+
'<font color=yellow>有个别动画片不能播放了，我们会尽快修复，请耐心等待！！</font>\n'+
'<br/>\n'+
'<br/>\n'+
'<font color=yellow>请下载最新版本的视频加速器，播放器下部有加速器下载链接地址！！</font>\n'+
'<br/>\n'+
'</marquee>\n'+
'-->\n'+
'\n'+
'<a href=http://v.pplot.net/anime/overseaanime/10921.html target=blank><font color=yellow>高清动漫电影：艾尔文与花栗鼠（狂可爱！）</font></a>', 0, 0]);
ads.push(['<!--\n'+
'<font color=yellow>弱水三千，我只取一瓢饮~~</font>\n'+
'-->\n'+
'<a href=http://v.pplot.net/index.php/playlist/view/204 target=blank><font color=yellow>推荐：新喜羊羊与灰太狼 羊羊快乐的一年</font></a>', 0, 0]);
ads.push(['<a href=http://www.ppanime.com/ppvideo/flashgame/index.html target=blank><font color=yellow>推荐：小游戏频道还有很多好玩的呢！</font></a>', 0, 0]);
ads.push(['<a href="http://v.pplot.net/index.php/playlist/view/208" target="blank"><font color=yellow>新番推荐：亲吻姐姐全集高清</font></a.', 0, 0]);
ads.push(['<!--\n'+
'<font color=yellow>早起的鸟儿有虫吃，早起的虫儿被鸟吃</font>\n'+
'-->\n'+
'<a href="http://www.ppanime.com/thread-3-1-1.html" target=blank><font color=yellow>快来参加投票：你喜欢哪一部动画片？~</font></a>', 0, 0]);
ads.push(['<a href="http://v.pplot.net/index.php/playlist/view/202" target=blank><font color=yellow>新番推荐：会长是女仆大人全集高清~</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]);