(function(){
    dojo.addOnLoad( function( ) {
        dojo.place( dojo.byId( 'mySlideshow' ), dojo.byId( 'contentMain' ) );
        var contentRelated = dojo.byId( 'contentRelated' );
        if( contentRelated.childNodes.length == 0 ) {
            dojo.destroy( contentRelated );
        }
    } );
})();
