/*
Homepage
*/
tanto.jsHome = "/extension/ezwebin/design/ezwebin/javascript/";
tanto.namespace("ndm.newscomau.newshome");

//tanto.load(tanto.repository + "tanto-modules.js", true);

/* home page functionality */
//tanto.load(tanto.jsHome + "functionality/",true);

tanto.namespace("ndm.newscomau.news");
ndm.newscomau.news.mostpopular = function() {

   jQuery("div.module-most-popular").nTabs();	
}

