
/*  ----------------------------------------------
    home.js
    author: Regi E. (rellis@pushhere.com, Lead Dev)
    
    req/location
      scripts/mootools.js
      scripts/clientcide.js
      scripts/home.js
    ----------------------------------------------  */
     

/*  Ready 
    -----------------------------------------------  */
    window.addEvent('domready', function(){
        new SmoothScroll(
          { duration: 500 }, window);
        new MultiUpload( $('eval-form' ).image, 10, 'file_{id}', true, true);
    });