var changeUrl={
'baseUrl':...,
......,
'getDomain' : function(url){
.......
}
'InitWebLink':function(){
}
}
changeUrl.InitWebLink();
the above is a code part structure. but i don't understand it well and don't know each line's aim. expect someone can explain it for me. thank you.