$(document).ready(function()
{

$(window).konami(function(){

	$.blockUI({message:"<p>Congratulations, you got 30 extra lives!</p><p>If you liked this, please leave us a message <a href='http://fact-o-tron.com/the-konami-code-board/' target='_BLANK'>here</a>.</p> <p>Also, please suggest us to <a href='http://www.konamicodesites.com' target='_BLANK'>Konami Code Sites</a>.</p>",
	overlayCSS: {'background':"url(http://fact-o-tron.com/wp-content/themes/bueno/ryu.gif) no-repeat bottom center"}});
	
	setTimeout($.unblockUI,7000);
});

});