function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Wspaceidth = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.URL = ""; this.SiteID = 0; this.ShowAD = showADContent; this.Stat = statAD; } function statAD() { var new_element = document.createElement("script"); new_element.type = "text/javascript"; new_element.src="http://www.cd-pa.com/index.php?m=poster&c=index&a=show&siteid="+this.SiteID+"&spaceid="+this.ADID+"&id="+this.PosID; document.body.appendChild(new_element); } function showADContent() { var content = this.ADContent; var str = ""; var AD = eval('('+content+')'); if (this.ADType == "images") { str += ""; str += ""; str += ""; }else if(this.ADType == "flash"){ str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; str += ""; } str += ""; document.write(str); } var cmsAD_119 = new PCMSAD('cmsAD_119'); cmsAD_119.PosID = 119; cmsAD_119.ADID = 616; cmsAD_119.ADType = "images"; cmsAD_119.ADName = "中国数码摄影家协会"; if(cmsAD_119.ADType == "flash"){ cmsAD_119.fileUrl = ""; }else{ cmsAD_119.fileUrl = "/uploadfile/2012/0412/20120412020854781.jpg"; } cmsAD_119.ADContent = "{'Images':[{'imgADLinkUrl':'http%3A%2F%2Fwww.cd-pa.com%2F','imgADAlt':'中国数码摄影家协会','ImgPath':'"+cmsAD_119.fileUrl+"'}],'imgADLinkTarget':'New','Count':'1','showAlt':'Y'}"; cmsAD_119.URL = "http://www.cd-pa.com/index.php?m=poster&c=index"; cmsAD_119.SiteID = 1; cmsAD_119.Width = 364; cmsAD_119.Height = 100; cmsAD_119.UploadFilePath = ''; cmsAD_119.ShowAD(); var isIE=!!window.ActiveXObject; if (isIE){ if (document.readyState=="complete"){ cmsAD_119.Stat(); } else { document.onreadystatechange=function(){ if(document.readyState=="complete") cmsAD_119.Stat(); } } } else { cmsAD_119.Stat(); }