jQuery(document).ready(function() {
		
		
		
		if (location.hash == '#debug') {
			jQuery('h4').show();
		};
		
		var url = document.URL;
		if (url.indexOf('/5/') != -1) {
			jQuery('#data > .content').css('width', '750px');
		}
		
		
		
 	});

