$(document).ready(function(){
	prettyPrint();
});

function backOrHome(){
	if (document.referrer.match(/squarepush.com/)) {
		history.back();
	}
	else {
		document.location.href = '/';
	}
}