Also I guess I'll add this in case anyone tries out
Blog Organizer and wants to use a trade script.
With BO you will need to install the trade script normally. But rename the index.php file that is generated by the script to something like main.php or what ever name.
The make a new index.php file with the following code.
<?
include ('sloth_in.php');
include('main.php');
?>
So that way you can use the trade script with your
BO blogs as well.