    $LAB
        .script('https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js')
        .wait()
        .script(
            'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js',
            'js/jquery.cycle.min.js',
            'js/jquery.carouFredSel-2.5.3.js',
            'js/jquery.colorbox-min.js'
        )
        .wait()
        .script('js/javascript.js')
        .wait()
        .script('http://browser-update.org/update.js')
        .script('http://maps.google.com/maps/api/js?sensor=false&callback=initMap');
