function objSP_Article() {this.ImgUrl=""; this.LinkUrl=""; this.Title="";}
function SlidePic_Article(_id) {this.ID=_id; this.Width=611;this.Height=160; this.TimeOut=5000; 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_Article_Add; this.Show=SlidePic_Article_Show; this.LoopShow=SlidePic_Article_LoopShow;}
function SlidePic_Article_Add(_SP) {this.AllPic[this.AllPic.length] = _SP;}
function SlidePic_Article_Show() {
  if(this.AllPic[0] == null) return false;
  document.write("<div align='center' style='margin-top:0px;'><a id='Url_" + this.ID + "' href=''><img id='Img_" + this.ID + "' style='width:611px; height:160px; filter: revealTrans(duration=2,transition=23);' src='javascript:null' 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_Article_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_252 = new SlidePic_Article("SlidePic_252");
SlidePic_252.Width    = 611;
SlidePic_252.Height   = 160;
SlidePic_252.TimeOut  = 5000;
SlidePic_252.Effect   = 23;
SlidePic_252.TitleLen = 20;
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/01.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-30/20061230193159.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/02.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2007-5-26/2007526191127.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/03.gif";
oSP.LinkUrl        = "http://www.coood.com";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/04.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-30/20061230200453.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/05.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-30/20061230201217.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/06.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-28/20061228173341.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/07.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-31/20061231151137.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/08.gif";
oSP.LinkUrl        = "http://www.coood.com/postfile/2006-12-30/20061230201023.shtml";
oSP.Title         = "";

SlidePic_252.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl         = "Image/banner/09.gif";
oSP.LinkUrl        = "http://www.coood.com";
oSP.Title         = "";

SlidePic_252.Add(oSP);
SlidePic_252.Show();

