jQuery(function(){
	var partnerpath = location.href.substring(location.href.lastIndexOf('/')+1)+location.hash;
	if ( partnerpath )
		$('#sidebar a[href$="' + partnerpath + '"]').addClass('current').parents('ul').css('display','block');

	
	});
