var xAngle=0,yAngle=0;document.addEventListener("keydown",function(a){switch(a.keyCode){case 37:yAngle-=90;break;case 38:xAngle+=90;break;case 39:yAngle+=90;break;case 40:xAngle-=90}$("cube")&&($("cube").style.webkitTransform="rotateX("+xAngle+"deg) rotateY("+yAngle+"deg)")},!1);function autoRotate(){yAngle-=90;setTimeout("autoRotate()",4E3);$("cube")&&($("cube").style.webkitTransform="rotateX("+xAngle+"deg) rotateY("+yAngle+"deg)")}setTimeout("autoRotate()",4E3);
setTimeout("location.reload(true)",12E4);