	var tttt=document.location.href;
	var sss='\
	<div id="all-categories" style="position:absolute;display: none;left:30px;top:16px;width:330px; border:1px solid #999999; height:auto;" onmouseout="closemenu(event,this);">\
	<div id="public_top_window">\
		<table cellspacing="15" height=135 >\
		  <tr> \
			<td bgcolor=#c1dce7  onclick="changeBG(1)" title="默认方案">&nbsp;</td>\
			<td bgcolor=#d2e7d2 onclick="changeBG(2)"  >&nbsp;</td>\
			<td bgcolor=#eac5db onclick="changeBG(3)" >&nbsp;</td>\
			<td bgcolor=#b8cdc9 onclick="changeBG(4)" >&nbsp;</td>\
			<td bgcolor=#a6d1fc onclick="changeBG(5)" >&nbsp;</td>\
		  </tr>\
		  <tr> \
			<td  onclick="changeBG(6)" bgcolor="#AC9CD1">&nbsp;</td>\
			<td onclick="changeBG(7)" bgcolor="#FE9387">&nbsp;</td>\
			<td onclick="changeBG(8)" bgcolor="#A6D09D">&nbsp;</td>\
			<td onclick="changeBG(9)" bgcolor="#FFB56A">&nbsp;</td>\
			<td onclick="changeBG(10)" bgcolor="#C6C68C">&nbsp;</td>\
		  </tr>\
		</table>\
	 </div>\
    </div>\
	';
	var str='\
	<div id="bannar" class="link_12_bold">\
		<table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id=imgcontentbg background="/css/'+css_style+'/content_top_1_32.gif">\
		  <tr> \
			<td width="45" height="32">&nbsp;<img id=imggirl src="/css/'+css_style+'/girl.gif" width="31" height="29" />&nbsp;</td>\
			<td width="279" ><a href="http://www.xxsy.net">潇湘书院</a>&nbsp;&nbsp;<a href="javascript:;" onmouseover="showhidecolor()">▼ 选择配色方案 ▼</a>'+sss+'&nbsp;&nbsp;<a href="javascript:void(0);" name="StranLink" id="StranLink">繁體</a></td>\
			<td width="636" style="text-align:right">\
			<a href="/shoucang.asp?bookid='+bookid+'" onclick="return call(this.href);">放入书架</a>&nbsp;\
			<a href="/booktj.asp?bookid='+bookid+'" onclick="return call(this.href);">投月票</a>\
		';
			
	if (/(\d)\.html/.test(tttt.replace(bookid,""))){
		str+='&nbsp;<a href="/shoucang.asp?bookid='+bookid+'&zhangjieid='+contentid+'&action=addsq" onclick="return call(this.href);">加入书签</a>';
	}
	str+='\
	     &nbsp;<a href="/user.html?mybookcase.asp" target=_blank>打开书架</a>&nbsp; <a href="/info/'+bookid+'.html">返回书页</a>&nbsp;\
		  <a href="default.html">返回目录</a>&nbsp;<a href="http://www.9917.com/home/xxsyauthor.html?aid='+authorid+'">作者专栏</a>&nbsp;&nbsp;</td>\
		  </tr>\
		</table>\
	</div>\
	';	

	document.write(str);

document.write('<script language=javascript src="/js/myBox.js"></script> ');
