$(document).ready(function(){
	$.get('/' + (window.location.pathname).split('/')[1] + '/_jquery/ui.css', function(){
		$('head').append( $(document.createElement('link')).attr('rel','stylesheet').attr('type','text/css').attr('href','/' + (window.location.pathname).split('/')[1] + '/_jquery/ui.js' ) );
		$.get('/' + (window.location.pathname).split('/')[1] + '/_components/applications.cfc?method=setUiLoaded' );
	});
});