﻿// JavaScript Document
function HideImg() {
    window.setTimeout('eval("imgTopAd").style.display = "none"', 15000)
}
if (location.href.toLowerCase() == 'http://www.feilei.net/' || location.href.toLowerCase() == 'http://www.cndns.com/index.shtml' || location.href.toLowerCase() == 'http://www.cndns.com/index.asp' || location.href.toLowerCase() == 'http://www.feilei.net/main.asp' || location.href.toLowerCase() == 'http://www.feilei.net/main.asp')
{
//	document.writeln('<div id="div60Years" style="height:20px;overflow:hidden;text-align:center;">');
//	document.writeln('<a href="/60Years.shtml" target="_blank"><img src="/images/60Years2.jpg" border="0"></a></div>');
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0" id="tbl60Years">');
	document.writeln('<tr>');
	document.writeln('<td align="center"><img id="imgTopAd" src="images/public/img.gif" border="0" onload="HideImg();" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
//	slideAd('div60Years');
}
