scores = new Array(20);var numTotal=0;NS4 = (document.layers) ? 1 : 0;IE4 = (document.all) ? 1 : 0;ver4 = (NS4 || IE4) ? 1 : 0;if (ver4) {    with (document) {        write("<STYLE TYPE='text/css'>");        if (NS4) {            write(".parent {position:absolute; visibility:visible}");            write(".child {position:absolute; visibility:visible}");            write(".regular {position:absolute; visibility:visible}")        }        else {            write(".child {display:none}")        }        write("</STYLE>");    }}function getIndex(el) {    ind = null;    for (i=0; i<document.layers.length; i++) {        whichEl = document.layers[i];        if (whichEl.id == el) {            ind = i;            break;        }    }    return ind;}function arrange() {    nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;    for (i=firstInd+1; i<document.layers.length; i++) {        whichEl = document.layers[i];        if (whichEl.visibility != "hide") {            whichEl.pageY = nextY;            nextY += whichEl.document.height;        }    }}function initIt(){    if (!ver4) return;    if (NS4) {        for (i=0; i<document.layers.length; i++) {            whichEl = document.layers[i];            if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";       }        arrange();    }    else {        divColl = document.all.tags("DIV");        for (i=0; i<divColl.length; i++) {            whichEl = divColl(i);            if (whichEl.className == "child") whichEl.style.display = "none";        }    }}function expandIt(el) {	if (!ver4) return;    if (IE4) {        whichEl1 = eval(el + "Child");		for(i=1;i<=numTotal;i++){			whichEl = eval(scores[i] + "Child");			if(whichEl!=whichEl1) {				whichEl.style.display = "none";			}		}        whichEl1 = eval(el + "Child");        if (whichEl1.style.display == "none") {            whichEl1.style.display = "block";        }        else {            whichEl1.style.display = "none";        }    }    else {        whichEl = eval("document." + el + "Child");		for(i=1;i<=numTotal;i++){			whichEl = eval("document." + scores[i] + "Child");			if(whichEl!=whichEl1) {				whichEl.visibility = "hide";			}		}        if (whichEl.visibility == "hide") {            whichEl.visibility = "show";        }        else {            whichEl.visibility = "hide";        }        arrange();    }}onload = initIt;

document.write("<table width='190' border=0 cellpadding='0' cellspacing='0' borderlight=green>");
document.write("  <tr> ");
document.write("    <td height='5'></td>");
document.write("  </tr>");
document.write("  <tr> "); 
document.write("    <td height='33' valign='top'><a href='index.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_index.gif' width='190' height='31' border='0'></a></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td height='' align=left valign='top'> ");
<!--卷首语-->
<!--展会招商1-->
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='cku_zs.html'><img //src='http://www.cku.org.cn/games/cn/images/ckugame_nav_07.gif' width='190' height='25' border='0'></a></td>");
//document.write("          </tr>");
//document.write("        </table>");
<!--赛事报道-->
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='http://www.cku.org.cn/games/ssbd/xian_0809/index.html'  target='_blank'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_09.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
<!--赛事介绍-->
//document.write("      <div id='KB2Parent' class='parent'> ");
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='index.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_02.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB2Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_bstz.htm'>比赛通知</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cpjs.htm'>裁判介绍</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_jtxl.htm'>交通线路</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_bscd.htm'>比赛场地</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_zsjs.htm'>住宿介绍</a><br>");
//document.write(" </span> ");
//document.write("                  </td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--裁判介绍-->
document.write("      <div id='KB3Parent' class='parent'> ");
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='ykjs.html' onClick=expandIt('KB3'); return false><img src='http://www.cku.org.cn/games/cn/images/ykjs.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
document.write("      </div>");
<!--裁判介绍-->
document.write("      <div id='KB3Parent' class='parent'> ");
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='cku_cp.html' onClick=expandIt('KB3'); return false><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_caipan.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
document.write("      </div>");
//document.write("      <div id='KB3Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_cszg.htm'>参赛资格</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cszg.htm#02'>注意事项</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cszg.htm#03'>参赛服务</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cslc.htm'>参赛流程</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cck.htm'>CC卡说明</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_cacib.htm'>CACIB卡说明</a><br>");
//document.write(" </span> ");
//document.write("                  </td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--犬种分类-->
//document.write("      <div id='KB4Parent' class='parent'> ");
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td height='27' valign='top'><a href='#' onClick=expandIt('KB4'); return false><img src='http://page.aigou.com/images/cku2/ckugame_nav_04_4.gif' width='190' height='25' border='0'></a></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB4Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><span class='fond2'><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz01.htm'>第一犬组</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz02.htm'>第二犬组</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz03.htm'>第三犬组</a><br>");
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz04.htm'>第四犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz05.htm'>第五犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz06.htm'>第六犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz07.htm'>第七犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz08.htm'>第八犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz09.htm'>第九犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_csqz10.htm'>第十犬组</a><br>")
//document.write(" <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_fzts.htm'>分组特别提示</a><br>")
//document.write(" </span></td>")
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--协会规则-->
//document.write("      <div id='KB5Parent' class='parent'><a href='#' onClick=expandIt('KB5'); return false> ");
//document.write("        </a> ");
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='#' onClick=expandIt('KB5'); return false><img src='http://page.aigou.com/images/cku2/ckugame_nav_04.gif' width='190' height='25' border=0></a></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB5Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_hygl.htm'>会员管理办法</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;</span><a href='ckusai_fzdj.htm'>繁殖登记办法</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;</span><a href='ckusai_qqs.htm'>牵犬师比赛办法</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;</span><a href='ckusai_mjbs.htm'>敏捷比赛规则</a><br>");
//document.write("                    </span></td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--报名方式-->
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='cku_baoming.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_05.gif' width='190' height='25' border=0></a></td>");
//document.write("          </tr>");
//document.write("        </table>");

<!--牵犬师报名表图-->
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='cku_qqs.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_qqsbm.gif' width='190' height='25' border=0></a></td>");
//document.write("          </tr>");
//document.write("        </table>");

//document.write("      <div id='KB6Parent' class='parent'> ");
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='http://page.aigou.com/html/cku_form/cku_gjz4.htm' onClick=expandIt('KB6'); return false><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_05.gif' width='190' height='25' border=0></a></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB6Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_bmfs.htm'>报名方式</a></span><br> ");
//document.write("                  <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='#'>在线报名</a></span><br> ");
//document.write(" <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_rhdjb.htm'>入会登记表</a></span><br>")
//document.write(" <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_qsdjb.htm'>犬舍登记表</a></span><br>")
//document.write(" <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_gjzbm.htm'>冠军展报名表</a></span><br>")
//document.write(" <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_czqdj.htm'>纯种犬单项登记表</a></span><br>")
//document.write(" <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_qqsbm.htm'>牵犬师参赛报名表</a></span><br>")
//document.write("                    <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_bmzl.htm'>邮寄资料报名</a><br>");
//document.write("                    <img src='http://www.cku.org.cn/games/cn/images/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_bmdh.htm'>电话（传真报名）</a><br>");
//document.write("</span></td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--赛制流程-->
//document.write("      <div id='KB7Parent' class='parent'> ");
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='ckusai_szlc.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_06.gif' width='190' height='25' border=0></a></td>");
document.write("          </tr>");
document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB7Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td class='fond2'><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;</span><a href='ckusai_rcap.htm'>日程安排</a><br> ");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_jxsz.htm'>奖项设置</a> ");
//document.write("                    <br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_bslct.htm'>比赛流程图</a> ");
//document.write("                    <br>");
//document.write("</span></td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--活动场地-->
//document.write("      <div id='KB1Parent' class='parent'><a href='ckusai_hdcd.htm' onClick=expandIt('KB1'); return false> ");
//document.write("        </a> ");
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='ckusai_hdcd.html' onClick=expandIt('KB1'); return false><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_english.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
//document.write("      </div>");
<!--住宿介绍-->
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='ckusai_zhusu.html'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_zhusu.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
<!--展会招商-->
document.write("      <div id='KB8Parent' class='parent'> ");
//document.write("          <tr>");
//document.write("            <td valign='top' height='27'><a href='ckusai_zhzs.htm'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_07.gif' width='190' height='25' border=0></a></td>");
//document.write("          </tr>");
document.write("</table>");
document.write("      </div>");
//document.write("      <div id='KB8Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_zhgz.htm'>赛事招商函</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='ckusai_zhhzxys.htm'>招商合作协议书</a><br>");
//document.write(" </span> ");
//document.write("                  </td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--犬展志愿者招聘-->
//document.write("      <div id='KB9Parent' class='parent'> ");
//document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
//document.write("          <tr> ");
//document.write("            <td valign='top'><a href='#' onClick=expandIt('KB9'); return false><img src='http://page.aigou.com/images/cku2/ckugame_nav_09.gif' width='190' height='25' border='0'></a></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
//document.write("      <div id='KB9Child' class='child'> ");
//document.write("        <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td bgcolor='#D7EAD5'> <table width='80%' border='0' align='center' cellpadding='0' cellspacing='0'>");
//document.write("                <tr> ");
//document.write("                  <td><img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'><span class='fond2'>&nbsp;<a href='ckusai_zyzzp.htm'>志愿者招聘启事</a><br>");
//document.write("                    <img src='http://page.aigou.com/images/cku2/jian.gif' border=0 width='7' height='7'>&nbsp;<a href='biao/zyzdjb.xls'>下载志愿者登记表</a><br>");
//document.write(" </span> ");
//document.write("                  </td>");
//document.write("                </tr>");
//document.write("              </table></td>");
//document.write("          </tr>");
//document.write("          <tr> ");
//document.write("            <td height='3' bgcolor='#D7EAD5'></td>");
//document.write("          </tr>");
//document.write("        </table>");
//document.write("      </div>");
<!--合作伙伴-->
document.write("<table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='ckusai_hzhb.html' onClick=expandIt('KB1'); return false><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_08.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("          <tr> ");
document.write("            <td height='1' bgcolor='#D7EAD5'></td>");
document.write("          </tr>");
document.write("        </table>");
<!--CKU论坛-->
document.write("        <table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("          <tr> ");
document.write("            <td valign='top'><a href='http://bbs.aigou.com/bbs/post/page/391_1__30__.html' target='_blank'><img src='http://www.cku.org.cn/games/cn/images/ckugame_nav_bbs.gif' width='190' height='25' border='0'></a></td>");
document.write("          </tr>");
document.write("        </table>");
<!--end-->
document.write("      <div id='KB1Child' class='child'> ");
document.write("      </div>");
document.write("      <script>numTotal=1;scores[1]='KB1';scores[3]='KB3';scores[4]='KB4';scores[5]='KB5';scores[6]='KB6';scores[7]='KB7';scores[8]='KB8';scores[9]='KB9';</script>");
