//JQ 重构
$(document).ready(function(){

	if(!IE6){goTop();}

	selectArticle();
	commentAlign();

	externalLink();
	blockquote();
	currCate();
	commentNum();
	inputFocus();
	articleTitle();
	//articleTitleAlt();

	anchorFixed();
	showMng();

});

$(window).load(function(){

	imageSize();

});
