$(document).ready(function() {

if( ! $("#hsnav").length) {
	$("h3.title, p.Normal:has(a.MenuTopSelected)").hide();
}


});