// JavaScript Document

/*	----------------------------
 *		Document Ready
 *	----------------------------
 */	
$(document).ready(function() {
	jQueryGlobalFunctions();
	jQueryLocalFunctions();
	return false;
});

/*	----------------------------
 *		Global Functions
 *	----------------------------
 */	
function jQueryGlobalFunctions(){}

function jQueryLocalFunctions(){} // STUB DO NOT USE
