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