$(document).ready(function() {
	var docUrl = location.href;
	if(docUrl.indexOf('nt=')!=-1){
		var arrUrl = docUrl.split('=');
		num_type= arrUrl[1].substr(0,5);
	}else{
		num_type = 'num_0';
	}
	//$("#fenlei").load('../php/haoma.php?act=view&from=fenlei');
	num_change(num_type);
});

