1(function(jQuery){
2	router_ip = "<% nvram_get("lan_gateway"); %>";
3
4	function testRemote(){
5		return router_ip;
6	}
7
8})(jQuery);
9