var common = (function() {
    var lib_path = "/assets/js/libs/";
    var js_path = "/assets/js/";
    /*
     * Common scripts that are used globally - these get loaded no matter what
     */	
    head.js(
        {modernizr: lib_path+"modernizr-2.0.6.min.js"},
        {colorbox: lib_path+"jquery.colorbox-min.js"},
        {plugins: js_path+"plugins.js"},
        {script: js_path+"script.js"}
    );
})();
