If you look at the page; http://www.sars-clan.co.uk/forums/ (ignore styling etc as its a work in progress)
In the header source the forum system myBB calls prototype and then I
call jquery and the noconflict;
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($){
//my jquery stuff
});
</script>
with all my jquery code inside those tags. However I still get
warnings about unknown functions although they are clearly defined in
the header, any thoughts?

