utils.js function get_self_ip(){ var ip = location.href.split('/')[2]; alert(ip);}
function get_self_ip(){
var ip = location.href.split('/')[2];
alert(ip);
}
function get_self_ip(){
var ip = location.href.split('/')[2];
alert(ip);
}