jQuery.noConflict();

jQuery(document).ready(function($){
$('#blog-sidebar').hide();
var blogsidebar = $('#blog-sidebar').html();
$('#sidebar').append(blogsidebar);
$('#blog-sidebar').html('');
$('#breadcrumbs a:first').text('').text('Home');
$('#breadcrumbs a:first').addClass('first');

});