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