function provinceList() {
	this.length = 35;
	this[0] = new Option("请选择省份", "");
	this[1] = new Option("北京市", "北京市#110000");
	this[2] = new Option("天津市", "天津市#120000");
	this[3] = new Option("河北省", "河北省#130000");
	this[4] = new Option("山西省", "山西省#140000");
	this[5] = new Option("内蒙古", "内蒙古#150000");
	this[6] = new Option("辽宁省", "辽宁省#210000");
	this[7] = new Option("吉林省", "吉林省#220000");
	this[8] = new Option("黑龙江省", "黑龙江省#230000");
	this[9] = new Option("上海市", "上海市#310000");
	this[10] = new Option("江苏省", "江苏省#320000");
	this[11] = new Option("浙江省", "浙江省#330000");
	this[12] = new Option("安徽省", "安徽省#340000");
	this[13] = new Option("福建省", "福建省#350000");
	this[14] = new Option("江西省", "江西省#360000");
	this[15] = new Option("山东省", "山东省#370000");
	this[16] = new Option("河南省", "河南省#410000");
	this[17] = new Option("湖北省", "湖北省#420000");
	this[18] = new Option("湖南省", "湖南省#430000");
	this[19] = new Option("广东省", "广东省#440000");
	this[20] = new Option("广西省", "广西省#450000");
	this[21] = new Option("海南省", "海南省#460000");
	this[22] = new Option("重庆市", "重庆市#500000");
	this[23] = new Option("四川省", "四川省#510000");
	this[24] = new Option("贵州省", "贵州省#520000");
	this[25] = new Option("云南省", "云南省#530000");
	this[26] = new Option("西藏", "西藏#540000");
	this[27] = new Option("陕西省", "陕西省#610000");
	this[28] = new Option("甘肃省", "甘肃省#620000");
	this[29] = new Option("青海省", "青海省#630000");
	this[30] = new Option("宁夏", "宁夏#640000");
	this[31] = new Option("新疆", "新疆#650000");
	this[32] = new Option("香港", "香港#660000");
	this[33] = new Option("台湾", "台湾#670000");
	this[34] = new Option("澳门", "澳门#680000");
	return this;
}
function cityList() {
	this.length = 36;
	this[0] = new Array(1);
	this[0][0] = new Option("请选择城市", "");

	this[1] = new Array(18);
	this[1][0] = new Option("东城区", "东城区#110101");
	this[1][1] = new Option("西城区", "西城区#110102");
	this[1][2] = new Option("崇文区", "崇文区#110103");
	this[1][3] = new Option("宣武区", "宣武区#110104");
	this[1][4] = new Option("朝阳区", "朝阳区#110105");
	this[1][5] = new Option("丰台区", "丰台区#110106");
	this[1][6] = new Option("石景山区", "石景山区#110107");
	this[1][7] = new Option("海淀区", "海淀区#110108");
	this[1][8] = new Option("门头沟区", "门头沟区#110109");
	this[1][9] = new Option("房山区", "房山区#110111");
	this[1][10] = new Option("通州区", "通州区#110112");
	this[1][11] = new Option("顺义区", "顺义区#110113");
	this[1][12] = new Option("昌平区", "昌平区#110114");
	this[1][13] = new Option("大兴区", "大兴区#110115");
	this[1][14] = new Option("怀柔区", "怀柔区#110116");
	this[1][15] = new Option("平谷区", "平谷区#110117");
	this[1][16] = new Option("密云县", "密云县#110228");
	this[1][17] = new Option("延庆县", "延庆县#110229");

	this[2] = new Array(18);
	this[2][0] = new Option("和平区", "和平区#120101");
	this[2][1] = new Option("河东区", "河东区#120102");
	this[2][2] = new Option("河西区", "河西区#120103");
	this[2][3] = new Option("南开区", "南开区#120104");
	this[2][4] = new Option("河北区", "河北区#120105");
	this[2][5] = new Option("红桥区", "红桥区#120106");
	this[2][6] = new Option("塘沽区", "塘沽区#120107");
	this[2][7] = new Option("汉沽区", "汉沽区#120108");
	this[2][8] = new Option("大港区", "大港区#120109");
	this[2][9] = new Option("东丽区", "东丽区#120110");
	this[2][10] = new Option("西青区", "西青区#120111");
	this[2][11] = new Option("津南区", "津南区#120112");
	this[2][12] = new Option("北辰区", "北辰区#120113");
	this[2][13] = new Option("武清区", "武清区#120114");
	this[2][14] = new Option("宝坻区", "宝坻区#120115");
	this[2][15] = new Option("宁河县", "宁河县#120221");
	this[2][16] = new Option("静海县", "静海县#120223");
	this[2][17] = new Option("蓟县", "蓟县#120225");

	this[3] = new Array(11);
	this[3][0] = new Option("石家庄", "石家庄#130100");
	this[3][1] = new Option("唐山", "唐山#130200");
	this[3][2] = new Option("秦皇岛", "秦皇岛#130300");
	this[3][3] = new Option("邯郸", "邯郸#130400");
	this[3][4] = new Option("邢台", "邢台#130500");
	this[3][5] = new Option("保定", "保定#130600");
	this[3][6] = new Option("张家口", "张家口#130700");
	this[3][7] = new Option("承德", "承德#130800");
	this[3][8] = new Option("沧州", "沧州#130900");
	this[3][9] = new Option("廊坊", "廊坊#131000");
	this[3][10] = new Option("衡水", "衡水#131100");

	this[4] = new Array(11);
	this[4][0] = new Option("太原", "太原#140100");
	this[4][1] = new Option("大同", "大同#140200");
	this[4][2] = new Option("阳泉", "阳泉#140300");
	this[4][3] = new Option("长治", "长治#140400");
	this[4][4] = new Option("晋城", "晋城#140500");
	this[4][5] = new Option("朔州", "朔州#140600");
	this[4][6] = new Option("晋中", "晋中#140700");
	this[4][7] = new Option("运城", "运城#140800");
	this[4][8] = new Option("忻州", "忻州#140900");
	this[4][9] = new Option("临汾", "临汾#141000");
	this[4][10] = new Option("吕梁", "吕梁#141100");

	this[5] = new Array(12);
	this[5][0] = new Option("呼和浩特", "呼和浩特#150100");
	this[5][1] = new Option("包头", "包头#150200");
	this[5][2] = new Option("乌海", "乌海#150300");
	this[5][3] = new Option("赤峰", "赤峰#150400");
	this[5][4] = new Option("通辽", "通辽#150500");
	this[5][5] = new Option("鄂尔多斯", "鄂尔多斯#150600");
	this[5][6] = new Option("呼伦贝尔", "呼伦贝尔#150700");
	this[5][7] = new Option("巴彦淖尔", "巴彦淖尔#150800");
	this[5][8] = new Option("乌兰察布", "乌兰察布#150900");
	this[5][9] = new Option("兴安盟", "兴安盟#152200");
	this[5][10] = new Option("锡林郭勒盟", "锡林郭勒盟#152500");
	this[5][11] = new Option("阿拉善盟", "阿拉善盟#152900");

	this[6] = new Array(14);
	this[6][0] = new Option("沈阳", "沈阳#210100");
	this[6][1] = new Option("大连", "大连#210200");
	this[6][2] = new Option("鞍山", "鞍山#210300");
	this[6][3] = new Option("抚顺", "抚顺#210400");
	this[6][4] = new Option("本溪", "本溪#210500");
	this[6][5] = new Option("丹东", "丹东#210600");
	this[6][6] = new Option("锦州", "锦州#210700");
	this[6][7] = new Option("营口", "营口#210800");
	this[6][8] = new Option("阜新", "阜新#210900");
	this[6][9] = new Option("辽阳", "辽阳#211000");
	this[6][10] = new Option("盘锦", "盘锦#211100");
	this[6][11] = new Option("铁岭", "铁岭#211200");
	this[6][12] = new Option("朝阳", "朝阳#211300");
	this[6][13] = new Option("葫芦岛", "葫芦岛#211400");

	this[7] = new Array(9);
	this[7][0] = new Option("长春", "长春#220100");
	this[7][1] = new Option("吉林", "吉林#220200");
	this[7][2] = new Option("四平", "四平#220300");
	this[7][3] = new Option("辽源", "辽源#220400");
	this[7][4] = new Option("通化", "通化#220500");
	this[7][5] = new Option("白山", "白山#220600");
	this[7][6] = new Option("松原", "松原#220700");
	this[7][7] = new Option("白城", "白城#220800");
	this[7][8] = new Option("延边", "延边#222400");

	this[8] = new Array(13);
	this[8][0] = new Option("哈尔滨", "哈尔滨#230100");
	this[8][1] = new Option("齐齐哈尔", "齐齐哈尔#230200");
	this[8][2] = new Option("鸡西", "鸡西#230300");
	this[8][3] = new Option("鹤岗", "鹤岗#230400");
	this[8][4] = new Option("双鸭山", "双鸭山#230500");
	this[8][5] = new Option("大庆", "大庆#230600");
	this[8][6] = new Option("伊春", "伊春#230700");
	this[8][7] = new Option("佳木斯", "佳木斯#230800");
	this[8][8] = new Option("七台河", "七台河#230900");
	this[8][9] = new Option("牡丹江", "牡丹江#231000");
	this[8][10] = new Option("黑河", "黑河#231100");
	this[8][11] = new Option("绥化", "绥化#231200");
	this[8][12] = new Option("大兴安岭", "大兴安岭#232700");

	this[9] = new Array(19);
	this[9][0] = new Option("黄浦区", "黄浦区#310101");
	this[9][1] = new Option("卢湾区", "卢湾区#310103");
	this[9][2] = new Option("徐汇区", "徐汇区#310104");
	this[9][3] = new Option("长宁区", "长宁区#310105");
	this[9][4] = new Option("静安区", "静安区#310106");
	this[9][5] = new Option("普陀区", "普陀区#310107");
	this[9][6] = new Option("闸北区", "闸北区#310108");
	this[9][7] = new Option("虹口区", "虹口区#310109");
	this[9][8] = new Option("杨浦区", "杨浦区#310110");
	this[9][9] = new Option("闵行区", "闵行区#310112");
	this[9][10] = new Option("宝山区", "宝山区#310113");
	this[9][11] = new Option("嘉定区", "嘉定区#310114");
	this[9][12] = new Option("浦东新区", "浦东新区#310115");
	this[9][13] = new Option("金山区", "金山区#310116");
	this[9][14] = new Option("松江区", "松江区#310117");
	this[9][15] = new Option("青浦区", "青浦区#310118");
	this[9][16] = new Option("南汇区", "南汇区#310119");
	this[9][17] = new Option("奉贤区", "奉贤区#310120");
	this[9][18] = new Option("崇明县", "崇明县#310230");

	this[10] = new Array(13);
	this[10][0] = new Option("南京", "南京#320100");
	this[10][1] = new Option("无锡", "无锡#320200");
	this[10][2] = new Option("徐州", "徐州#320300");
	this[10][3] = new Option("常州", "常州#320400");
	this[10][4] = new Option("苏州", "苏州#320500");
	this[10][5] = new Option("南通", "南通#320600");
	this[10][6] = new Option("连云港", "连云港#320700");
	this[10][7] = new Option("淮安", "淮安#320800");
	this[10][8] = new Option("盐城", "盐城#320900");
	this[10][9] = new Option("扬州", "扬州#321000");
	this[10][10] = new Option("镇江", "镇江#321100");
	this[10][11] = new Option("泰州", "泰州#321200");
	this[10][12] = new Option("宿迁", "宿迁#321300");

	this[11] = new Array(11);
	this[11][0] = new Option("杭州", "杭州#330100");
	this[11][1] = new Option("宁波", "宁波#330200");
	this[11][2] = new Option("温州", "温州#330300");
	this[11][3] = new Option("嘉兴", "嘉兴#330400");
	this[11][4] = new Option("湖州", "湖州#330500");
	this[11][5] = new Option("绍兴", "绍兴#330600");
	this[11][6] = new Option("金华", "金华#330700");
	this[11][7] = new Option("衢州", "衢州#330800");
	this[11][8] = new Option("舟山", "舟山#330900");
	this[11][9] = new Option("台州", "台州#331000");
	this[11][10] = new Option("丽水", "丽水#331100");

	this[12] = new Array(17);
	this[12][0] = new Option("合肥", "合肥#340100");
	this[12][1] = new Option("芜湖", "芜湖#340200");
	this[12][2] = new Option("蚌埠", "蚌埠#340300");
	this[12][3] = new Option("淮南", "淮南#340400");
	this[12][4] = new Option("马鞍山", "马鞍山#340500");
	this[12][5] = new Option("淮北", "淮北#340600");
	this[12][6] = new Option("铜陵", "铜陵#340700");
	this[12][7] = new Option("安庆", "安庆#340800");
	this[12][8] = new Option("黄山", "黄山#341000");
	this[12][9] = new Option("滁州", "滁州#341100");
	this[12][10] = new Option("阜阳", "阜阳#341200");
	this[12][11] = new Option("宿州", "宿州#341300");
	this[12][12] = new Option("巢湖", "巢湖#341400");
	this[12][13] = new Option("六安", "六安#341500");
	this[12][14] = new Option("亳州", "亳州#341600");
	this[12][15] = new Option("池州", "池州#341700");
	this[12][16] = new Option("宣城", "宣城#341800");

	this[13] = new Array(9);
	this[13][0] = new Option("福州", "福州#350100");
	this[13][1] = new Option("厦门", "厦门#350200");
	this[13][2] = new Option("莆田", "莆田#350300");
	this[13][3] = new Option("三明", "三明#350400");
	this[13][4] = new Option("泉州", "泉州#350500");
	this[13][5] = new Option("漳州", "漳州#350600");
	this[13][6] = new Option("南平", "南平#350700");
	this[13][7] = new Option("龙岩", "龙岩#350800");
	this[13][8] = new Option("宁德", "宁德#350900");

	this[14] = new Array(11);
	this[14][0] = new Option("南昌", "南昌#360100");
	this[14][1] = new Option("景德镇", "景德镇#360200");
	this[14][2] = new Option("萍乡", "萍乡#360300");
	this[14][3] = new Option("九江", "九江#360400");
	this[14][4] = new Option("新余", "新余#360500");
	this[14][5] = new Option("鹰潭", "鹰潭#360600");
	this[14][6] = new Option("赣州", "赣州#360700");
	this[14][7] = new Option("吉安", "吉安#360800");
	this[14][8] = new Option("宜春", "宜春#360900");
	this[14][9] = new Option("抚州", "抚州#361000");
	this[14][10] = new Option("上饶", "上饶#361100");

	this[15] = new Array(17);
	this[15][0] = new Option("济南", "济南#370100");
	this[15][1] = new Option("青岛", "青岛#370200");
	this[15][2] = new Option("淄博", "淄博#370300");
	this[15][3] = new Option("枣庄", "枣庄#370400");
	this[15][4] = new Option("东营", "东营#370500");
	this[15][5] = new Option("烟台", "烟台#370600");
	this[15][6] = new Option("潍坊", "潍坊#370700");
	this[15][7] = new Option("济宁", "济宁#370800");
	this[15][8] = new Option("泰安", "泰安#370900");
	this[15][9] = new Option("威海", "威海#371000");
	this[15][10] = new Option("日照", "日照#371100");
	this[15][11] = new Option("莱芜", "莱芜#371200");
	this[15][12] = new Option("临沂", "临沂#371300");
	this[15][13] = new Option("德州", "德州#371400");
	this[15][14] = new Option("聊城", "聊城#371500");
	this[15][15] = new Option("滨州", "滨州#371600");
	this[15][16] = new Option("菏泽", "菏泽#371700");

	this[16] = new Array(17);
	this[16][0] = new Option("郑州", "郑州#410100");
	this[16][1] = new Option("开封", "开封#410200");
	this[16][2] = new Option("洛阳", "洛阳#410300");
	this[16][3] = new Option("平顶山", "平顶山#410400");
	this[16][4] = new Option("安阳", "安阳#410500");
	this[16][5] = new Option("鹤壁", "鹤壁#410600");
	this[16][6] = new Option("新乡", "新乡#410700");
	this[16][7] = new Option("焦作", "焦作#410800");
	this[16][8] = new Option("濮阳", "濮阳#410900");
	this[16][9] = new Option("许昌", "许昌#411000");
	this[16][10] = new Option("漯河", "漯河#411100");
	this[16][11] = new Option("三门峡", "三门峡#411200");
	this[16][12] = new Option("南阳", "南阳#411300");
	this[16][13] = new Option("商丘", "商丘#411400");
	this[16][14] = new Option("信阳", "信阳#411500");
	this[16][15] = new Option("周口", "周口#411600");
	this[16][16] = new Option("驻马店", "驻马店#411700");

	this[17] = new Array(13);
	this[17][0] = new Option("武汉", "武汉#420100");
	this[17][1] = new Option("黄石", "黄石#420200");
	this[17][2] = new Option("十堰", "十堰#420300");
	this[17][3] = new Option("宜昌", "宜昌#420500");
	this[17][4] = new Option("襄樊", "襄樊#420600");
	this[17][5] = new Option("鄂州", "鄂州#420700");
	this[17][6] = new Option("荆门", "荆门#420800");
	this[17][7] = new Option("孝感", "孝感#420900");
	this[17][8] = new Option("荆州", "荆州#421000");
	this[17][9] = new Option("黄冈", "黄冈#421100");
	this[17][10] = new Option("咸宁", "咸宁#421200");
	this[17][11] = new Option("随州", "随州#421300");
	this[17][12] = new Option("恩施", "恩施#422800");

	this[18] = new Array(14);
	this[18][0] = new Option("长沙", "长沙#430100");
	this[18][1] = new Option("株洲", "株洲#430200");
	this[18][2] = new Option("湘潭", "湘潭#430300");
	this[18][3] = new Option("衡阳", "衡阳#430400");
	this[18][4] = new Option("邵阳", "邵阳#430500");
	this[18][5] = new Option("岳阳", "岳阳#430600");
	this[18][6] = new Option("常德", "常德#430700");
	this[18][7] = new Option("张家界", "张家界#430800");
	this[18][8] = new Option("益阳", "益阳#430900");
	this[18][9] = new Option("郴州", "郴州#431000");
	this[18][10] = new Option("永州", "永州#431100");
	this[18][11] = new Option("怀化", "怀化#431200");
	this[18][12] = new Option("娄底", "娄底#431300");
	this[18][13] = new Option("湘西", "湘西#433100");

	this[19] = new Array(21);
	this[19][0] = new Option("广州", "广州#440100");
	this[19][1] = new Option("韶关", "韶关#440200");
	this[19][2] = new Option("深圳", "深圳#440300");
	this[19][3] = new Option("珠海", "珠海#440400");
	this[19][4] = new Option("汕头", "汕头#440500");
	this[19][5] = new Option("佛山", "佛山#440600");
	this[19][6] = new Option("江门", "江门#440700");
	this[19][7] = new Option("湛江", "湛江#440800");
	this[19][8] = new Option("茂名", "茂名#440900");
	this[19][9] = new Option("肇庆", "肇庆#441200");
	this[19][10] = new Option("惠州", "惠州#441300");
	this[19][11] = new Option("梅州", "梅州#441400");
	this[19][12] = new Option("汕尾", "汕尾#441500");
	this[19][13] = new Option("河源", "河源#441600");
	this[19][14] = new Option("阳江", "阳江#441700");
	this[19][15] = new Option("清远", "清远#441800");
	this[19][16] = new Option("东莞", "东莞#441900");
	this[19][17] = new Option("中山", "中山#442000");
	this[19][18] = new Option("潮州", "潮州#445100");
	this[19][19] = new Option("揭阳", "揭阳#445200");
	this[19][20] = new Option("云浮", "云浮#445300");

	this[20] = new Array(14);
	this[20][0] = new Option("南宁", "南宁#450100");
	this[20][1] = new Option("柳州", "柳州#450200");
	this[20][2] = new Option("桂林", "桂林#450300");
	this[20][3] = new Option("梧州", "梧州#450400");
	this[20][4] = new Option("北海", "北海#450500");
	this[20][5] = new Option("防城港", "防城港#450600");
	this[20][6] = new Option("钦州", "钦州#450700");
	this[20][7] = new Option("贵港", "贵港#450800");
	this[20][8] = new Option("玉林", "玉林#450900");
	this[20][9] = new Option("百色", "百色#451000");
	this[20][10] = new Option("贺州", "贺州#451100");
	this[20][11] = new Option("河池", "河池#451200");
	this[20][12] = new Option("来宾", "来宾#451300");
	this[20][13] = new Option("崇左", "崇左#451400");

	this[21] = new Array(2);
	this[21][0] = new Option("海口", "海口#460100");
	this[21][1] = new Option("三亚", "三亚#460200");

	this[22] = new Array(40);
	this[22][0] = new Option("万州区", "万州区#500101");
	this[22][1] = new Option("涪陵区", "涪陵区#500102");
	this[22][2] = new Option("渝中区", "渝中区#500103");
	this[22][3] = new Option("大渡口区", "大渡口区#500104");
	this[22][4] = new Option("江北区", "江北区#500105");
	this[22][5] = new Option("沙坪坝区", "沙坪坝区#500106");
	this[22][6] = new Option("九龙坡区", "九龙坡区#500107");
	this[22][7] = new Option("南岸区", "南岸区#500108");
	this[22][8] = new Option("北碚区", "北碚区#500109");
	this[22][9] = new Option("万盛区", "万盛区#500110");
	this[22][10] = new Option("双桥区", "双桥区#500111");
	this[22][11] = new Option("渝北区", "渝北区#500112");
	this[22][12] = new Option("巴南区", "巴南区#500113");
	this[22][13] = new Option("黔江区", "黔江区#500114");
	this[22][14] = new Option("长寿区", "长寿区#500115");
	this[22][15] = new Option("江津区", "江津区#500116");
	this[22][16] = new Option("合川区", "合川区#500117");
	this[22][17] = new Option("永川区", "永川区#500118");
	this[22][18] = new Option("南川区", "南川区#500119");
	this[22][19] = new Option("綦江县", "綦江县#500222");
	this[22][20] = new Option("潼南县", "潼南县#500223");
	this[22][21] = new Option("铜梁县", "铜梁县#500224");
	this[22][22] = new Option("大足县", "大足县#500225");
	this[22][23] = new Option("荣昌县", "荣昌县#500226");
	this[22][24] = new Option("璧山县", "璧山县#500227");
	this[22][25] = new Option("梁平县", "梁平县#500228");
	this[22][26] = new Option("城口县", "城口县#500229");
	this[22][27] = new Option("丰都县", "丰都县#500230");
	this[22][28] = new Option("垫江县", "垫江县#500231");
	this[22][29] = new Option("武隆县", "武隆县#500232");
	this[22][30] = new Option("忠县", "忠县#500233");
	this[22][31] = new Option("开县", "开县#500234");
	this[22][32] = new Option("云阳县", "云阳县#500235");
	this[22][33] = new Option("奉节县", "奉节县#500236");
	this[22][34] = new Option("巫山县", "巫山县#500237");
	this[22][35] = new Option("巫溪县", "巫溪县#500238");
	this[22][36] = new Option("石柱", "石柱#500240");
	this[22][37] = new Option("秀山", "秀山#500241");
	this[22][38] = new Option("酉阳", "酉阳#500242");
	this[22][39] = new Option("彭水", "彭水#500243");

	this[23] = new Array(21);
	this[23][0] = new Option("成都", "成都#510100");
	this[23][1] = new Option("自贡", "自贡#510300");
	this[23][2] = new Option("攀枝花", "攀枝花#510400");
	this[23][3] = new Option("泸州", "泸州#510500");
	this[23][4] = new Option("德阳", "德阳#510600");
	this[23][5] = new Option("绵阳", "绵阳#510700");
	this[23][6] = new Option("广元", "广元#510800");
	this[23][7] = new Option("遂宁", "遂宁#510900");
	this[23][8] = new Option("内江", "内江#511000");
	this[23][9] = new Option("乐山", "乐山#511100");
	this[23][10] = new Option("南充", "南充#511300");
	this[23][11] = new Option("眉山", "眉山#511400");
	this[23][12] = new Option("宜宾", "宜宾#511500");
	this[23][13] = new Option("广安", "广安#511600");
	this[23][14] = new Option("达州", "达州#511700");
	this[23][15] = new Option("雅安", "雅安#511800");
	this[23][16] = new Option("巴中", "巴中#511900");
	this[23][17] = new Option("资阳", "资阳#512000");
	this[23][18] = new Option("阿坝", "阿坝#513200");
	this[23][19] = new Option("甘孜", "甘孜#513300");
	this[23][20] = new Option("凉山", "凉山#513400");

	this[24] = new Array(9);
	this[24][0] = new Option("贵阳", "贵阳#520100");
	this[24][1] = new Option("六盘水", "六盘水#520200");
	this[24][2] = new Option("遵义", "遵义#520300");
	this[24][3] = new Option("安顺", "安顺#520400");
	this[24][4] = new Option("铜仁", "铜仁#522200");
	this[24][5] = new Option("黔西", "黔西#522300");
	this[24][6] = new Option("毕节", "毕节#522400");
	this[24][7] = new Option("黔东", "黔东#522600");
	this[24][8] = new Option("黔南", "黔南#522700");

	this[25] = new Array(16);
	this[25][0] = new Option("昆明", "昆明#530100");
	this[25][1] = new Option("曲靖", "曲靖#530300");
	this[25][2] = new Option("玉溪", "玉溪#530400");
	this[25][3] = new Option("保山", "保山#530500");
	this[25][4] = new Option("昭通", "昭通#530600");
	this[25][5] = new Option("丽江", "丽江#530700");
	this[25][6] = new Option("普洱", "普洱#530800");
	this[25][7] = new Option("临沧", "临沧#530900");
	this[25][8] = new Option("楚雄", "楚雄#532300");
	this[25][9] = new Option("红河", "红河#532500");
	this[25][10] = new Option("文山", "文山#532600");
	this[25][11] = new Option("西双版纳", "西双版纳#532800");
	this[25][12] = new Option("大理", "大理#532900");
	this[25][13] = new Option("德宏", "德宏#533100");
	this[25][14] = new Option("怒江", "怒江#533300");
	this[25][15] = new Option("迪庆", "迪庆#533400");

	this[26] = new Array(7);
	this[26][0] = new Option("拉萨", "拉萨#540100");
	this[26][1] = new Option("昌都", "昌都#542100");
	this[26][2] = new Option("山南", "山南#542200");
	this[26][3] = new Option("日喀则", "日喀则#542300");
	this[26][4] = new Option("那曲", "那曲#542400");
	this[26][5] = new Option("阿里", "阿里#542500");
	this[26][6] = new Option("林芝", "林芝#542600");

	this[27] = new Array(10);
	this[27][0] = new Option("西安", "西安#610100");
	this[27][1] = new Option("铜川", "铜川#610200");
	this[27][2] = new Option("宝鸡", "宝鸡#610300");
	this[27][3] = new Option("咸阳", "咸阳#610400");
	this[27][4] = new Option("渭南", "渭南#610500");
	this[27][5] = new Option("延安", "延安#610600");
	this[27][6] = new Option("汉中", "汉中#610700");
	this[27][7] = new Option("榆林", "榆林#610800");
	this[27][8] = new Option("安康", "安康#610900");
	this[27][9] = new Option("商洛", "商洛#611000");

	this[28] = new Array(14);
	this[28][0] = new Option("兰州", "兰州#620100");
	this[28][1] = new Option("嘉峪关", "嘉峪关#620200");
	this[28][2] = new Option("金昌", "金昌#620300");
	this[28][3] = new Option("白银", "白银#620400");
	this[28][4] = new Option("天水", "天水#620500");
	this[28][5] = new Option("武威", "武威#620600");
	this[28][6] = new Option("张掖", "张掖#620700");
	this[28][7] = new Option("平凉", "平凉#620800");
	this[28][8] = new Option("酒泉", "酒泉#620900");
	this[28][9] = new Option("庆阳", "庆阳#621000");
	this[28][10] = new Option("陇南", "陇南#621200");
	this[28][11] = new Option("临夏", "临夏#622900");
	this[28][12] = new Option("甘南", "甘南#623000");
	this[28][13] = new Option("定西", "定西#623100");

	this[29] = new Array(8);
	this[29][0] = new Option("西宁", "西宁#630100");
	this[29][1] = new Option("海东", "海东#632100");
	this[29][2] = new Option("海北", "海北#632200");
	this[29][3] = new Option("黄南", "黄南#632300");
	this[29][4] = new Option("海南", "海南#632500");
	this[29][5] = new Option("果洛", "果洛#632600");
	this[29][6] = new Option("玉树", "玉树#632700");
	this[29][7] = new Option("海西", "海西#632800");

	this[30] = new Array(5);
	this[30][0] = new Option("银川", "银川#640100");
	this[30][1] = new Option("石嘴山", "石嘴山#640200");
	this[30][2] = new Option("吴忠", "吴忠#640300");
	this[30][3] = new Option("固原", "固原#640400");
	this[30][4] = new Option("中卫", "中卫#640500");

	this[31] = new Array(15);
	this[31][0] = new Option("乌鲁木齐", "乌鲁木齐#650100");
	this[31][1] = new Option("克拉玛依", "克拉玛依#650200");
	this[31][2] = new Option("石河子", "石河子#650300");
	this[31][3] = new Option("吐鲁番", "吐鲁番#652100");
	this[31][4] = new Option("哈密", "哈密#652200");
	this[31][5] = new Option("昌吉", "昌吉#652300");
	this[31][6] = new Option("博尔塔拉", "博尔塔拉#652700");
	this[31][7] = new Option("巴音郭楞", "巴音郭楞#652800");
	this[31][8] = new Option("阿克苏", "阿克苏#652900");
	this[31][9] = new Option("克孜勒苏柯尔克孜", "克孜勒苏柯尔克孜#653000");
	this[31][10] = new Option("喀什", "喀什#653100");
	this[31][11] = new Option("和田", "和田#653200");
	this[31][12] = new Option("伊犁哈萨克", "伊犁哈萨克#654000");
	this[31][13] = new Option("塔城", "塔城#654200");
	this[31][14] = new Option("阿勒泰", "阿勒泰#654300");
	
	this[32] = new Array(1);
	this[32][0] = new Option("香港", "香港#660000");
	
	this[33] = new Array(1);
	this[33][0] = new Option("台湾", "台湾#670000");
		
	this[34] = new Array(1);
	this[34][0] = new Option("澳门", "澳门#680000");

	return this;
}

provinceOp = new provinceList();
cityOp = new cityList();

function delCity(city) {
	var len = city.length;
	for (i = 0; i < len; i++) {
		city.remove(0);
	}
}

function addCity(prov, city) {
	var index = prov.selectedIndex;
	// alert(index);
	for (j = 0; j < cityOp[index].length; j++) {
		city.options.add(cityOp[index][j]);
	}
}

function changeProvince(proObj, cityObj) {
	delCity(cityObj);
	addCity(proObj, cityObj);
}

function initialize(proObj, cityObj, provinceID, cityID) {
	// 初始化省份列表
	for (i = 0; i < provinceOp.length; i++) {
		proObj.options.add(provinceOp[i]);
	}
	for (j = 0; j < proObj.options.length; j++) {
		if (proObj.options[j].value == provinceID) {
			proObj.options[j].selected = true;
		}
	}
	addCity(proObj, cityObj);
	for (k = 0; k < cityObj.options.length; k++) {
		if (cityObj.options[k].value == cityID) {
			cityObj.options[k].selected = true;
		}
	}
}