function printAd(IMGSRC,ADLINK) {
var isMouseOver=false;

document.write("<SCRIPT LANGUAGE=\"Javascript\">\n");
document.write("ADFCID2284=260;\n");
document.write("ADFUSER2284=\""+ ADLINK +"\";\n");
document.write("</SCR"+"IPT>\n");
document.write("<script language=\"javascript\">\n");
document.write("//20040726095940: string, for not repeat\n");
document.write("var flowchange_pic20040726095940=\""+ IMGSRC +"\";\n");
document.write("var flowchange_pic220040726095940=\""+ IMGSRC +"\";\n");
document.write("var flowchange_alt20040726095940=\"\";\n");
document.write("var flowchange_speed20040726095940=100;	//50:fast, 100:middle, 150:slow\n");
document.write("var flowchange_tar20040726095940=\"_blank\";	//_self, _top, _blank\n");
document.write("var flowchange_downflag20040726095940=3;	//0: change, 1: change-down\n");
document.write("\n");
document.write("var flow_horizon20040726095940=0;	//10:top, 180:middle, 360:below\n");
document.write("var flow_vertical20040726095940=900;	//10:left, 380:middle, 650:right\n");
document.write("\n");
document.write("var flowchange_stop20040726095940=0;\n");
document.write("var flowchange_num20040726095940=0;\n");
document.write("\n");
document.write("var flowchange_brOK20040726095940=false;\n");
document.write("var flowchange_mie20040726095940=false;\n");
document.write("var flowchange_aver20040726095940=parseInt(navigator.appVersion.substring(0,1));\n");
document.write("var flowchange_aname20040726095940=navigator.appName;\n");
document.write("\n");
document.write("var flowchange_vmin20040726095940=2;\n");
document.write("var flowchange_vmax20040726095940=5;\n");
document.write("var flowchange_vr20040726095940=2;\n");
document.write("var flowchange_timer120040726095940;\n");
document.write("\n");
document.write("var flowchange_allyes20040726095940;\n");
document.write("\n");
document.write("var flowchange_ns = (document.layers) ? 1 : 0;\n");
document.write("var flowchange_ie = (document.all) ? 1 : 0;\n");
document.write("var flowchange_bFade20040726095940=false;\n");
document.write("\n");
document.write("//vertical horizon same speed\n");
document.write("if ((flow_horizon20040726095940!=0) || (flow_vertical20040726095940!=0)){\n");
document.write("	flowchange_vr20040726095940=0;\n");
document.write("}\n");
document.write("\n");
document.write("function flowchange_checkbrOK20040726095940(){\n");
document.write("	if(flowchange_aname20040726095940.indexOf(\"Internet Explorer\")!=-1){\n");
document.write("		if(flowchange_aver20040726095940>=4) flowchange_brOK20040726095940=navigator.javaEnabled();\n");
document.write("		flowchange_mie20040726095940=true;\n");
document.write("	}\n");
document.write("	if(flowchange_aname20040726095940.indexOf(\"Netscape\")!=-1){\n");
document.write("		if(flowchange_aver20040726095940>=4) flowchange_brOK20040726095940=navigator.javaEnabled();\n");
document.write("	}\n");
document.write("}\n");
document.write("\n");
document.write("function flowchange_Chip20040726095940(chipname,width,height){\n");
document.write("	this.named=chipname;\n");
document.write("	this.vx=flowchange_vmin20040726095940+flowchange_vmax20040726095940*Math.random();\n");
document.write("	this.vy=flowchange_vmin20040726095940+flowchange_vmax20040726095940*Math.random();\n");
document.write("	this.w=width;\n");
document.write("	this.h=height;\n");
document.write("	this.xx=0;\n");
document.write("	this.yy=0;\n");
document.write("	this.flowchange_timer120040726095940=null;\n");
document.write("}\n");
document.write("\n");
document.write("function flowchange_movechip20040726095940(chipname){\n");
document.write("if (flowchange_stop20040726095940!=1){\n");
document.write("if(flowchange_brOK20040726095940){\n");
document.write("	eval(\"flowchange_Chip20040726095940=\"+chipname);\n");
document.write("	if(!flowchange_mie20040726095940){\n");
document.write("		pageX=window.pageXOffset;\n");
document.write("		pageW=window.innerWidth;\n");
document.write("		pageY=window.pageYOffset;\n");
document.write("		pageH=window.innerHeight;\n");
document.write("	}\n");
document.write("	else{\n");
document.write("		pageX=window.document.body.scrollLeft;\n");
document.write("		pageW=window.document.body.offsetWidth-8;\n");
document.write("		pageY=window.document.body.scrollTop;\n");
document.write("		pageH=window.document.body.offsetHeight;\n");
document.write("	} \n");
document.write("\n");
document.write("	//horizon vertical begin\n");
document.write("	if ((flow_horizon20040726095940!=0) && (flow_vertical20040726095940==0)){\n");
document.write("		flowchange_Chip20040726095940.yy=flow_horizon20040726095940; \n");
document.write("	}\n");
document.write("	else if ((flow_horizon20040726095940==0) && (flow_vertical20040726095940!=0)){\n");
document.write("		flowchange_Chip20040726095940.xx=flow_vertical20040726095940;\n");
document.write("	}\n");
document.write("	//horizon vertical end\n");
document.write("	flowchange_Chip20040726095940.xx=flowchange_Chip20040726095940.xx+flowchange_Chip20040726095940.vx;\n");
document.write("	flowchange_Chip20040726095940.yy=flowchange_Chip20040726095940.yy+flowchange_Chip20040726095940.vy;\n");
document.write("	flowchange_Chip20040726095940.vx+=flowchange_vr20040726095940*(Math.random()-0.5);\n");
document.write("	flowchange_Chip20040726095940.vy+=flowchange_vr20040726095940*(Math.random()-0.5);\n");
document.write("	if(flowchange_Chip20040726095940.vx>(flowchange_vmax20040726095940+flowchange_vmin20040726095940))  flowchange_Chip20040726095940.vx=(flowchange_vmax20040726095940+flowchange_vmin20040726095940)*2-flowchange_Chip20040726095940.vx;\n");
document.write("	if(flowchange_Chip20040726095940.vx<(-flowchange_vmax20040726095940-flowchange_vmin20040726095940)) flowchange_Chip20040726095940.vx=(-flowchange_vmax20040726095940-flowchange_vmin20040726095940)*2-flowchange_Chip20040726095940.vx;\n");
document.write("	if(flowchange_Chip20040726095940.vy>(flowchange_vmax20040726095940+flowchange_vmin20040726095940))  flowchange_Chip20040726095940.vy=(flowchange_vmax20040726095940+flowchange_vmin20040726095940)*2-flowchange_Chip20040726095940.vy;\n");
document.write("	if(flowchange_Chip20040726095940.vy<(-flowchange_vmax20040726095940-flowchange_vmin20040726095940)) flowchange_Chip20040726095940.vy=(-flowchange_vmax20040726095940-flowchange_vmin20040726095940)*2-flowchange_Chip20040726095940.vy;\n");
document.write("	if(flowchange_Chip20040726095940.xx<=pageX){\n");
document.write("		//horizon flow for move mouse\n");
document.write("		if ((flow_horizon20040726095940==0) && (flow_vertical20040726095940!=0))\n");
document.write("			flowchange_Chip20040726095940.xx=pageX+flow_vertical20040726095940;\n");
document.write("		else	\n");
document.write("			flowchange_Chip20040726095940.xx=pageX;\n");
document.write("		flowchange_Chip20040726095940.vx=flowchange_vmin20040726095940+flowchange_vmax20040726095940*Math.random();\n");
document.write("	}\n");
document.write("	if(flowchange_Chip20040726095940.xx>=pageX+pageW-flowchange_Chip20040726095940.w){\n");
document.write("		flowchange_Chip20040726095940.xx=pageX+pageW-flowchange_Chip20040726095940.w;\n");
document.write("		flowchange_Chip20040726095940.vx=-flowchange_vmin20040726095940-flowchange_vmax20040726095940*Math.random();\n");
document.write("	}\n");
document.write("	if(flowchange_Chip20040726095940.yy<=pageY){\n");
document.write("		//vertical flow for move mouse\n");
document.write("		if ((flow_horizon20040726095940!=0) && (flow_vertical20040726095940==0))\n");
document.write("			flowchange_Chip20040726095940.yy=pageY+flow_horizon20040726095940;\n");
document.write("		else\n");
document.write("			flowchange_Chip20040726095940.yy=pageY;\n");
document.write("		flowchange_Chip20040726095940.vy=flowchange_vmin20040726095940+flowchange_vmax20040726095940*Math.random();\n");
document.write("	}\n");
document.write("	if(flowchange_Chip20040726095940.yy>=pageY+pageH-flowchange_Chip20040726095940.h){\n");
document.write("		flowchange_Chip20040726095940.yy=pageY+pageH-flowchange_Chip20040726095940.h;\n");
document.write("		flowchange_Chip20040726095940.vy=-flowchange_vmin20040726095940-flowchange_vmax20040726095940*Math.random();\n");
document.write("	}\n");
document.write("	if(!flowchange_mie20040726095940){\n");
document.write("		eval(\"document.\"+flowchange_Chip20040726095940.named+\".top=\"+flowchange_Chip20040726095940.yy);\n");
document.write("		eval(\"document.\"+flowchange_Chip20040726095940.named+\".left=\"+flowchange_Chip20040726095940.xx);\n");
document.write("	} \n");
document.write("	else{\n");
document.write("		eval(\"document.all.\"+flowchange_Chip20040726095940.named+\".style.pixelLeft=\"+flowchange_Chip20040726095940.xx);\n");
document.write("		eval(\"document.all.\"+flowchange_Chip20040726095940.named+\".style.pixelTop =\"+flowchange_Chip20040726095940.yy); \n");
document.write("	}\n");
document.write("	flowchange_Chip20040726095940.flowchange_timer120040726095940=setTimeout(\"flowchange_movechip20040726095940('\"+flowchange_Chip20040726095940.named+\"')\",flowchange_speed20040726095940);\n");
document.write("}\n");
document.write("}\n");
document.write("else {flowchange_Chip20040726095940.flowchange_timer120040726095940=setTimeout(\"flowchange_movechip20040726095940('\"+flowchange_Chip20040726095940.named+\"')\",flowchange_speed20040726095940);}\n");
document.write("\n");
document.write("}\n");
document.write("\n");
document.write("function flowchange_stopme20040726095940(chipname){\n");
document.write("	if(flowchange_brOK20040726095940){\n");
document.write("		eval(\"flowchange_Chip20040726095940=\"+chipname);\n");
document.write("		if(flowchange_Chip20040726095940.flowchange_timer120040726095940!=null){\n");
document.write("			clearTimeout(flowchange_Chip20040726095940.flowchange_timer120040726095940)\n");
document.write("		}\n");
document.write("	}\n");
document.write("}\n");
document.write("\n");
document.write("function flowchange_allyes120040726095940(){\n");
document.write("if (flowchange_num20040726095940==0){\n");
document.write("	flowchange_checkbrOK20040726095940(); \n");
document.write("	flowchange_allyes20040726095940=new flowchange_Chip20040726095940(\"flowchange_allyes20040726095940\",100,80);\n");
document.write("	if(flowchange_brOK20040726095940) {\n");
document.write("		flowchange_movechip20040726095940(\"flowchange_allyes20040726095940\");\n");
document.write("	}\n");
document.write("}\n");
document.write("	flowchange_num20040726095940++;\n");
document.write("}\n");
document.write("\n");
document.write("//change begin\n");
document.write("function change_over20040726095940(isMouseOver){\n");
document.write("	if (!isMouseOver) return;\n");
document.write("	if (flowchange_downflag20040726095940==1){//down\n");
document.write("		leftdown20040726095940.style.top=document.all.Img120040726095940.height;\n");
document.write("	}\n");
document.write("	else if (flowchange_downflag20040726095940==2){//right\n");
document.write("		leftdown20040726095940.style.left=document.all.Img120040726095940.width;\n");
document.write("	}\n");
document.write("	else if (flowchange_downflag20040726095940==3){//left\n");
document.write("		leftdown20040726095940.style.left=-document.all.Img220040726095940.width;\n");
document.write("	}\n");
document.write("	else if (flowchange_downflag20040726095940==4){//up\n");
document.write("		leftdown20040726095940.style.top=-document.all.Img220040726095940.height;\n");
document.write("	}\n");
document.write("	leftdown20040726095940.style.visibility=\"visible\";\n");
document.write("	//changetime20040726095940=setTimeout(\"change_out20040726095940()\",3000);\n");
document.write("}\n");
document.write("\n");
document.write("function change_out20040726095940(){\n");
document.write("	//clearTimeout(changetime20040726095940);\n");
document.write("	leftdown20040726095940.style.visibility=\"hidden\";\n");
document.write("}\n");
document.write("//change end\n");
document.write("\n");
document.write("if (flowchange_ie){\n");
document.write("	document.write(\"<div ID='flowchange_allyes20040726095940' STYLE='position:absolute;'>\");\n");
document.write("\n");
document.write("	document.write(\"<div id='leftdown20040726095940' style='position:absolute; z-index:1; visibility: hidden'><a href='\"+ADFUSER2284+\"' target='\" + flowchange_tar20040726095940 + \"' onMouseOver='change_over20040726095940(" + isMouseOver + ");flowchange_stop20040726095940=1;' onMouseOut='change_out20040726095940();flowchange_stop20040726095940=0;'><img src='\"+ flowchange_pic220040726095940 + \"' ID='Img220040726095940' onload='flowchange_allyes120040726095940()' border='0' alt='\" + flowchange_alt20040726095940 + \"'></a></div>\");\n");
document.write("\n");
document.write("	document.write(\"<a HREF='\"+ADFUSER2284+\"' onMouseOver='change_over20040726095940(" + isMouseOver + ");flowchange_stop20040726095940=1;' onMouseOut='change_out20040726095940();flowchange_stop20040726095940=0;'  target='\" + flowchange_tar20040726095940 + \"'>\");\n");
document.write("	document.write(\"<img SRC='\" + flowchange_pic20040726095940 + \"' ID='Img120040726095940' border='0' alt='\" + flowchange_alt20040726095940 + \"' ></a>\");\n");
document.write("	document.write(\"</div>\");\n");
document.write("}\n");
document.write("else if (flowchange_ns){\n");
document.write("	document.write(\"<layer name='flowchange_allyes20040726095940' visibility='show' onMouseOver='document.layers.leftdown20040726095940.visibility=\\\"show\\\";flowchange_stop20040726095940=1;' onMouseOut='document.layers.leftdown20040726095940.visibility=\\\"hide\\\";flowchange_stop20040726095940=0;'  onload='flowchange_allyes120040726095940()' >\");\n");
document.write("	document.write(\"<a HREF='\"+ADFUSER2284+\"' target='\" + flowchange_tar20040726095940 + \"'>\");\n");
document.write("	document.write(\"<img SRC='\" + flowchange_pic20040726095940 + \"' border='0' alt='\" + flowchange_alt20040726095940 + \"' name='Img120040726095940'></a>\");\n");
document.write("	document.write(\"<layer name='leftdown20040726095940' visibility='hide' left='Img120040726095940.width'><a href='\"+ADFUSER2284+\"' target='\" + flowchange_tar20040726095940 + \"'><img src='\"+ flowchange_pic220040726095940 + \"' border='0' alt='\" + flowchange_alt20040726095940 + \"'></a></layer>\");\n");
document.write("	document.write(\"</layer>\");\n");
document.write("}\n");
document.write("</script>\n");
document.write("\n");
document.write("");

}