﻿document.writeln("<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">");
document.writeln("<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\" \/>");
document.writeln("<title>天气预报<\/title>");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("\/\/ JavaScript Document");
document.writeln("\/*");
document.writeln(" * created by WangSo at 2008-4-9");
document.writeln(" *\/");
document.writeln("var MiniSite = new Object();");
document.writeln("");
document.writeln("MiniSite.Browser = {");
document.writeln("	ie: \/msie\/.test(window.navigator.userAgent.toLowerCase()),");
document.writeln("	moz: \/gecko\/.test(window.navigator.userAgent.toLowerCase()),");
document.writeln("	opera: \/opera\/.test(window.navigator.userAgent.toLowerCase())");
document.writeln("};");
document.writeln("");
document.writeln("MiniSite.$ = function(s)");
document.writeln("{");
document.writeln("	return (typeof s == \'object\') ? s: document.getElementById(s);");
document.writeln("};");
document.writeln("");
document.writeln("MiniSite.JsLoader = {");
document.writeln("	load: function(sUrl, fCallback)");
document.writeln("	{");
document.writeln("		var _script = document.createElement(\'script\');");
document.writeln("		_script.setAttribute(\'type\', \'text\/javascript\');");
document.writeln("		_script.setAttribute(\'src\', sUrl);");
document.writeln("		_script.setAttribute(\'charset\', \'gb2312\');");
document.writeln("		document.getElementsByTagName(\'head\')[0].appendChild(_script);");
document.writeln("");
document.writeln("		if (MiniSite.Browser.ie)");
document.writeln("		{");
document.writeln("			_script.onreadystatechange = function()");
document.writeln("			{");
document.writeln("				if (this.readyState==\'loaded\' || this.readyState==\'complete\')");
document.writeln("				{");
document.writeln("					fCallback();");
document.writeln("				}");
document.writeln("			};");
document.writeln("		}");
document.writeln("		else if (MiniSite.Browser.moz)");
document.writeln("		{");
document.writeln("			_script.onload = function()");
document.writeln("			{");
document.writeln("				fCallback();");
document.writeln("			};");
document.writeln("		}");
document.writeln("		else");
document.writeln("		{");
document.writeln("			fCallback();");
document.writeln("		}");
document.writeln("	}");
document.writeln("};");
document.writeln("");
document.writeln("MiniSite.Cookie = {");
document.writeln("	set: function(name, value, expires, path, domain)");
document.writeln("	{");
document.writeln("		if (typeof expires == \"undefined\")");
document.writeln("		{");
document.writeln("			expires = new Date(new Date().getTime() + 365*24*3600*100);");
document.writeln("		}");
document.writeln("");
document.writeln("		document.cookie = name + \"=\" + escape(value) +");
document.writeln("			((expires) ? \"; expires=\" + expires.toGMTString() : \"\") +");
document.writeln("			((path) ? \"; path=\" + path : \"; path=\/\") +");
document.writeln("			((domain) ? \"; domain=\" + domain : \"\");");
document.writeln("	},");
document.writeln("");
document.writeln("	get: function(name)");
document.writeln("	{");
document.writeln("		var arr = document.cookie.match(new RegExp(\"(^| )\"+name+\"=([^;]*)(;|$)\"));");
document.writeln("");
document.writeln("		if (arr != null)");
document.writeln("		{");
document.writeln("			return unescape(arr[2]);");
document.writeln("		");
document.writeln("		}");
document.writeln("");
document.writeln("		return null;");
document.writeln("	},");
document.writeln("");
document.writeln("	clear: function(name, path, domain)");
document.writeln("	{");
document.writeln("		if (this.get(name))");
document.writeln("		{");
document.writeln("			document.cookie = name + \"=\" +");
document.writeln("				((path) ? \"; path=\" + path : \"; path=\/\") +");
document.writeln("				((domain) ? \"; domain=\" + domain : \"\") +");
document.writeln("				\";expires=Fri, 02-Jan-1970 00:00:00 GMT\";");
document.writeln("		}");
document.writeln("	}");
document.writeln("};");
document.writeln("");
document.writeln("MiniSite.Weather = {");
document.writeln("	defaultCity: 125,");
document.writeln("	city: {");
document.writeln("		\"北京市\": {");
document.writeln("			\"_\": 125,");
document.writeln("			\"北京市\": 125");
document.writeln("		},");
document.writeln("		\"上海市\": {");
document.writeln("			\"_\": 252,");
document.writeln("			\"上海市\": 252");
document.writeln("		},");
document.writeln("		\"天津市\": {");
document.writeln("			\"_\": 127,");
document.writeln("			\"天津市\": 127,");
document.writeln("			\"塘沽区\": 132");
document.writeln("		},");
document.writeln("		\"重庆市\" : {");
document.writeln("			\"_\": 212,");
document.writeln("			\"奉节区\": 201,");
document.writeln("			\"重庆市\": 212,");
document.writeln("			\"涪陵区\": 213");
document.writeln("		},");
document.writeln("		\"香港\": {");
document.writeln("			\"_\": 1,");
document.writeln("			\"香港\": 1");
document.writeln("		},");
document.writeln("		\"澳门\": {");
document.writeln("			\"_\": 2,");
document.writeln("			\"澳门\": 2");
document.writeln("		},");
document.writeln("		\"台湾省\": {");
document.writeln("			\"_\": 280,");
document.writeln("			\"台北市\": 280");
document.writeln("		},");
document.writeln("		\"云南省\": {");
document.writeln("			\"_\": 179,");
document.writeln("			\"昭通市\": 173,");
document.writeln("			\"丽江市\": 174,");
document.writeln("			\"曲靖市\": 175,");
document.writeln("			\"保山市\": 176,");
document.writeln("			\"大理州\": 177,");
document.writeln("			\"楚雄州\": 178,");
document.writeln("			\"昆明市\": 179,");
document.writeln("			\"瑞丽市\": 180,");
document.writeln("			\"玉溪市\": 181,");
document.writeln("			\"临沧市\": 182,");
document.writeln("			\"思茅市\": 184,");
document.writeln("			\"红河州\": 185,");
document.writeln("			\"文山州\": 369,");
document.writeln("			\"西双版纳州\": 370,");
document.writeln("			\"德宏州\": 371,");
document.writeln("			\"怒江州\": 372,");
document.writeln("			\"迪庆州\": 373");
document.writeln("		},");
document.writeln("		\"内蒙古\": {");
document.writeln("			\"_\": 69,");
document.writeln("			\"呼伦贝尔市\": 4,");
document.writeln("			\"兴安盟\": 7,");
document.writeln("			\"锡林郭勒盟\": 16,");
document.writeln("			\"巴彦淖尔市\": 63,");
document.writeln("			\"包头市\": 64,");
document.writeln("			\"呼和浩特市\": 69,");
document.writeln("			\"锡林浩特市\": 99,");
document.writeln("			\"通辽市\": 101,");
document.writeln("			\"赤峰市\": 106,");
document.writeln("			\"乌海市\": 382,");
document.writeln("			\"鄂尔多斯市\": 383,");
document.writeln("			\"乌兰察布市\": 384");
document.writeln("		},");
document.writeln("		\"吉林省\": {");
document.writeln("			\"_\": 103,");
document.writeln("			\"辽源市\": 34,");
document.writeln("			\"通化市\": 36,");
document.writeln("			\"白城市\": 37,");
document.writeln("			\"松原市\": 96,");
document.writeln("			\"长春市\": 103,");
document.writeln("			\"吉林市\": 104,");
document.writeln("			\"桦甸市\": 109,");
document.writeln("			\"延边州\": 110,");
document.writeln("			\"集安市\": 118,");
document.writeln("			\"白山市\": 119,");
document.writeln("			\"四平市\": 385");
document.writeln("		},");
document.writeln("		\"四川省\": {");
document.writeln("			\"_\": 166,");
document.writeln("			\"甘孜州\": 162,");
document.writeln("			\"阿坝州\": 163,");
document.writeln("			\"成都市\": 166,");
document.writeln("			\"绵阳市\": 167,");
document.writeln("			\"雅安市\": 168,");
document.writeln("			\"峨眉山市\": 170,");
document.writeln("			\"乐山市\": 171,");
document.writeln("			\"宜宾市\": 172,");
document.writeln("			\"巴中市\": 199,");
document.writeln("			\"达州市\": 200,");
document.writeln("			\"遂宁市\": 204,");
document.writeln("			\"南充市\": 205,");
document.writeln("			\"泸州市\": 216,");
document.writeln("			\"自贡市\": 359,");
document.writeln("			\"攀枝花市\": 360,");
document.writeln("			\"德阳市\": 361,");
document.writeln("			\"广元市\": 362,");
document.writeln("			\"内江市\": 363,");
document.writeln("			\"广安市\": 364,");
document.writeln("			\"眉山市\": 365,");
document.writeln("			\"资阳市\": 366,");
document.writeln("			\"凉山州\": 367");
document.writeln("		},");
document.writeln("		\"宁夏\": {");
document.writeln("			\"_\": 78,");
document.writeln("			\"石嘴山市\": 54,");
document.writeln("			\"银川市\": 78,");
document.writeln("			\"吴忠市\": 83,");
document.writeln("			\"固原市\": 209");
document.writeln("		},");
document.writeln("		\"安徽省\": {");
document.writeln("			\"_\": 248,");
document.writeln("			\"淮南市\": 75,");
document.writeln("			\"马鞍山市\": 76,");
document.writeln("			\"淮北市\": 77,");
document.writeln("			\"铜陵市\": 92,");
document.writeln("			\"滁州市\": 95,");
document.writeln("			\"巢湖市\": 100,");
document.writeln("			\"池州市\": 102,");
document.writeln("			\"宣城市\": 105,");
document.writeln("			\"亳州市\": 238,");
document.writeln("			\"宿州市\": 239,");
document.writeln("			\"阜阳市\": 241,");
document.writeln("			\"六安市\": 242,");
document.writeln("			\"蚌埠市\": 243,");
document.writeln("			\"合肥市\": 248,");
document.writeln("			\"芜湖市\": 249,");
document.writeln("			\"安庆市\": 253,");
document.writeln("			\"黄山市\": 254");
document.writeln("		},");
document.writeln("		\"山东省\": {");
document.writeln("			\"_\": 140,");
document.writeln("			\"德州市\": 134,");
document.writeln("			\"滨州市\": 135,");
document.writeln("			\"烟台市\": 136,");
document.writeln("			\"聊城市\": 139,");
document.writeln("			\"济南市\": 140,");
document.writeln("			\"泰安市\": 141,");
document.writeln("			\"淄博市\": 142,");
document.writeln("			\"潍坊市\": 143,");
document.writeln("			\"青岛市\": 144,");
document.writeln("			\"济宁市\": 146,");
document.writeln("			\"日照市\": 147,");
document.writeln("			\"泰山市\": 156,");
document.writeln("			\"枣庄市\": 159,");
document.writeln("			\"东营市\": 160,");
document.writeln("			\"威海市\": 164,");
document.writeln("			\"莱芜市\": 165,");
document.writeln("			\"临沂市\": 183,");
document.writeln("			\"菏泽市\": 206");
document.writeln("		},");
document.writeln("		\"山西省\": {");
document.writeln("			\"_\": 84,");
document.writeln("			\"长治市\": 9,");
document.writeln("			\"晋中市\": 22,");
document.writeln("			\"朔州市\": 70,");
document.writeln("			\"大同市\": 72,");
document.writeln("			\"吕梁市\": 80,");
document.writeln("			\"忻州市\": 81,");
document.writeln("			\"太原市\": 84,");
document.writeln("			\"阳泉市\": 85,");
document.writeln("			\"临汾市\": 88,");
document.writeln("			\"运城市\": 93,");
document.writeln("			\"晋城市\": 94,");
document.writeln("			\"五台山市\": 381");
document.writeln("		},");
document.writeln("		\"广东省\": {");
document.writeln("			\"_\": 292,");
document.writeln("			\"南雄市\": 235,");
document.writeln("			\"韶关市\": 283,");
document.writeln("			\"清远市\": 284,");
document.writeln("			\"梅州市\": 285,");
document.writeln("			\"肇庆市\": 291,");
document.writeln("			\"广州市\": 292,");
document.writeln("			\"河源市\": 293,");
document.writeln("			\"汕头市\": 294,");
document.writeln("			\"深圳市\": 296,");
document.writeln("			\"汕尾市\": 297,");
document.writeln("			\"湛江市\": 300,");
document.writeln("			\"阳江市\": 301,");
document.writeln("			\"茂名市\": 302,");
document.writeln("			\"佛冈市\": 322,");
document.writeln("			\"梅县市\": 323,");
document.writeln("			\"电白市\": 324,");
document.writeln("			\"高要市\": 325,");
document.writeln("			\"珠海市\": 330,");
document.writeln("			\"佛山市\": 331,");
document.writeln("			\"江门市\": 332,");
document.writeln("			\"东莞市\": 334,");
document.writeln("			\"中山市\": 335,");
document.writeln("			\"潮州市\": 336,");
document.writeln("			\"揭阳市\": 337,");
document.writeln("			\"云浮市\": 338");
document.writeln("		},");
document.writeln("		\"广西\": {");
document.writeln("			\"_\": 295,");
document.writeln("			\"桂林市\": 232,");
document.writeln("			\"河池市\": 281,");
document.writeln("			\"柳州市\": 282,");
document.writeln("			\"百色市\": 288,");
document.writeln("			\"贵港市\": 289,");
document.writeln("			\"梧州市\": 290,");
document.writeln("			\"南宁市\": 295,");
document.writeln("			\"钦州市\": 298,");
document.writeln("			\"北海市\": 299,");
document.writeln("			\"防城港市\": 339,");
document.writeln("			\"玉林市\": 340,");
document.writeln("			\"贺州市\": 341,");
document.writeln("			\"来宾市\": 342,");
document.writeln("			\"崇左市\": 343");
document.writeln("		},");
document.writeln("		\"新疆\": {");
document.writeln("			\"_\": 28,");
document.writeln("			\"昌吉州\": 19,");
document.writeln("			\"克孜勒苏柯尔克孜自治州\": 20,");
document.writeln("			\"伊犁州\": 21,");
document.writeln("			\"阿拉尔市\": 23,");
document.writeln("			\"克拉玛依市\": 24,");
document.writeln("			\"博尔塔拉州\": 27,");
document.writeln("			\"乌鲁木齐市\": 28,");
document.writeln("			\"吐鲁番市\": 31,");
document.writeln("			\"阿克苏市\": 32,");
document.writeln("			\"石河子市\": 33,");
document.writeln("			\"喀什市\": 35,");
document.writeln("			\"和田市\": 39,");
document.writeln("			\"哈密市\": 41,");
document.writeln("			\"奇台市\": 52");
document.writeln("		},");
document.writeln("		\"江苏省\": {");
document.writeln("			\"_\": 244,");
document.writeln("			\"无锡市\": 43,");
document.writeln("			\"苏州市\": 44,");
document.writeln("			\"盱眙市\": 45,");
document.writeln("			\"赣榆市\": 46,");
document.writeln("			\"东台市\": 47,");
document.writeln("			\"高邮市\": 53,");
document.writeln("			\"镇江市\": 59,");
document.writeln("			\"泰州市\": 61,");
document.writeln("			\"宿迁市\": 62,");
document.writeln("			\"徐州市\": 236,");
document.writeln("			\"连云港市\": 237,");
document.writeln("			\"淮安市\": 240,");
document.writeln("			\"南京市\": 244,");
document.writeln("			\"扬州市\": 245,");
document.writeln("			\"盐城市\": 246,");
document.writeln("			\"南通市\": 247,");
document.writeln("			\"常州市\": 250");
document.writeln("		},");
document.writeln("		\"江西省\": {");
document.writeln("			\"_\": 264,");
document.writeln("			\"庐山市\": 111,");
document.writeln("			\"玉山市\": 137,");
document.writeln("			\"贵溪市\": 138,");
document.writeln("			\"广昌市\": 145,");
document.writeln("			\"萍乡市\": 153,");
document.writeln("			\"新余市\": 154,");
document.writeln("			\"宜春市\": 224,");
document.writeln("			\"赣州市\": 234,");
document.writeln("			\"九江市\": 258,");
document.writeln("			\"景德镇市\": 259,");
document.writeln("			\"南昌市\": 264,");
document.writeln("			\"鹰潭市\": 265,");
document.writeln("			\"上饶市\": 267,");
document.writeln("			\"抚州市\": 273");
document.writeln("		},");
document.writeln("		\"河北省\": {");
document.writeln("			\"_\": 82,");
document.writeln("			\"邯郸市\": 3,");
document.writeln("			\"衡水市\": 8,");
document.writeln("			\"石家庄市\": 82,");
document.writeln("			\"邢台市\": 86,");
document.writeln("			\"张家口市\": 120,");
document.writeln("			\"承德市\": 121,");
document.writeln("			\"秦皇岛市\": 122,");
document.writeln("			\"廊坊市\": 126,");
document.writeln("			\"唐山市\": 128,");
document.writeln("			\"保定市\": 130,");
document.writeln("			\"沧州市\": 131");
document.writeln("		},");
document.writeln("		\"河南省\": {");
document.writeln("			\"_\": 189,");
document.writeln("			\"安阳市\": 89,");
document.writeln("			\"三门峡市\": 188,");
document.writeln("			\"郑州市\": 189,");
document.writeln("			\"南阳市\": 192,");
document.writeln("			\"周口市\": 193,");
document.writeln("			\"驻马店市\": 197,");
document.writeln("			\"信阳市\": 198,");
document.writeln("			\"开封市\": 207,");
document.writeln("			\"洛阳市\": 228,");
document.writeln("			\"平顶山市\": 231,");
document.writeln("			\"焦作市\": 251,");
document.writeln("			\"鹤壁市\": 260,");
document.writeln("			\"新乡市\": 304,");
document.writeln("			\"濮阳市\": 305,");
document.writeln("			\"许昌市\": 306,");
document.writeln("			\"漯河市\": 307,");
document.writeln("			\"商丘市\": 308,");
document.writeln("			\"济源市\": 309");
document.writeln("		},");
document.writeln("		\"浙江省\": {");
document.writeln("			\"_\": 255,");
document.writeln("			\"湖州市\": 65,");
document.writeln("			\"嵊州市\": 66,");
document.writeln("			\"平湖市\": 67,");
document.writeln("			\"石浦市\": 68,");
document.writeln("			\"宁海市\": 71,");
document.writeln("			\"洞头市\": 73,");
document.writeln("			\"舟山市\": 74,");
document.writeln("			\"杭州市\": 255,");
document.writeln("			\"嘉兴市\": 256,");
document.writeln("			\"定海市\": 257,");
document.writeln("			\"金华市\": 261,");
document.writeln("			\"绍兴市\": 262,");
document.writeln("			\"宁波市\": 263,");
document.writeln("			\"衢州市\": 266,");
document.writeln("			\"丽水市\": 268,");
document.writeln("			\"台州市\": 269,");
document.writeln("			\"温州市\": 272");
document.writeln("		},");
document.writeln("		\"海南省\": {");
document.writeln("			\"_\": 303,");
document.writeln("			\"海口市\": 303,");
document.writeln("			\"三亚市\": 344,");
document.writeln("			\"屯昌市\": 345,");
document.writeln("			\"琼海市\": 346,");
document.writeln("			\"儋州市\": 347,");
document.writeln("			\"文昌市\": 348,");
document.writeln("			\"万宁市\": 349,");
document.writeln("			\"东方市\": 350,");
document.writeln("			\"澄迈市\": 351,");
document.writeln("			\"定安市\": 352,");
document.writeln("			\"临高市\": 353,");
document.writeln("			\"白沙黎族自治县\": 354,");
document.writeln("			\"乐东黎族自治县\": 355,");
document.writeln("			\"陵水黎族自治县\": 356,");
document.writeln("			\"保亭黎族苗族自治县\": 357,");
document.writeln("			\"琼中黎族苗族自治县\": 358");
document.writeln("		},");
document.writeln("		\"湖北省\": {");
document.writeln("			\"_\": 211,");
document.writeln("			\"襄樊市\": 196,");
document.writeln("			\"荆门市\": 202,");
document.writeln("			\"黄冈市\": 203,");
document.writeln("			\"恩施州\": 208,");
document.writeln("			\"武汉市\": 211,");
document.writeln("			\"黄石市\": 310,");
document.writeln("			\"鄂州市\": 314,");
document.writeln("			\"孝感市\": 315,");
document.writeln("			\"咸宁市\": 316,");
document.writeln("			\"随州市\": 317,");
document.writeln("			\"仙桃市\": 318,");
document.writeln("			\"天门市\": 319,");
document.writeln("			\"潜江市\": 320,");
document.writeln("			\"神农架市\": 321");
document.writeln("		},");
document.writeln("		\"湖南省\": {");
document.writeln("			\"_\": 218,");
document.writeln("			\"张家界市\": 214,");
document.writeln("			\"岳阳市\": 215,");
document.writeln("			\"怀化市\": 217,");
document.writeln("			\"长沙市\": 218,");
document.writeln("			\"邵阳市\": 222,");
document.writeln("			\"益阳市\": 223,");
document.writeln("			\"郴州市\": 233,");
document.writeln("			\"桑植市\": 311,");
document.writeln("			\"沅陵市\": 312,");
document.writeln("			\"南岳市\": 313,");
document.writeln("			\"株洲市\": 326,");
document.writeln("			\"湘潭市\": 327,");
document.writeln("			\"衡阳市\": 328,");
document.writeln("			\"娄底市\": 329,");
document.writeln("			\"常德市\": 387");
document.writeln("		},");
document.writeln("		\"甘肃省\": {");
document.writeln("			\"_\": 57,");
document.writeln("			\"张掖市\": 49,");
document.writeln("			\"金昌市\": 50,");
document.writeln("			\"武威市\": 51,");
document.writeln("			\"兰州市\": 57,");
document.writeln("			\"白银市\": 58,");
document.writeln("			\"定西市\": 60,");
document.writeln("			\"平凉市\": 90,");
document.writeln("			\"庆阳市\": 91,");
document.writeln("			\"甘南市\": 225,");
document.writeln("			\"临夏市\": 229,");
document.writeln("			\"天水市\": 377,");
document.writeln("			\"嘉峪关市\": 378,");
document.writeln("			\"酒泉市\": 379,");
document.writeln("			\"陇南市\": 380");
document.writeln("		},");
document.writeln("		\"福建省\": {");
document.writeln("			\"_\": 276,");
document.writeln("			\"莆田市\": 107,");
document.writeln("			\"浦城市\": 271,");
document.writeln("			\"南平市\": 274,");
document.writeln("			\"宁德市\": 275,");
document.writeln("			\"福州市\": 276,");
document.writeln("			\"龙岩市\": 277,");
document.writeln("			\"三明市\": 278,");
document.writeln("			\"泉州市\": 279,");
document.writeln("			\"漳州市\": 286,");
document.writeln("			\"厦门市\": 287");
document.writeln("		},");
document.writeln("		\"西藏\": {");
document.writeln("			\"_\": 150,");
document.writeln("			\"那曲地区\": 148,");
document.writeln("			\"日喀则地区\": 149,");
document.writeln("			\"拉萨市\": 150,");
document.writeln("			\"山南地区\": 151,");
document.writeln("			\"阿里地区\": 152,");
document.writeln("			\"昌都地区\": 161,");
document.writeln("			\"林芝地区\": 169");
document.writeln("		},");
document.writeln("		\"贵州省\": {");
document.writeln("			\"_\": 227,");
document.writeln("			\"毕节市\": 219,");
document.writeln("			\"遵义市\": 220,");
document.writeln("			\"铜仁市\": 221,");
document.writeln("			\"安顺市\": 226,");
document.writeln("			\"贵阳市\": 227,");
document.writeln("			\"黔西南州\": 230,");
document.writeln("			\"六盘水市\": 368");
document.writeln("		},");
document.writeln("		\"辽宁省\": {");
document.writeln("			\"_\": 115,");
document.writeln("			\"葫芦岛市\": 25,");
document.writeln("			\"盘锦市\": 26,");
document.writeln("			\"辽阳市\": 29,");
document.writeln("			\"铁岭市\": 30,");
document.writeln("			\"阜新市\": 108,");
document.writeln("			\"朝阳市\": 112,");
document.writeln("			\"锦州市\": 113,");
document.writeln("			\"鞍山市\": 114,");
document.writeln("			\"沈阳市\": 115,");
document.writeln("			\"本溪市\": 116,");
document.writeln("			\"抚顺市\": 117,");
document.writeln("			\"营口市\": 123,");
document.writeln("			\"丹东市\": 124,");
document.writeln("			\"瓦房店市\": 129,");
document.writeln("			\"大连市\": 133");
document.writeln("		},");
document.writeln("		\"陕西省\": {");
document.writeln("			\"_\": 186,");
document.writeln("			\"榆林市\": 79,");
document.writeln("			\"延安市\": 87,");
document.writeln("			\"西安市\": 186,");
document.writeln("			\"渭南市\": 187,");
document.writeln("			\"汉中市\": 190,");
document.writeln("			\"商洛市\": 191,");
document.writeln("			\"安康市\": 194,");
document.writeln("			\"铜川市\": 374,");
document.writeln("			\"宝鸡市\": 375,");
document.writeln("			\"咸阳市\": 376");
document.writeln("		},");
document.writeln("		\"青海\": {");
document.writeln("			\"_\": 56,");
document.writeln("			\"海北州\": 48,");
document.writeln("			\"海南州\": 55,");
document.writeln("			\"西宁市\": 56,");
document.writeln("			\"玉树州\": 155,");
document.writeln("			\"黄南州\": 157,");
document.writeln("			\"果洛州\": 158,");
document.writeln("			\"海西州\": 195,");
document.writeln("			\"海东市\": 210");
document.writeln("		},");
document.writeln("		\"黑龙江省\": {");
document.writeln("			\"_\": 17,");
document.writeln("			\"大兴安岭地区\": 5,");
document.writeln("			\"黑河市\": 6,");
document.writeln("			\"齐齐哈尔市\": 10,");
document.writeln("			\"绥化市\": 11,");
document.writeln("			\"鹤岗市\": 12,");
document.writeln("			\"佳木斯市\": 13,");
document.writeln("			\"伊春市\": 14,");
document.writeln("			\"双鸭山市\": 15,");
document.writeln("			\"哈尔滨市\": 17,");
document.writeln("			\"鸡西市\": 18,");
document.writeln("			\"漠河市\": 38,");
document.writeln("			\"大庆市\": 40,");
document.writeln("			\"七台河市\": 42,");
document.writeln("			\"牡丹江市\": 97,");
document.writeln("			\"绥芬河市\": 98");
document.writeln("		}");
document.writeln("	},");
document.writeln("");
document.writeln("	_print: function(province, city, conainter)");
document.writeln("	{");
document.writeln("		if (typeof this.city[province] != \"undefined\")");
document.writeln("		{");
document.writeln("			if (typeof this.city[province][city]  != \"undefined\")");
document.writeln("			{");
document.writeln("				var _city_ = this.city[province][city];");
document.writeln("			}");
document.writeln("			else if (typeof this.city[province][\"_\"]  != \"undefined\")");
document.writeln("			{");
document.writeln("				var _city_ = this.city[province][\"_\"];");
document.writeln("			}");
document.writeln("			else");
document.writeln("			{");
document.writeln("				var _city_ = this.defaultCity;");
document.writeln("			}");
document.writeln("		}");
document.writeln("		else");
document.writeln("		{");
document.writeln("			var _city_ = this.defaultCity;");
document.writeln("		}");
document.writeln("");
document.writeln("		MiniSite.JsLoader.load(\"http:\/\/weather.news.qq.com\/inc\/minisite_\"+_city_+\".js\" + \"?\" + (new Date()).getTime(), function()");
document.writeln("		{");
document.writeln("			try");
document.writeln("			{");
document.writeln("				MiniSite.$(conainter).innerHTML = \"<a href=\'#\' onclick=\\\"window.open(\'http:\/\/weather.news.qq.com\/inc\/07_dc\"");
document.writeln("                                        + _city_ + \".htm\',\'\',\'width=630,height=380,resizable=0\');return false;\\\" target=\'_self\'>\"");
document.writeln("                                        + __minisite__weather__ + \"<\/a>\";");
document.writeln("");
document.writeln("			}");
document.writeln("			catch (e)");
document.writeln("			{");
document.writeln("			}");
document.writeln("		});");
document.writeln("	},");
document.writeln("");
document.writeln("	print: function(conainter)");
document.writeln("	{");
document.writeln("		var ok = function()");
document.writeln("		{");
document.writeln("			var province = null;");
document.writeln("			var city = null;");
document.writeln("			var ipAddress = MiniSite.Cookie.get(\"QQ_IPAddress\");");
document.writeln("");
document.writeln("			if (ipAddress != null)");
document.writeln("			{");
document.writeln("				try");
document.writeln("				{");
document.writeln("					var ipAddressArr = ipAddress.split(\",\");");
document.writeln("					province = ipAddressArr[0];");
document.writeln("					city =ipAddressArr[1];");
document.writeln("				}");
document.writeln("				catch (e)");
document.writeln("				{");
document.writeln("				}");
document.writeln("			}");
document.writeln("");
document.writeln("			MiniSite.Weather._print(province, city, conainter);");
document.writeln("		};");
document.writeln("");
document.writeln("		if (!MiniSite.Cookie.get(\"QQ_IPAddress\"))");
document.writeln("		{");
document.writeln("			MiniSite.JsLoader.load(\"http:\/\/fw.qq.com:80\/ipaddress\", function()");
document.writeln("			{");
document.writeln("				if (typeof IPData != \"undefined\")");
document.writeln("				{");
document.writeln("					MiniSite.Cookie.set(\'QQ_IPAddress\', IPData[2]+\',\'+IPData[3]);");
document.writeln("					ok();");
document.writeln("				}");
document.writeln("			});");
document.writeln("		}");
document.writeln("		else");
document.writeln("		{");
document.writeln("			ok();");
document.writeln("		}");
document.writeln("	}");
document.writeln("};");
document.writeln("");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("");
document.writeln("<body>");
document.writeln("<span id=\"Wealth\">");
document.writeln("<script type=\"text\/javascript\">");
document.writeln("\/*<![CDATA[*\/");
document.writeln("MiniSite.Weather.print(\"Wealth\");");
document.writeln("\/*]]>*\/");
document.writeln("<\/script>");
document.writeln("  <\/span>");
document.writeln("<\/body>");
document.writeln("<\/html>");
document.writeln("")