$(document).ready(function() {
	
	//Konami code awesomeness
	konami = new Konami();
	konami.code = GLOBE.konamiInit;
	konami.load();
	
	if( !$.support.opacity ) {
    	$('#header h2').html('Your browser\'s weak - you\'re better than that. Try downloading the latest versions of <a href="http://google.com/chrome">Chrome</a> or <a href="http://mozilla.com/">Firefox</a> for free');
	}

});