$(document).ready(function(){


		var path = location.pathname.substring(0);



		if ( path ) {
			$('#subnavi a[href$="' + path + '"]').attr('class', 'selected');
		}
/*
		if ( path ) {
			pos = path.lastIndexOf('/');
			path = path.substring(0,pos+1);
			$('#navigation a[href$="' + path + '"]').attr('class', 'selected');
		}


*/







});



