Agreed. So I have mynetflix outputting
<ul>
<li>movie 1</li>
<li>movie 2</li>
</ul>
And for kuberick, I added
<li><h2>MyNetflix Movies</h2>
<?php mynetflix(); ?>
</li>
In the sidebar section of the template..
Thanks for your input. This should work with any template out there since I am not using any custom css.