$(document).ready(function(){
	$o=$('#sidebar-left h2.title');
	$('#darkblue-learnmore p').html( $o.html() );
	$o.remove();
});
