function flinks()
{document.write(
'<ul>'+
	'<li><a href = "http://www.bobopo.com/"  title= "波波坡,一个程序员的博客" target="_blank">波波坡</a></li>'+
	'<li><a href = "http://www.woyouxian.com/"  title= "我有闲书库,名著" target="_blank">我有闲书库</a></li>'+
	'<li><a href = "http://www.wowstory.com/"  title= "窝说书库" target="_blank">窝说书库</a></li>'+
	'<li><a href = "http://www.ahanova.com/"  title= "AhaNova" target="_blank">AhaNova外文原著</a></li>'+
	'<li><a href = "http://www.blabla.cn/"  title= "布啦布啦网页教程与代码" target="_blank">布啦布啦</a></li>'+
	'<li><a href = "http://www.woyouxian.net/"  title= "我有闲IT教程" target="_blank">我有闲IT教程</a></li>'+
	'<li><a href = "http://www.tianya.cn/index.htm"  title= "天涯社区" target="_blank" rel="nofollow">天涯社区</a></li>'+
	'<li><a href = "http://www.douban.com/"  title= "豆瓣" target="_blank"  rel="nofollow">豆瓣 </a></li>'+
	'<li><a href = "http://bulaoge.com/?lpsfield2"  title= "薯田2号,阿朗,LP" target="_blank"  rel="nofollow">薯田2号</a></li>'+
'</ul>')
}

function AdjustCol(){
	var left =document.getElementById("xblinks").offsetHeight;
	var right =document.getElementById("xbrechts").offsetHeight;
	if (left>right)
	{document.getElementById("xbrechts").style.height=left.toString() + "px";}
	else 
	{document.getElementById("xblinks").style.height=right.toString() + "px";}
}


function GSearch(){
document.write('<form method="get" action="http://www.google.cn/custom" target="google_window">'+
'<table border="0" bgcolor="#ffffff">'+
'<tr><td nowrap="nowrap" valign="top" align="left" height="32">'+
'<a href="http://www.google.com/">'+
'<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>'+
'<br/>'+
'<input type="hidden" name="domains" value="www.hubapo.com"></input>'+
'<label for="sbi" style="display: none">输入您的搜索字词</label>'+
'<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>'+
'<label for="sbb" style="display: none">提交搜索表单</label>'+
'<input type="submit" name="sa" value="搜索" id="sbb"></input>'+
'</td></tr>'+
'<tr>'+
'<td nowrap="nowrap">'+
'<table>'+
'<tr>'+
'<td>'+
'<input type="radio" name="sitesearch" value="" id="ss0"></input>'+
'<label for="ss0" title="搜索网络"><font size="-1" color="#000000">Web</font></label></td>'+
'<td>'+
'<input type="radio" name="sitesearch" value="www.hubapo.com" checked id="ss1"></input>'+
'<label for="ss1" title="搜索 www.hubapo.com"><font size="-1" color="#000000">www.hubapo.com</font></label></td>'+
'</tr>'+
'</table>'+
'<input type="hidden" name="client" value="pub-3105632846497229"></input>'+
'<input type="hidden" name="forid" value="1"></input>'+
'<input type="hidden" name="channel" value="3055143320"></input>'+
'<input type="hidden" name="ie" value="UTF-8"></input>'+
'<input type="hidden" name="oe" value="UTF-8"></input>'+
'<input type="hidden" name="safe" value="active"></input>'+
'<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>'+
'<input type="hidden" name="hl" value="zh-CN"></input>'+
'</td></tr></table>'+
'</form>')
}
