var url =  window.location.href;
	getUrl(0);
	if(url.indexOf('/buying/') > 0){
		getUrl(4);
	}
	if(url.indexOf('/brand/') > 0){
		getUrl(3);
	}
	if(url.indexOf('/product/') > 0){
		getUrl(1);
	}
	if(url.indexOf('/news/ZiXun/ShangJi/') > 0){
		getUrl(2);
	}
	if(url.indexOf('/news/ZiXun/index') > 0){
		getUrl(5);
	}
	if(url.indexOf('/ZhanHui/') > 0){
		getUrl(6);
	}
	if(url.indexOf('/ZhanHui/') > 0){
		getUrl(6);
	}
	if(url.indexOf('/GuoNaMaoYi/') > 0){
		getUrl(7);
	}
	if(url.indexOf('content/news') > 0 || url.indexOf('list/news') > 0){
		getUrl(5);
	}
function getUrl(val){
		for(var i=0;i<8;i++){
			if(i==val){
				document.getElementById("classid"+i).className="bj01";
					
			}else{
				document.getElementById("classid"+i).className="";	 
			}
		}
	}
