$(function(){
$.get("/html/head.html",function(data){
$('#aHead').append(data);
});
$.get("/html/aBottomLink.html",function(data){
$('#aBottomLink').append(data);
});
});
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F134d911ac866f4d4b7a36889a6ef37db' type='text/javascript'%3E%3C/script%3E"));