var elem = $('searchform').ancestors();
var id = $(elem.first()).identify();
if(id != 'search'){
	$('searchform').wrap('li');
}