$(document).ready(function(){
//		$('#parent_0_70_level1 a').each(function(){
//		if($(this).attr('href') != '#' && $(this).attr('href') != '/'){
//			var local = $(this).attr('href');//.split('/');
//			var global = jQuery.url.attr('path');//.split('/');
//			if(local == global || global.indexOf(local.replace('.html','')) != -1){
//				$(this).addClass('active');
//			}
//		}
//		});
	});
