// Ê×Ò³¾Þ·ù¹ã¸æ
var isIE = !! document.all;
if(isIE)
{	
	if( parseInt(GetCurSysDate())>=parseInt(20100531072959)&& parseInt(GetCurSysDate())<parseInt(20100630235959))
	{ 
		document.write("<script language=javascript> ");
		document.write("var time=10200;");
		document.write("function hideNotes()");
		document.write("{");
		document.write(" document.getElementById('adFloat').filters.alpha.opacity -= 10;");
		document.write(" if(document.getElementById('adFloat').filters.alpha.opacity != 0)");
		document.write("	setTimeout('hideNotes();',50); ");
		document.write(" else");
		document.write("	document.getElementById('adFloat').style.display = \"none\";");
		document.write("}");
		document.write("function showNotes()");
		document.write("{");
		document.write("	document.getElementById('adFloat').filters.alpha.opacity += 10;");
		document.write("	if(document.getElementById('adFloat').filters.alpha.opacity != 100)");
		document.write("		setTimeout('showNotes();',50);");
		document.write("	else");
		document.write("		setTimeout('hideNotes();',time);");
		document.write("}");
		document.write("try{setTimeout('hideNotes();',time);}catch(err){document.getElementById('adFloat').style.display ='none';}");
		document.write("</script>");
		document.write("<center><div style=\"text-align:left;width:750px;top:0px;filter:alpha(opacity=100);\" id=\"adFloat\">");
	    document.write("<a href=5years.asp target=_blank><img src=\"guanggao/529.jpg\" border=\"0\"/></a>");
	    document.write("</div></center>");
	}	
	else
	{ 
		document.write("<script language=javascript> ");
		document.write("var time=6800;");
		document.write("function hideNotes()");
		document.write("{");
		document.write(" document.getElementById('adFloat').filters.alpha.opacity -= 10;");
		document.write(" if(document.getElementById('adFloat').filters.alpha.opacity != 0)");
		document.write("	setTimeout('hideNotes();',50); ");
		document.write(" else");
		document.write("	document.getElementById('adFloat').style.display = \"none\";");
		document.write("}");
		document.write("function showNotes()");
		document.write("{");
		document.write("	document.getElementById('adFloat').filters.alpha.opacity += 10;");
		document.write("	if(document.getElementById('adFloat').filters.alpha.opacity != 100)");
		document.write("		setTimeout('showNotes();',50);");
		document.write("	else");
		document.write("		setTimeout('hideNotes();',time);");
		document.write("}");
		document.write("try{setTimeout('hideNotes();',time);}catch(err){document.getElementById('adFloat').style.display ='none';}");
		document.write("</script>");
		document.write("<center><div style=\"text-align:left;width:790px;top:0px;filter:alpha(opacity=100);\" id=\"adFloat\">");
	    document.write("<img src=\"images/bigad.jpeg\" border=\"0\"/>");
	    document.write("</div></center>");
	}
}
function GetCurSysDate()
{
	var today=new Date();
    var dateArr=new String("");
    dateArr+=today.getYear();
    if(today.getMonth()+1<10)
    {
        dateArr+="0";
    }
    dateArr+=today.getMonth()+1;
    if(today.getDate()<10)
    {
        dateArr+="0";
    }
    dateArr+=today.getDate();
    if(today.getHours()<10)
    {
        dateArr+="0";
    }
    dateArr+=today.getHours();
    if(today.getMinutes()<10)
    {
        dateArr+="0";
    }
    dateArr+=today.getMinutes();
    if(today.getSeconds()<10)
    {
        dateArr+="0";
    }
    dateArr+=today.getSeconds();
	return dateArr;
}