// Flash、JPEG、GIF 等格式广告开始
 function objSP_Photo() {this.ImgUrl=""; this.LinkUrl=""; this.Title="";}
 function SlidePic_Photo(_id) {this.ID=_id; this.Width=0;this.Height=0; this.TimeOut=10000; this.Effect=23; this.TitleLen=0; this.PicNum=-1; this.Img=null; this.Url=null; this.Title=null; this.AllPic=new Array(); this.Add=SlidePic_Photo_Add; this.Show=SlidePic_Photo_Show; this.LoopShow=SlidePic_Photo_LoopShow;}
 function SlidePic_Photo_Add(_SP) {this.AllPic[this.AllPic.length] = _SP;}
 function SlidePic_Photo_Show() {
 if(this.AllPic[0] == null) return false;
 document.write("<div align='center'><a id='Url_" + this.ID + "' href='' target='_blank'><img src='/images/ytgdw_ad_2_1.jpg' id='Img_" + this.ID + "' style='width:" + this.Width + "; height:" + this.Height + "; filter: revealTrans(duration=2,transition=23);' border='0'></a>");
 if(this.TitleLen != 0) document.write("<br><span id='Title_" + this.ID + "'></span></div>");
 this.Img = document.getElementById("Img_" + this.ID);
 this.Url = document.getElementById("Url_" + this.ID);
 this.Title = document.getElementById("Title_" + this.ID);
 this.LoopShow();
}
 function SlidePic_Photo_LoopShow() {
 if(this.PicNum<this.AllPic.length-1) this.PicNum++ ; 
 else this.PicNum=0; 
 this.Img.filters.revealTrans.Transition=this.Effect; 
 this.Img.filters.revealTrans.apply(); 
 this.Img.src=this.AllPic[this.PicNum].ImgUrl;
 this.Img.filters.revealTrans.play();
 this.Url.href=this.AllPic[this.PicNum].LinkUrl;
 if(this.Title) this.Title.innerHTML="<a href="+this.AllPic[this.PicNum].LinkUrl+" target='_blank'>"+this.AllPic[this.PicNum].Title+"</a>";
 this.Img.timer=setTimeout(this.ID+".LoopShow()",this.TimeOut);
}

 var SlidePic_002 = new SlidePic_Photo("SlidePic_002");
 SlidePic_002.Width    = 778;
 SlidePic_002.Height   = 100;
 SlidePic_002.TimeOut  = 6000;
 SlidePic_002.Effect   = 23;
 SlidePic_002.TitleLen = 30;
 var oSP = new objSP_Photo();
 oSP.ImgUrl         = "/images/ytgdw_ad_2_1.jpg";
 oSP.LinkUrl        = "bbs/forumdisplay.php?fid=104";
 oSP.Title          = "";
 SlidePic_002.Add(oSP);
 var oSP = new objSP_Photo();
 oSP.ImgUrl         = "/images/ytgdw_ad_2_3.jpg";
 oSP.LinkUrl        = "bbs/forumdisplay.php?fid=113";
 oSP.Title          = "";
 SlidePic_002.Add(oSP);
 var oSP = new objSP_Photo();
 oSP.ImgUrl         = "/images/ytgdw_ad_2_2.jpg";
 oSP.LinkUrl        = "http://www.ytdj.gov.cn/ytdjw/ztlm/cxzy/";
 oSP.Title          = "";
SlidePic_002.Add(oSP);
 SlidePic_002.Show();
// Flash、JPEG、GIF 等格式广告结束
