function ShapeHandler(e){
	return true;
}
function AddPin(){
	pinPoint = map.GetCenter();
	pinPixel = map.LatLongToPixel(pinPoint);
	map.AddPushpin(pinPoint);
}
