document.writeln("<style type=\"text\/css\"> ");
document.writeln(".picshow { z-index:444; position:relative; background-color:#e4f2fa; width: 100%; height: 250px}");
document.writeln(".picshow_main { position: relative; width: 1000px; height: 230px}");
document.writeln(".picshow_main .imgbig { filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward); width: 1000px; height: 230px}");
document.writeln(".picshow_change {position: absolute; text-align: left; bottom: 0px; height: 10px; right: 0px; left: 920px;}");
document.writeln(".picshow_change img {width:15px; height: 15px}");
document.writeln(".picshow_change a { border: 1px solid; display: block; float: left; margin-right: 5px;  -display: inline}");
document.writeln("a.axx { border-color: #555}");
document.writeln("a.axx:hover {border-color: #000}");
document.writeln("a.axx img { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4}");
document.writeln("a.axx:hover img {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0}");
document.writeln("a.bxx { border-color: #000}");
document.writeln("a.bxx:hover {border-color: #000}");
document.writeln("img{");
document.writeln("border:0px}");
document.writeln("<\/style>");
document.writeln("<SCRIPT language=javascript> ");
document.writeln(" \/\/图片滚动展示 Start");
document.writeln(" var counts = 3;");
document.writeln(" \/\/大图\/\/");
document.writeln(" img1 = new Image();");
document.writeln(" img1.src = \'http:\/\/www.kftea.net\/Skin\/kftea_01\/0001.jpg\';");
document.writeln(" img2 = new Image();");
document.writeln(" img2.src = \'http:\/\/www.kftea.net\/Skin\/kftea_01\/gggkf.jpg\';");
document.writeln(" img3 = new Image();");
document.writeln(" img3.src = \'http:\/\/www.kftea.net\/Skin\/kftea_01\/分享.jpg\';");
document.writeln(" ");
document.writeln(" var smallImg = new Array();");
document.writeln(" \/\/小图");
document.writeln(" smallImg[0] = \'http:\/\/images1.www.net.cn\/static\/images\/index_adb1.gif\';");
document.writeln(" smallImg[1] = \'http:\/\/images1.www.net.cn\/static\/images\/index_adb2.gif\';");
document.writeln(" smallImg[2] = \'http:\/\/images1.www.net.cn\/static\/images\/index_adb3.gif\';");
document.writeln(" ");
document.writeln(" \/\/链接地址");
document.writeln(" url1 = new Image();");
document.writeln(" url1.src = \'http:\/\/www.kftea.net\/\';");
document.writeln(" url2 = new Image();");
document.writeln(" url2.src = \'http:\/\/www.kftea.net\';");
document.writeln(" url3 = new Image();");
document.writeln(" url3.src = \'http:\/\/www.kftea.net\';");
document.writeln(" \/\/alt值");
document.writeln(" alt1 = new Image();");
document.writeln(" alt1.alt = \'康福茶业\';");
document.writeln(" alt2 = new Image();");
document.writeln(" alt2.alt = \'康福茶业\';");
document.writeln(" alt3 = new Image();");
document.writeln(" alt3.alt = \'康福茶业\';");
document.writeln(" \/\/\/\/欢迎来康福茶业.");
document.writeln(" var nn = 1;");
document.writeln(" var key = 0;");
document.writeln(" function change_img() {");
document.writeln("  if (key == 0) {");
document.writeln("   key = 1;");
document.writeln("  } else if (document.all) {");
document.writeln("   document.getElementById(\"pic\").filters[0].Apply();");
document.writeln("   document.getElementById(\"pic\").filters[0].Play(duration = 2);");
document.writeln("  }");
document.writeln("  eval(\'document.getElementById(\"pic\").src=img\' + nn + \'.src\');");
document.writeln("  eval(\'document.getElementById(\"url\").href=url\' + nn + \'.src\');");
document.writeln("  eval(\'document.getElementById(\"pic\").alt=alt\' + nn + \'.alt\');");
document.writeln("  if (nn == 1) {");
document.writeln("   document.getElementById(\"url\").target = \"_blank\";");
document.writeln("   document.getElementById(\"url\").style.cursor = \"pointer\";");
document.writeln("  } else {");
document.writeln("   document.getElementById(\"url\").target = \"_blank\"");
document.writeln("   document.getElementById(\"url\").style.cursor = \"pointer\"");
document.writeln("  }");
document.writeln(" ");
document.writeln("  for ( var i = 1; i <= counts; i++) {");
document.writeln("   document.getElementById(\"xxjdjj\" + i).className = \'axx\';");
document.writeln("  }");
document.writeln("  document.getElementById(\"xxjdjj\" + nn).className = \'bxx\';");
document.writeln("  nn++;");
document.writeln("  if (nn > counts) {");
document.writeln("   nn = 1;");
document.writeln("  }");
document.writeln("  tt = setTimeout(\'change_img()\', 7000);");
document.writeln(" }");
document.writeln(" function changeimg(n) {");
document.writeln("  nn = n;");
document.writeln("  window.clearInterval(tt);");
document.writeln("  change_img();");
document.writeln(" }");
document.writeln(" function ImageShow() {");
document.writeln("  document.write(\'<div class=\"picshow_main\">\');");
document.writeln("  document.write(\'<div><a id=\"url\"><img id=\"pic\" class=\"imgbig\" \/><\/a><\/div>\');");
document.writeln("  document.write(\'<div class=\"picshow_change\">\');");
document.writeln("  for ( var i = 0; i < counts; i++) {");
document.writeln("   document.write(\'<a href=\"javascript:changeimg(\' + (i + 1)");
document.writeln("     + \');\" id=\"xxjdjj\' + (i + 1)");
document.writeln("     + \'\" class=\"axx\" target=\"_self\"><img src=\"\' + smallImg[i]");
document.writeln("     + \'\"><\/a>\');");
document.writeln("  }");
document.writeln("  document.write(\'<\/div><\/div>\');");
document.writeln("  change_img();");
document.writeln(" }");
document.writeln(" \/\/图片滚动展示 End");
document.writeln("<\/SCRIPT>");
document.writeln("<SCRIPT language=\"javascript\" type=\"text\/javascript\"> ");
document.writeln(" ImageShow();");
document.writeln("<\/SCRIPT>")
