
function HeadList(strT){
	document.write('\
	<table height="25" border="0" cellpadding="0" cellspacing="0">\
        <tr class="t13">\
        	<td width="105" align="center" id="_Title"  valign="bottom"\
            	onclick="window.open(\'/H6.aspx?F=/CMS/Search/Index.P6&T=_\')"\
            	class="t13w" style="color:black;cursor:hand">原来论坛</td>\
			<td width="105" align="center" id="BBS_Title"  valign="bottom" \
            	onclick="window.open(\'/H6.aspx?F=/CMS/Search/Index.P6\')" \
            	class="t13w" style="color:black;cursor:hand">AI论坛</td>\
            <td width="105" align="center" id="URL_Title"  valign="bottom"\
            	onclick="window.open(\'/H6.aspx?F=/CMS/Search/Fav/Index.P6&T=URL_\')"\
            	class="t13w" style="color:black;cursor:hand">网络收藏</td>\
			<td width="105" align="center" id="MUSIC_Title" valign="bottom" \
				onclick="window.open(\'http://www.funnyai.com/Common/HTML/FunnyMusic/FunnyMusic.html\')"\
				class="t13w" style="color:black;cursor:hand">心灵之声</td>\
			<td width="105" align="center" id="MURL_Title" valign="bottom" \
				onclick="window.open(\'/Common/Skin/Funny/FunnyAI/Search/Index.html?T=MURL_\')"\
				class="t13w" style="color:black;cursor:hand">虚拟地址 </td>\
			<td width="105" align="center" id="NLP_Title" valign="bottom" \
				onclick="window.open(\'/H6.aspx?F=/CMS/Search/URL/Index.P6&T=NLP_\')" \
				class="t13w" style="color:black;cursor:hand">自然语言</td> \
        </tr>\
  </table>');
 	
 	strT=strT.toUpperCase();
	if (document.getElementById(strT+"Title")){
		document.getElementById(strT+"Title").bgColor="#CC0000";
		document.getElementById(strT+"Title").style.color="#FFFFFF";
		document.getElementById(strT+"Title").className="Title2";
	}
}