');
document.write('');
document.write('<\/div>');
document.write('<\/center>');
}
if (GF_year == 2016) {
if (GF_month == 1) {
if (gf_ww>640){
GF_ChunLian();
gfaddCount();
}else if(gf_ww<640){
}
}else if (GF_month == 2 && GF_date < 16) {
if (gf_ww>640){
GF_ChunLian();
gfaddCount();
}else if(gf_ww<640){
}
}
}
var gftime = 1000;
var gfh = 0;
function gfaddCount()
{
if(gftime>0)
{
gftime--;
gfh = gfh+5;
}
else
{
return;
}
if(gfh>450) //高度
{
return;
}
document.getElementById("gfcjads").style.display = "";
document.getElementById("gfcjads").style.height = gfh+"px";
document.getElementById("gfcjads").style.opacity = gfh;
setTimeout("gfaddCount()",15);
}
function gfshowAds()
{
gfaddCount();
setTimeout("gfnoneAds()",8000); //停留时间自己适当调整
}
if(window.ActiveXObject){
window.attachEvent("onload",gfshowAds);//IE
}
else{
window.addEventListener("load",gfshowAds);//fireFox或其他
}
var gfT = 1920;
var gfN = 450; //高度
function gfnoneAds()
{
if(gfN<0 ||gfN==0)
{
document.getElementById("gfcjads").style.display = "none";
return;
}else{
document.getElementById("gfcjads").style.height = gfN+"px";
setTimeout("gfnoneAds()",10);
}
if(gfT>0)
{
gfT--;
gfN = gfN-5;
}
else
{
return;
}
}