bg_out = new OpacityTween(document.getElementById('bg'),Tween.bounceEaseOut, 0,100, 3);
bg_out.onMotionFinished = function(){window.location = '/code/index.php'};