			//<![CDATA[
						  
//图片随窗口移动：开始。					  
			var adLeftSrc = "/Advertising/AdHKTMC/Dcsyydt/20051215/banner20051215.gif"
			var adLeftAlt = "招收会员"
			var adLeftFlash = "image"
			var adLeftHref = "/Advertising/AdHKTMC/Dcsyydt/20051215/banner20051215.htm"
			var adLeftWidth = 100
			var adLeftHeight = 100
			
/*			var adLeftSrc = "/Advertising/AdHKTMC/2007/20080819/20080819_02.jpg"
			var adLeftAlt = "第三届中医药全球大会"
			var adLeftFlash = "image"
			var adLeftHref = "http://www.herguan.cn/dahui/"
			var adLeftWidth = 90
			var adLeftHeight = 80*/
			
			var adRightSrc = "/Advertising/AdHKTMC/2006/JiangYongSheng/000_banner.gif"
			var adRightAlt = "莫桑比克十五年亲历记及独促统专集——江永生 编蓍"
			var adRightFlash = "image"
			var adRightHref = "/Advertising/AdHKTMC/2006/JiangYongSheng/Content.htm"
			var adRightWidth = 120
			var adRightHeight = 98

			var adLeft02Src = "/Advertising/AdHKTMC/2007/20080819/20080819.jpg"
			var adLeft02Alt = "香港新闻出版社25周年社庆"
			var adLeft02Flash = "image"
			var adLeft02Href = "/Advertising/AdHKTMC/2007/20080819/25th.doc"
			var adLeft02Width = 120
			var adLeft02Height = 80

			var adLeft03Src = "/Advertising/AdHKTMC/2007/20080819/20.jpg"
			var adLeft03Alt = "香港新闻出版社25周年社庆"
			var adLeft03Flash = "image"
			var adLeft03Href = "/Advertising/AdHKTMC/2007/20080819/25th.doc"
			var adLeft03Width = 120
			var adLeft03Height = 80
			
/*			var adLeft02Src = "/Advertising/AdHKTMC/2007/20070403/20070403_banner.gif"
			var adLeft02Alt = "招聘干部"
			var adLeft02Flash = "image"
			var adLeft02Href = "/Advertising/AdHKTMC/2007/20070403/20070403.html"
			var adLeft02Width = 90
			var adLeft02Height = 80*/

			var adRight02Src = "/Advertising/AdHKTMC/2011/20110128zp.jpg"
			var adRight02Alt = "海南古氏癫狂痫专科医院招聘启示"
			var adRight02Flash = "image"
			var adRight02Href = "/Advertising/AdHKTMC/2011/20110128zp.html"
			var adRight02Width = 115
			var adRight02Height = 400


			var marginTop = 10
			var marginLeft = 1
			var navUserAgent = navigator.userAgent
			function load(){
				judge();
				move();
			}
			function move() {
				judge();
				setTimeout("move();",80)
			}
			function judge(){
				if (navUserAgent.indexOf("Firefox") >= 0 || navUserAgent.indexOf("Opera") >= 0) {
					if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adLeftHeight - marginTop + 'px';}
					if (adLeft02Src != "") {document.getElementById("adLeft02Float").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) - 150 + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adLeftHeight - marginTop + 'px';}
					if (adRightSrc != "") {
						document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adRightHeight - marginTop + 'px';
						document.getElementById("adRightFloat").style.left = ((document.body.clientWidth > document.documentElement.clientWidth)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
					} 
					if (adRight02Src != "") {
						document.getElementById("adRight02Float").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) - 130 + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adRight02Height - marginTop + 'px';
						document.getElementById("adRight02Float").style.left = ((document.body.clientWidth > document.documentElement.clientWidth)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
					} 
				}
				else{
					if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adLeftHeight - marginTop + 'px';}
					if (adLeft02Src != "") {document.getElementById("adLeft02Float").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) - 150 + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adLeft02Height - marginTop + 'px';}
					if (adRightSrc != "") {
						document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adRightHeight - marginTop + 'px';
						document.getElementById("adRightFloat").style.left = ((document.documentElement.clientWidth == 0)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
					}
					if (adRight02Src != "") {
						document.getElementById("adRight02Float").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) - 130 + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adRight02Height - marginTop + 'px';
						document.getElementById("adRight02Float").style.left = ((document.documentElement.clientWidth == 0)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px';
					}
				}
				if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.left = marginLeft + 'px';}
				if (adLeft02Src != "") {document.getElementById("adLeft02Float").style.left = marginLeft + 'px';}
			}
			
			
			if (adLeftSrc != "") {
				if (adLeftFlash == "flash") {
					document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";\"><embed src=\"" + adLeftSrc + "\" quality=\"high\"  width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\" type=\"application/x-shockwave-flash\"></embed></div>");
				}
				else{
					document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";\"><a href=\"" + adLeftHref +"\" target=\"_black\"><img src=\"" + adLeftSrc + "\"  width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\"  border=\"0\" alt=\"" + adLeftAlt + "\" \></a></div>");
				}
			}
			
			if (adLeft02Src != "") {
				if (adLeft02Flash == "flash") {
					document.write("<div id=\"adLeft02Float\" style=\"position: absolute;width:" + adLeft02Width + ";\"><embed src=\"" + adLeft02Src + "\" quality=\"high\"  width=\"" + adLeft02Width + "\" height=\"" + adLeft02Height + "\" type=\"application/x-shockwave-flash\"></embed></div>");
				}
				else{
					document.write("<div id=\"adLeft02Float\" style=\"position: absolute;width:" + adLeft02Width + ";\"><a href=\"" + adLeft02Href +"\" target=\"_black\"><img src=\"" + adLeft02Src + "\"  width=\"" + adLeft02Width + "\" height=\"" + adLeft02Height + "\"  border=\"0\" alt=\"" + adLeft02Alt + "\" \></a></div>");
				}
			}
			
			
			if (adRightSrc != "") {
				if (adRightFlash == "flash") {
					document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";\"><a href=\"" + adRightHref +"\"><embed src=\"" + adRightSrc + "\" quality=\"high\"  width=\"" + adLeftWidth + "\" height=\"" + adRightHeight + "\" type=\"application/x-shockwave-flash\" id=\"ccc\"></a></embed></div>");
				}
				else{
					document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";\"><a href=\"" + adRightHref +"\" target=\"_black\"><img src=\"" + adRightSrc + "\"   width=\"" + adRightWidth + "\" height=\"" + adRightHeight + "\"  border=\"0\" alt=\"" + adRightAlt + "\" \></a></div>");
				}
			}
			
			if (adRight02Src != "") {
				if (adRight02Flash == "flash") {
					document.write("<div id=\"adRight02Float\" style=\"position: absolute;width:" + adRight02Width + ";\"><a href=\"" + adRight02Href +"\"><embed src=\"" + adRight02Src + "\" quality=\"high\"  width=\"" + adLeft02Width + "\" height=\"" + adRight02Height + "\" type=\"application/x-shockwave-flash\" id=\"ccc\"></a></embed></div>");
				}
				else{
					document.write("<div id=\"adRight02Float\" style=\"position: absolute;width:" + adRight02Width + ";\"><a href=\"" + adRight02Href +"\" target=\"_black\"><img src=\"" + adRight02Src + "\"   width=\"" + adRight02Width + "\" height=\"" + adRight02Height + "\"  border=\"0\" alt=\"" + adRight02Alt + "\" \></a></div>");
				}
			}
			
			load();
//图片随窗口移动：结束。			

			
			//]]>
			
			
			
//图片在窗口漂动：开始。
<!-- Begin 
var pic="/Advertising/AdHKTMC/2007/20070108.gif";
var alt="中药国际营销新模式 换领澳洲产地证 进入赚钱快车道";
var adHref="/Advertising/AdHKTMC/2007/20070108/20070108.html";
var speed=150;
var light=0;
var stop=0;
var num=0;
var brOK=false;
var mie=false;
var aver=parseInt(navigator.appVersion.substring(0,1));
var aname=navigator.appName;
var vmin=2;
var vmax=5;
var vr=2;
var timer1;
var allyes;
var ns = (document.layers) ? 1 : 0;
var ie = (document.all) ? 1 : 0;
var bFade=false;
function checkbrOK(){
if(aname.indexOf("Internet Explorer")!=-1){
  if(aver>=4) brOK=navigator.javaEnabled();
  mie=true;
 }
 if(aname.indexOf("Netscape")!=-1){
  if(aver>=4) brOK=navigator.javaEnabled();
 }
}
function Chip(chipname,width,height){
 this.named=chipname;
 this.vx=vmin+vmax*Math.random();
 this.vy=vmin+vmax*Math.random();
 this.w=width;
 this.h=height;
 this.xx=10;
 this.yy=10;
 this.timer1=null;
}
function movechip(chipname){
if (stop!=1){
if(brOK){
 eval("chip="+chipname);
 if(!mie){
  pageX=window.pageXOffset;
  pageW=window.innerWidth;
  pageY=window.pageYOffset;
  pageH=window.innerHeight;
 }
 else{
  pageX=window.document.body.scrollLeft;
  pageW=window.document.body.offsetWidth;
  pageY=window.document.body.scrollTop;
  pageH=window.document.body.offsetHeight;
 } 
 chip.xx=chip.xx+chip.vx;
 chip.yy=chip.yy+chip.vy;
 chip.vx+=vr*(Math.random()-0.5);
 chip.vy+=vr*(Math.random()-0.5);
 if(chip.vx>(vmax+vmin))  chip.vx=(vmax+vmin)*2-chip.vx;
 if(chip.vx<(-vmax-vmin)) chip.vx=(-vmax-vmin)*2-chip.vx;
 if(chip.vy>(vmax+vmin))  chip.vy=(vmax+vmin)*2-chip.vy;
 if(chip.vy<(-vmax-vmin)) chip.vy=(-vmax-vmin)*2-chip.vy;
 if(chip.xx<=pageX){
  chip.xx=pageX;
  chip.vx=vmin+vmax*Math.random();
 }
 if(chip.xx>=pageX+pageW-chip.w){
  chip.xx=pageX+pageW-chip.w;
  chip.vx=-vmin-vmax*Math.random();
 }
 if(chip.yy<=pageY){
  chip.yy=pageY;
  chip.vy=vmin+vmax*Math.random();
 }
 if(chip.yy>=pageY+pageH-chip.h){
  chip.yy=pageY+pageH-chip.h;
  chip.vy=-vmin-vmax*Math.random();
 }
 if(!mie){
  eval("document."+chip.named+".top ="+chip.yy);
  eval("document."+chip.named+".left="+chip.xx);
 } 
 else{
  eval("document.all."+chip.named+".style.pixelLeft="+chip.xx);
  eval("document.all."+chip.named+".style.pixelTop ="+chip.yy); 
 }
 chip.timer1=setTimeout("movechip('"+chip.named+"')",speed);
}
}
else {chip.timer1=setTimeout("movechip('"+chip.named+"')",speed);}
if (ie){
 if (light==1){
  var nOpacity=oImg.filters.alpha.opacity;
  if (nOpacity>=100) bFade=true;
  if (nOpacity<=0) bFade=false;
  if (bFade) oImg.filters.alpha.opacity--;
  if (!bFade) oImg.filters.alpha.opacity++;
 }
}
 
}
 
function stopme(chipname){
 if(brOK){
  eval("chip="+chipname);
  if(chip.timer1!=null){
   clearTimeout(chip.timer1)
  }
 }
}
 
function allyes1(){
if (num==0){
 checkbrOK(); 
 allyes=new Chip("allyes",100,80);
 if(brOK) {
  movechip("allyes");
 }
}
 num++;
}

if (ie){
 document.write("<div ID='allyes' STYLE='position:absolute;left: 10px; top: 10px;'><a href='" + adHref +"' target='_black'>");
 
if (light==1){
 document.write("<dd><img SRC='" + pic + "' onload='allyes1()' ID='oImg' border='0' alt='" + alt + "' style='position:absolute;left:200px;top:200px;filter:alpha(opacity=50);' onMouseOver='stop=1;' onMouseOut='stop=0;'></a></dd>");
}
else if (light==0){
 document.write("<dd><img SRC='" + pic + "' onload='allyes1()' border='0' alt='" + alt + "' onMouseOver='stop=1;' onMouseOut='stop=0;'></a></dd>");
}
document.write("</a></div>");
}
else if (ns){
document.write("<layer name='allyes' visibility=\"show\" onMouseOver='stop=1;' onMouseOut='stop=8;'  onload='allyes1()' > + <a href='" + adHref +"' target='_black'>");

document.write("<dd><img SRC='" + pic + "' border='8' alt='" + alt + "'></a></dd>");
document.write("</a></layer>");
}

// End --> 

//图片在窗口漂动：开始。

