$(document).ready(function(){	
	if ($('#rechts').html() == '<!--TYPO3SEARCH_begin--><!--TYPO3SEARCH_end-->')
	{
		$('#rechts').remove();
	}
	if ($('#links').html() == '')
	{
		$('#links').remove();
	}
});

