$(function() {

		
	var current = $('.subSection a').filter(function() { return location.href.indexOf(this.href) != -1; });
	if (current.size()) {
		
		current.parent('div.subSection').addClass('selected');
	}
	


});