// Konami code handler based on http://james.padolsey.com/javascript/konami-craziness
function onKC(fn){var codes=[38,38,40,40,37,39,37,39,66,65],exp=function(){exp.codes=exp.codes||Array.apply({},codes);exp.reset=function(){exp.codes=null;};return exp.codes;},handler=function(e){if(exp()[0]==(e||window.event).keyCode){exp().shift();if(!exp().length){exp.reset();fn();}}else{exp.reset();}};document.observe('keydown',handler);}
onKC(function(){window.scroll(0,0);kImg=new Element('a',{href:'/images/konami.jpg',rel:'lightbox',title:'You\'ve just found a coupon for 10% off our 8 hour services! Just use code <b>WARPFACTOR8</b> during checkout.'});myLightbox.start(kImg);});
