$(document).ready(function() {
    if(typeof wcm_thisChannel_rootChannelId != undefined && wcm_thisChannel_rootChannelId > 0)
	{
		$('#siteMenu > #siteTopMenu.channel > .entry.channel-' + wcm_thisChannel_rootChannelId).addClass('current');
	}
});
