    $LAB
        .script('http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js')
        .wait()
        .script('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js')
        .wait()
        .script(
            '/js/jquery.cycle.js',
            '/js/jquery.carouFredSel.js',
            '/js/jquery.colorbox.js',
            '/js/jquery.qtip.js',
            '/js/jquery.defaultvalue.js',
            '/js/jquery.metadata.js',
            '/js/ui.datepicker-it.js',
            '/js/Hyphenator.js'
        )
        .wait()
        .script('/js/javascript.js')
        .wait()
        .script('http://maps.google.com/maps/api/js?sensor=false&callback=initOfferMap');
