$(document).ready(function() {
	if (!navigator.javaEnabled()) {
		$('#main-content').html('Sorry, your browser does not have Java installed.');
	}
});
