if ( window['jQuery'] ) {
	jQuery( function ( $ ) {
		$( '<table cellpadding="0" cellspacing="0" border="0"><tr><td /><td /></tr></table>' ).appendTo( '#content_box' )
			.find( 'td:first' ).append( $('#content') ).end()
			.next().append( $('#sidebars') );
	} );
}