
var jQ = jQuery.noConflict();   // Global variable to redefine name of jQuery object:

jQ.ajaxSetup({
	cache: false
});

