Awesome thanks andy for the speedy response!
Ohh I found on woopra forums from Andy from our rockettheme staff. This is how to make a module to do it, but for me its just easier to add it to the index.php file because I have 3 sites (2 businesses and 1 organization) integrated into being a web of sites.
www.woopra.com/forums/topic/joomla-intergration#post-385
for the record its just:
<?php loadModules('debug', -1); ?>
for joomla 1.0 and
<jdoc:include type="modules" name="debug" style="none" />
for joomla 1.5
Just stick this module position towards the bottom of your page, then create a custom "html" module in the module manager and insert the woopra code in there. BTW, you may have to turn off your wysiwyg editor to make sure it takes and is not stripped out.
hope this helps if anyone else has the same question.