"use strict";

(function init(){
    if(typeof window.head != 'function' ) {
        //recheck
        setTimeout( init , 1000)
    }else{
        //star
        head.js(
                'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'
                , '/js/jquery.formalize.min.js'
                , '/js/ember.js'
                , '/js/less.js'
                , '/js/Three.js'
                , function (){
                    //here goes magic
                    less.watch()

                })

    }
})()

