 var alumniSWFProv= new makeArray("hainan","aomen","xianggang","taiwan","guangxi","guangdong","yunnan","fujian","guizhou","hunan","jiangxi","zhejiang","chongqing","hubei","sichuan","anhui","shanghai","xizang","henan","jiangsu","shanxi1","qinghai","shandong","ningxia","shanxi","hebei","tianjin","gansu","neimenggu","beijing","liaoning","xinjiang","jilin","heilongjiang");
  var alumniProv = new makeArray("未知","北京市","天津市","河北省","山西省","辽宁省","吉林省","上海市","江苏省","浙江省","安徽省","福建省","江西省","山东省","河南省","内蒙古自治区","黑龙江省","湖北省","湖南省","广东省","广西壮族自治区","海南省","四川省","重庆市","台湾省","贵州省","云南省","西藏自治区","陕西省","甘肃省","青海省","宁夏回族自治区","新疆维吾尔族自治区","香港特别行政区","澳门特别行政区");

function getAlumniSWFProvID(alumniProvID) {
 var alumniSWFMAP = new makeArray("29","26","25","20","30","32","16","19","11","15","7","10","22","18","28","33","13","9","5","4","0","14","12","3","8","6","17","24","27","21","23","31","2","1");
 return alumniSWFMAP[alumniProvID];
}

function makeArray() { 
	for (var i=0; i < arguments.length; i++) 
		this[i] = arguments[i]; 
	this.length = arguments.length; 
} 

function getSWFProvID(iploc) {
	var weatherProvID2swfProvID = new Object();
	weatherProvID2swfProvID["11"] = 29;
	weatherProvID2swfProvID["12"] = 26;
	weatherProvID2swfProvID["13"] = 25;
	weatherProvID2swfProvID["14"] = 20;
	weatherProvID2swfProvID["15"] = 28;
	weatherProvID2swfProvID["21"] = 30;
	weatherProvID2swfProvID["22"] = 32;
	weatherProvID2swfProvID["23"] = 33;
	weatherProvID2swfProvID["31"] = 16;
	weatherProvID2swfProvID["32"] = 19;
	weatherProvID2swfProvID["33"] = 11;
	weatherProvID2swfProvID["34"] = 15;
	weatherProvID2swfProvID["35"] = 7;
	weatherProvID2swfProvID["36"] = 10;
	weatherProvID2swfProvID["37"] = 22;
	weatherProvID2swfProvID["41"] = 18;
	weatherProvID2swfProvID["42"] = 13;
	weatherProvID2swfProvID["43"] = 9;
	weatherProvID2swfProvID["44"] = 5;
	weatherProvID2swfProvID["45"] = 4;
	weatherProvID2swfProvID["46"] = 0;
	weatherProvID2swfProvID["50"] = 12;
	weatherProvID2swfProvID["51"] = 14;
	weatherProvID2swfProvID["52"] = 8;
	weatherProvID2swfProvID["53"] = 6;
	weatherProvID2swfProvID["54"] = 17;
	weatherProvID2swfProvID["61"] = 24;
	weatherProvID2swfProvID["62"] = 27;
	weatherProvID2swfProvID["63"] = 21;
	weatherProvID2swfProvID["64"] = 23;
	weatherProvID2swfProvID["65"] = 31;
	weatherProvID2swfProvID["81"] = 2;
	weatherProvID2swfProvID["82"] = 1;
	weatherProvID2swfProvID["71"] = 3;

	if(iploc.length!=6) return 29;
	var bid = iploc.substring(2,4);
	var ret = weatherProvID2swfProvID[bid];
	return ret>=0&&ret<=33?ret:29;
}

