$(function(){
	$(document).ready(function(){
		var prettify = false;
		$("pre code").parent().each(function() {
			$(this).addClass('prettyprint');
			prettify = true;
		});
		// if code blocks were found, bring in the prettifier ...
		if ( prettify ) {
			$.getScript("/js/prettify/prettify.js", function() { prettyPrint() });
		}
		$('#maxedbgimage').maxImage({
			isBackground: true,
			overflow: 'hidden'
		});
	});
});
