(function(a){a.fn.upUpDownDown=function(e){var c=a.extend({watchFor:[38,38,40,40,37,39,37,39,66,65],callback:function(){}},e);var d=[];var b=c.watchFor;$(document).keyup(function(f){len=d.push(f.keyCode?f.keyCode:f.charCode);if(len>b.length){d.shift();}if(d.join("-")==b.join("-")){d=[];if(c.callback){c.callback($(this));}}});};})(jQuery);$(document).ready(function(){$("body").upUpDownDown({watchFor:[38,38,40,40,37,39,37,39,66,65],callback:function(){$("body").fadeOut(1000,function(){$(this).fadeOut(0,function(){$(this).html('<h1 class="quote">&ldquo;All truly great thoughts are conceived by walking.&rdquo;</h1><p class="quote">&nbsp;&nbsp;&nbsp;&nbsp;&mdash;&nbsp;Friedrich&nbsp;Nietszche</p>').fadeIn(1500);});});}});});