@dbs
Oh, I apologize! Well, I went crazy, one could say, and took the long way around.
I minimally rewrote the News module's view.php file. Added a WYSIWYG section to the News page and there I included my jQuery script.
So, I guess you could say I used just plain jQuery, without a module. I created a folder called 'scripts' and just threw it on my server.
No changes to my template file, except to include <script> reference to the infinitescroll.js file.
Included in my template file:
<?php
// automatically include optional WB module files (frontend.css, frontend.js)
if (function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
register_frontend_modfiles('js');
} ?>
Kindest,
J. Trein