/** Wifi page */ var page_home = (function () { var home = {}; /** Set up the Home page */ home.init = function () { // }; return home; })();