/*
I wrote this version of the function test as an example for Joe Workman.
It will allow Stacks developers to test for jQuery/Mootools/js plugins/functions
prior to initiating their own version. This will save on HTTP requests and load times.
It also includes a fool proof way to include the new libraries in a RapidWeaver
file, a function I already include in most themes. It's called the
include() function. Since I make use of it already, I test for it here before
defining it again.
*/
// set jQuery version needed
var jqVersion = "1.4.2";
// test for include function
if(!(typeof include == 'function')){