Application.Controller.Index = (function($) {

    function index() {
        
        
        
    }

    return { 
    	'index': index
	};
    
})(jQuery);
