function showAnnounce(el) { if ( document.getElementById(el) ) { for ( var i=0,n=document.getElementById(el).parentNode.childNodes.length; i= 0 ) { if (checkElementExists('kdiv')) { setStyleById('kdiv', 'display', 'block'); } else { var p = document.createElement("div"); p.name = p.id = "kdiv"; p.innerHTML = '
Congratulations!
' +'You have found an Easter Egg. To play one of the Flash Games,
simply ' + 'click on the link below to begin. When one game is open you can switch

' + 'to another game by pressing the arrow keys when the game is not ' + 'being played.
' + 'Transformers Revenge of the Fallen Game
' + 'Transformers Galaxy Force Game
' + 'Transformers Galaxy Force 2
' + 'Transformers Armada
' + '
WARNING: The games are hosted on external sites and as such, we take no responsibility for them.
' + 'Close Box'; setCurrentElementStyle(p,'display', 'block'); setCurrentElementStyle(p,'z-index', '9999'); setCurrentElementStyle(p,'position', 'absolute'); setCurrentElementStyle(p,'top', '150px'); setCurrentElementStyle(p,'left', '50px'); setCurrentElementStyle(p,'background', '#FFFFFF'); setCurrentElementStyle(p,'color', '#000000'); document.body.appendChild(p); } $(document).ready(function() { $("a.konami").fancybox({ type : 'iframe', autodimensions : true, width: 600, height: 400, showNavArrows: false, hideOnContentClick: false, titlePrefix : 'Arrow Key Shortcuts: left = previous, right = next, down = zoom-in, up = zoom-out.', }); }) // reset the konami code kkeys = []; } }, true); }