var map,boyicon,girlicon,showll,showinfo;function getWindowHeight(){if(window.self&&self.innerHeight)return self.innerHeight;if(document.documentElement&&document.documentElement.clientHeight)return document.documentElement.clientHeight;return 0}function mapresize(){th=getWindowHeight()-90;document.getElementById("map").style.height=th+"px"}
function addmember(a,c,f,d,e,g,b,h){c=new GLatLng(f,c);if(d==1){d="\u5973";markerOptions={icon:girlicon};b="http://www.gravatar.com/avatar/"+b+"?d=http%3A%2F%2Fwww.earthol.org%2Fstyle%2Fghead.jpg&s=96"}else{d="\u7537";markerOptions={icon:boyicon};b="http://www.gravatar.com/avatar/"+b+"?d=http%3A%2F%2Fwww.earthol.org%2Fstyle%2Fbhead.jpg&s=96"}a='<table width="269" border="0" cellspacing="0" cellpadding="0"><tr><td class="hico"><img src="'+b+'" class="hi" /></td><td class="iright">\u540d\u5b57\uff1a'+
a+"<br />\u6027\u522b\uff1a"+d+'<br />\u4e2a\u4eba\u4e3b\u9875\uff1a<a href="'+e+'" target="_blank">\u70b9\u6b64\u8bbf\u95ee</a></td></tr><tr><td colspan="2"><b>\u4e2a\u4eba\u7b80\u4ecb\uff1a</b><br />'+g+"<br /></td></tr></table>";e=new GMarker(c,markerOptions);e.bindInfoWindowHtml(a);if(randomn==h){showll=c;showinfo=a}map.addOverlay(e)}
function addAddressToMap(a){if(!a||a.Status.code!=200)map.openInfoWindowHtml(map.getCenter(),'\u6ca1\u627e\u5230\uff0c\u8bf7\u91cd\u65b0\u641c\u7d22\u3002<br /><br /><a href="http://map.earthol.com/help/search.html" target="_blank"><strong>\u70b9\u6b64\u67e5\u770b\u641c\u7d22\u5e2e\u52a9</strong></a>');else{place=a.Placemark[0];point=new GLatLng(place.Point.coordinates[1],place.Point.coordinates[0]);map.setCenter(point,14);map.openInfoWindowHtml(point,place.address)}}
function gothere(a){geocoder.getLocations(a,addAddressToMap)}window.onresize=function(){mapresize()};if(top.location!=self.location)top.location=self.location;
function loadmap(){mapresize();map=new GMap2(document.getElementById("map"));map.addControl(new GLargeMapControl);map.addControl(new GMapTypeControl);map.addControl(new GScaleControl);geocoder=new GClientGeocoder;geocoder.setBaseCountryCode("CN");var a=new GLatLng(33.431,109.775);map.setCenter(a,5,G_NORMAL_MAP);boyicon=new GIcon;boyicon.image="http://www.earthol.org/style/bicon.png";boyicon.iconSize=new GSize(20,20);boyicon.iconAnchor=new GPoint(10,20);boyicon.infoWindowAnchor=new GPoint(10,10);girlicon=
new GIcon;girlicon.image="http://www.earthol.org/style/gicon.png";girlicon.iconSize=new GSize(20,20);girlicon.iconAnchor=new GPoint(10,20);girlicon.infoWindowAnchor=new GPoint(10,10)};