$(document).ready(function() {
	 $("pre[class!=lang-none] code").parent().each(function() {
		$(this).addClass('prettyprint');
	});

	if (".prettyprint") {
		$.getScript("/themes/mageekguy/js/prettify.js", function() { prettyPrint() });
	}
});

