//header HTML
var headerHtmls='
';
//footer HTML
var footHtmls='' +
'
' +
'
' +
' ' +
'
' +
'
' +
' ' +
'
' +
'
' +
' ' +
'
' +
/* '
' +
' ' +
'
' +*/
'
' +
'
' +
' ';
$('#header').html(headerHtmls);
$('#footer').html(footHtmls);
$('#wb_links').on('click',function () {
window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place');
})
$('.skipFun').on('click',function () {
window.open("http://www.beian.miit.gov.cn/")
})