$(document).ready(function() {
	if ( $('#nav-in-body').length > 0 ) {
		$('body').addClass('test-sidebar');
	}
});