if (typeof(PerchDocs) == 'undefined') {
	PerchDocs		= {};
	PerchDocs.UI	= {};
}

PerchDocs.UI.Global = function() {
	
	var init	= function() {
		$('body').addClass('js');
		$('p code').addClass('prettyprint');
		prettyPrint();
	};

	return {
		init: init
	};

}();

jQuery(function($) {PerchDocs.UI.Global.init();});
