$(document).ready(function() {
	if (history.length > 1) {
		$('#backlink').show();
	} else {
		$('#backlink').hide();
	}
});


