I was attempting to add a jQuery plugin to my 6.x install. I did this by adding a new javascript file to the theme, but it appears the core jQuery libraries are rendered after the <body> tag by Telligent, and the plugin is rendered in the head causing it not to work. Any recommendations on how I can get this added (without modifying core files?)