(function() {

    function newscene() {
        $("#switchscene").submit();
    }

    function init() {
        $("#switchscene select").change(newscene);
        $('#right-top>li:not(.last)').append('&nbsp;&nbsp;&nbsp/');

    }

    $(document).ready(init);
})();
