if (document.title.indexOf("99育儿百科全书_") != -1) {
var metas = document.getElementsByTagName('meta');
for (i = 0; i < metas.length; i++)
{
if (metas[i].getAttribute("content").indexOf('url=http://m.99.com.cn/a/') != -1) {
document.writeln('');
document.writeln('');
break;
}
}
}