var j=jQuery.noConflict();
j(document).ready(function($){
	
	if($('#navtop2').length == 0){
		$('#rsg').remove();
	}
	
});
