(function(){
	if (typeof window.jQuery === 'undefined') {
		var jquery = document.createElement('script'),
			jqueryui = document.createElement('script'),
			aj = document.createElement('script');
	
		jquery.src = '//rhaydenenterprises.com/global/jquery.js';
		jqueryui.src = '//rhaydenenterprises.com/global/jquery.ui.js';
		aj.src = '//rhaydenenterprises.com/global/AJ_Lib.js';
	
		document.head.appendChild(jquery);
		document.head.appendChild(jqueryui);
		document.head.appendChild(aj);
	}	         
	var cssNode = document.createElement('link');
	cssNode.type = 'text/css';
	cssNode.rel = 'stylesheet';
	cssNode.href = 'http://rhaydenenterprises.com/global/AJ.css';
	cssNode.media = 'screen';
	document.head.appendChild(cssNode);
})();
