Calculator
From Peace Corps Wiki
(Difference between revisions)
| (3 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | + | <fb:like></fb:like> | |
| - | < | + | <html><head></head><body> |
<table> | <table> | ||
<tr> | <tr> | ||
<td> | <td> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
<center> | <center> | ||
<big><b>Peace Corps Calculator</b></big><br> | <big><b>Peace Corps Calculator</b></big><br> | ||
<i>(Note: Uses Javascript)</i><br> | <i>(Note: Uses Javascript)</i><br> | ||
</center><br> | </center><br> | ||
| - | On the Peace Corps' <a href="http://www.peacecorps.gov/open/" target="_blank">Open Government Initiative website</a> there are links at the bottom to .csv files, including one for " | + | On the Peace Corps' <a href="http://www.peacecorps.gov/open/" target="_blank">Open Government Initiative website</a> there are links at the bottom to .csv files, including one for "<b>2011</b> Peace Corps Volunteer on board strength - by post and sector". A <a href="http://www.peacecorps.gov/index.cfm?shell=pchq.policies.foia" target="_blank">Freedom of Information Act</a> request was then made for more specific information. This page uses that data in its computations of volunteer placements.<br><br> |
| - | <center><b>DATA AS OF | + | <center><b>DATA AS OF FY2011</b></center> |
| - | <center><small>(FOIA request supplied: <b> | + | <center><small>(FOIA request supplied: <b>November 14, 2011</b>)</small></center><br> |
<ul> | <ul> | ||
<li><b>Select a geographical region and job assignment to see the number of volunteers within that region with that job, along with percentages.</b></li> | <li><b>Select a geographical region and job assignment to see the number of volunteers within that region with that job, along with percentages.</b></li> | ||
| - | <li><i>Example: In | + | <li><i>Example: In FY2011 there were 535 '<a href="http://peacecorpswiki.org/Education" target="_blank">Education</a>' volunteers in '<a href="http://peacecorpswiki.org/Asia" target="_blank">Asia</a>', of which 159 of them (30%) were in <a href="http://peacecorpswiki.org/China" target="_blank">China</a></li> |
| - | <li><i>Example: In | + | <li><i>Example: In FY2011 there were 56 '<a href="http://peacecorpswiki.org/Secondary_Education_Math_or_Science_Teaching" target="_blank">Secondary Education Science Teaching</a>' volunteers in '<a href="http://peacecorpswiki.org/Africa" target="_blank">West Africa</a>', of which 23 of them (41%) were in <a href="http://peacecorpswiki.org/Ghana" target="_blank">Ghana</a></li> |
<li><b>This can also be used as a GUIDE to where future Applicants may be placed, some notes:</b></li> | <li><b>This can also be used as a GUIDE to where future Applicants may be placed, some notes:</b></li> | ||
<ul> | <ul> | ||
<li>Applicants can use the <a href="http://peacecorpswiki.org/Timeline" target="_blank">Timeline</a> page to compare countries listed with dates of departure | <li>Applicants can use the <a href="http://peacecorpswiki.org/Timeline" target="_blank">Timeline</a> page to compare countries listed with dates of departure | ||
<li>Countries can be deleted from the list if they do not belong to some personal criteria under study. This can be done by clicking the button to the left of the country. All percentages and totals automatically change. | <li>Countries can be deleted from the list if they do not belong to some personal criteria under study. This can be done by clicking the button to the left of the country. All percentages and totals automatically change. | ||
| - | <li>Pro: Data is based an actual distribution of volunteers in | + | <li>Pro: Data is based an actual distribution of volunteers in 2011 |
<li>Con: Some countries listed may have been suspended or evacuated; while other countries may be new to Peace Corps and are not yet reflected in the data | <li>Con: Some countries listed may have been suspended or evacuated; while other countries may be new to Peace Corps and are not yet reflected in the data | ||
</ul> | </ul> | ||
| Line 87: | Line 82: | ||
<option value="15">---NGO Development</option> | <option value="15">---NGO Development</option> | ||
<option value="11">---Urban and Regional Planning</option> | <option value="11">---Urban and Regional Planning</option> | ||
| - | |||
| - | |||
<option value="400">EDUCATION (ALL)</option> | <option value="400">EDUCATION (ALL)</option> | ||
<option value="20">---Primary Education Teacher Training</option> | <option value="20">---Primary Education Teacher Training</option> | ||
| Line 112: | Line 105: | ||
<option value="18">---Community Development</option> | <option value="18">---Community Development</option> | ||
<option value="19">---Youth Development</option> | <option value="19">---Youth Development</option> | ||
| + | <option value="300">PEACE CORPS RESPONSE (ALL)</option> | ||
| + | <option value="27">---Peace Corps Response</option> | ||
</select> <br> | </select> <br> | ||
| Line 281: | Line 276: | ||
Subsect[0] = new Array(28); //All | Subsect[0] = new Array(28); //All | ||
Subsect[0] = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28]; | Subsect[0] = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28]; | ||
| - | Subsect[ | + | Subsect[1] = new Array(1); //Forestry |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
Subsect[1] = [1]; | Subsect[1] = [1]; | ||
| - | Subsect[2] = new Array(1); | + | Subsect[2] = new Array(1); //Protected Areas Management |
Subsect[2] = [2]; | Subsect[2] = [2]; | ||
| - | Subsect[3] = new Array(1); | + | Subsect[3] = new Array(1); //Environmental Education or Awareness |
Subsect[3] = [3]; | Subsect[3] = [3]; | ||
| - | Subsect[4] = new Array(1); | + | Subsect[4] = new Array(1); //Applied Agriculture Science |
Subsect[4] = [4]; | Subsect[4] = [4]; | ||
| - | Subsect[5] = new Array(1); | + | Subsect[5] = new Array(1); //Farm Management and Agribusiness |
Subsect[5] = [5]; | Subsect[5] = [5]; | ||
| - | Subsect[6] = new Array(1); | + | Subsect[6] = new Array(1); //Animal Husbandry |
Subsect[6] = [6]; | Subsect[6] = [6]; | ||
| - | Subsect[7] = new Array(1); | + | Subsect[7] = new Array(1); //Agriculture and Forestry Extension |
Subsect[7] = [7]; | Subsect[7] = [7]; | ||
| - | Subsect[8] = new Array(1); | + | Subsect[8] = new Array(1); //Construction and Skilled Trades Education |
Subsect[8] = [8]; | Subsect[8] = [8]; | ||
| - | Subsect[9] = new Array(1); | + | Subsect[9] = new Array(1); //Water and Sanitation Extension |
Subsect[9] = [9]; | Subsect[9] = [9]; | ||
| - | Subsect[10] = new Array(1); | + | Subsect[10] = new Array(1); //Environmental and Water Resource Engineering |
Subsect[10] = [10]; | Subsect[10] = [10]; | ||
| - | Subsect[11] = new Array(1); | + | Subsect[11] = new Array(1); //Urban and Regional Planning |
Subsect[11] = [11]; | Subsect[11] = [11]; | ||
| - | Subsect[12] = new Array(1); | + | Subsect[12] = new Array(1); //Business Advising |
Subsect[12] = [12]; | Subsect[12] = [12]; | ||
| - | Subsect[13] = new Array(1); | + | Subsect[13] = new Array(1); //Information Technology |
Subsect[13] = [13]; | Subsect[13] = [13]; | ||
| - | Subsect[14] = new Array(1); | + | Subsect[14] = new Array(1); //Business Development |
Subsect[14] = [14]; | Subsect[14] = [14]; | ||
| - | Subsect[15] = new Array(1); | + | Subsect[15] = new Array(1); //NGO Development |
Subsect[15] = [15]; | Subsect[15] = [15]; | ||
| - | Subsect[16] = new Array(1); | + | Subsect[16] = new Array(1); //Health Degreed |
Subsect[16] = [16]; | Subsect[16] = [16]; | ||
| - | Subsect[17] = new Array(1); | + | Subsect[17] = new Array(1); //Health Extension |
Subsect[17] = [17]; | Subsect[17] = [17]; | ||
| - | Subsect[18] = new Array(1); | + | Subsect[18] = new Array(1); //Community Development |
Subsect[18] = [18]; | Subsect[18] = [18]; | ||
| - | Subsect[19] = new Array(1); | + | Subsect[19] = new Array(1); //Youth Development |
Subsect[19] = [19]; | Subsect[19] = [19]; | ||
| - | Subsect[20] = new Array(1); | + | Subsect[20] = new Array(1); //Primary Education Teacher Training |
Subsect[20] = [20]; | Subsect[20] = [20]; | ||
| - | Subsect[21] = new Array(1); | + | Subsect[21] = new Array(1); //Secondary Education English Teaching |
Subsect[21] = [21]; | Subsect[21] = [21]; | ||
| - | Subsect[22] = new Array(1); | + | Subsect[22] = new Array(1); //University English Teaching |
Subsect[22] = [22]; | Subsect[22] = [22]; | ||
| - | Subsect[23] = new Array(1); | + | Subsect[23] = new Array(1); //Secondary Education Math Teaching |
Subsect[23] = [23]; | Subsect[23] = [23]; | ||
| - | Subsect[24] = new Array(1); | + | Subsect[24] = new Array(1); //Secondary Education Science Teaching |
Subsect[24] = [24]; | Subsect[24] = [24]; | ||
| - | Subsect[25] = new Array(1); | + | Subsect[25] = new Array(1); //Special Education Teacher Training |
Subsect[25] = [25]; | Subsect[25] = [25]; | ||
| - | Subsect[26] = new Array(1); | + | Subsect[26] = new Array(1); //Secondary Education English Teacher Training |
Subsect[26] = [26]; | Subsect[26] = [26]; | ||
| - | Subsect[27] = new Array(1); | + | Subsect[27] = new Array(1); //Crisis Corps |
Subsect[27] = [27]; | Subsect[27] = [27]; | ||
| - | Subsect[28] = new Array(1); | + | Subsect[28] = new Array(1); //Unique Skill |
Subsect[28] = [28]; | Subsect[28] = [28]; | ||
| - | + | Subsect[100] = new Array(4); //Agriculture | |
| + | Subsect[100] = [4,5,6,7]; | ||
| + | Subsect[200] = new Array(5); //Business | ||
| + | Subsect[200] = [11,12,13,14,15]; | ||
| + | Subsect[300] = new Array(1); //Peace Corps Response | ||
| + | Subsect[300] = [27]; | ||
| + | Subsect[400] = new Array(7); //Education | ||
| + | Subsect[400] = [20,21,22,23,24,25,26]; | ||
| + | Subsect[500] = new Array(3); //Environment | ||
| + | Subsect[500] = [1,2,3]; | ||
| + | Subsect[600] = new Array(5); //Health | ||
| + | Subsect[600] = [8,9,10,16,17]; | ||
| + | Subsect[700] = new Array(1); //Unique Skill | ||
| + | Subsect[700] = [28]; | ||
| + | Subsect[800] = new Array(2); //Youth & Community Development | ||
| + | Subsect[800] = [18,19]; | ||
| Line 361: | Line 355: | ||
// | // | ||
var Regions = new Array(); | var Regions = new Array(); | ||
| - | Regions[0] = new Array( | + | Regions[0] = new Array(70); //All |
| - | Regions[0] = [1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24, 25 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 , 47 , 48 , 49 , 50 , 51 , 52 , 53 , 54 , 55 , 56 , 57 , 58 , 59 , 60 , 61 , 62 , 63 , 64 , 65]; | + | Regions[0] = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70]; |
| - | Regions[1] = new Array( | + | Regions[1] = new Array(27); //Africa |
| - | Regions[1]=[5,6,8,10,11,18,20,22,24,30,32,33,35,36,42,43,45,51,53,54,56,57,59,62,65]; | + | Regions[1] = [5,6,8,10,11,18,20,22,24,30,32,33,35,36,42,43,45,51,53,54,56,57,59,62,65,69,70]; |
| - | Regions[2] = new Array( | + | Regions[2] = new Array(6); //Asia |
| - | Regions[2] =[9 , 12 , 40 , 49 , 58]; | + | Regions[2] = [9,12,40,49,58,68]; |
| - | Regions[3] = new Array( | + | Regions[3] = new Array(4); //Caribbean |
| - | Regions[3] = [14 , 15 , 27]; | + | Regions[3] = [14,15,27,67]; |
Regions[4] = new Array(8); //Central America and Mexico | Regions[4] = new Array(8); //Central America and Mexico | ||
| - | Regions[4] = [4 , 13 , 17 , 23 , 26 , 37 , 44 , 46]; | + | Regions[4] = [4,13,17,23,26,37,44,46]; |
| - | Regions[5] = new Array(12); // Eastern Europe and Central Asia | + | Regions[5] = new Array(12); //Eastern Europe and Central Asia |
| - | Regions[5] = [1 , 2 , 3 , 7 , 21 , 29 , 31 , 34 , 39 , 50 , 61 , 63]; | + | Regions[5] = [1,2,3,7,21,29,31,34,39,50,61,63]; |
| - | Regions[6] = new Array(2); // North Africa and the Middle East | + | Regions[6] = new Array(2); //North Africa and the Middle East |
| - | Regions[6] = [28 , 41]; | + | Regions[6] = [28,41]; |
| - | Regions[7] = new Array; // Pacific Islands | + | Regions[7] = new Array(5); //Pacific Islands |
| - | Regions[7] = [19 , 38 , 52 , 60 , 64]; | + | Regions[7] = [19,38,52,60,64]; |
| - | Regions[8] = new Array; // South America | + | Regions[8] = new Array(6); //South America |
| - | Regions[8] = [16 , 25 , 47 , 48 , 55]; | + | Regions[8] = [16,25,47,48,55,66]; |
| - | Regions[11] = new Array; // North Africa | + | Regions[11] = new Array(1); //North Africa |
Regions[11] = [41]; | Regions[11] = [41]; | ||
| - | Regions[12] = new Array; // West Africa | + | Regions[12] = new Array(11); //West Africa |
| - | Regions[12] = [5 , 8 , 11 , 20 , 22 , 33 , 36 , 41 , 45 , 53 , 59]; | + | Regions[12] = [5,8,11,20,22,33,36,41,45,53,59]; |
| - | Regions[13] = new Array; // East Africa | + | Regions[13] = new Array(9); //East Africa |
| - | Regions[13] = [ | + | Regions[13] = [18,30,35,42,51,57,62,65,69]; |
| - | Regions[14] = new Array; // Central Africa | + | Regions[14] = new Array(1); //Central Africa |
Regions[14] = [51]; | Regions[14] = [51]; | ||
| - | Regions[15] = new Array; // Southern Africa | + | Regions[15] = new Array(10); //Southern Africa |
| - | Regions[15] = [6 , 32 , 43 , 54 , 56 | + | Regions[15] = [6,32,35,42,43,54,56,57,65,69]; |
| - | Regions[16] = new Array; // Anglophone Africa | + | Regions[16] = new Array(4); //Anglophone Africa |
| - | Regions[16] = [20 , 33 , | + | Regions[16] = [20,22,33,70]; |
| - | Regions[17] = new Array; // Arabophone | + | Regions[17] = new Array(1); //Arabophone |
Regions[17] = [41]; | Regions[17] = [41]; | ||
| - | Regions[18] = new Array; // Francophone Africa | + | Regions[18] = new Array(12); //Francophone Africa |
| - | Regions[18] = [5 , 8 , 10 , 11 , 36 , 41 , 45 , 51 , 53 , 59]; | + | Regions[18] = [5,8,10,11,24,36,41,45,51,53,59,69]; |
| - | Regions[19] = new Array; // Lusophone Africa (Portuguese) | + | Regions[19] = new Array(2); //Lusophone Africa (Portuguese) |
| - | Regions[19] = [11 , 42]; | + | Regions[19] = [11,42]; |
| - | Regions[21] = new Array; // Central Asia | + | Regions[21] = new Array(5); //Central Asia |
| - | Regions[21] = [29 , 31 | + | Regions[21] = [12,29,31,40,61]; |
| - | Regions[22] = new Array; // East Asia | + | Regions[22] = new Array(2); //East Asia |
| - | Regions[22] = [12 , 40]; | + | Regions[22] = [12,40]; |
| - | Regions[23] = new Array; // Southeast Asia | + | Regions[23] = new Array(4); //Southeast Asia |
| - | Regions[23] = [9 , 49 , 58]; | + | Regions[23] = [9,49,58,68]; |
| - | Regions[24] = new Array; // Western Asia (Caucasus) | + | Regions[24] = new Array(3); //Western Asia (Caucasus) |
| - | Regions[24] = [2 , 3 , 21]; | + | Regions[24] = [2,3,21]; |
| - | Regions[51] = new Array; // Caucasus | + | Regions[51] = new Array(3); //Caucasus |
| - | Regions[51] = [2 , 3 , 21]; | + | Regions[51] = [2,3,21]; |
| - | Regions[52] = new Array; // Former Soviet | + | Regions[52] = new Array(2); //Former Soviet |
| - | Regions[52] = [39 , 63]; | + | Regions[52] = [39,63]; |
| - | Regions[53] = new Array; // South-Eastern Europe | + | Regions[53] = new Array(4); //South-Eastern Europe |
| - | Regions[53] = [1 , 7 , 34 , 50]; | + | Regions[53] = [1,7,34,50]; |
| - | Regions[54] = new Array; // Central Asia | + | Regions[54] = new Array(5); //Central Asia |
| - | Regions[54] = [29 , 31 | + | Regions[54] = [12,29,31,40,61]; |
| - | Regions[61] = new Array; // North Africa | + | Regions[61] = new Array(1); //North Africa |
Regions[61] = [41]; | Regions[61] = [41]; | ||
| - | Regions[62] = new Array; // Middle East | + | Regions[62] = new Array(1); //Middle East |
Regions[62] = [28]; | Regions[62] = [28]; | ||
| Line 452: | Line 446: | ||
PeaceCorps[0][25] = 'Special Education Teacher Training'; | PeaceCorps[0][25] = 'Special Education Teacher Training'; | ||
PeaceCorps[0][26] = 'Secondary Education English Teacher Training'; | PeaceCorps[0][26] = 'Secondary Education English Teacher Training'; | ||
| - | PeaceCorps[0][27] = ' | + | PeaceCorps[0][27] = 'Peace Corps Response'; |
PeaceCorps[0][28] = 'Unique Skill'; | PeaceCorps[0][28] = 'Unique Skill'; | ||
| - | + | ||
PeaceCorps[1] = new Array(29); | PeaceCorps[1] = new Array(29); | ||
PeaceCorps[1][0] = 'Albania'; | PeaceCorps[1][0] = 'Albania'; | ||
| - | PeaceCorps[1][1] = 0; | + | PeaceCorps[1][1]=0; //Forestry |
| - | PeaceCorps[1][2] = 0; | + | PeaceCorps[1][2]=0; //Protected Areas Management |
| - | PeaceCorps[1][3] = 0; | + | PeaceCorps[1][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[1][4] = 0; | + | PeaceCorps[1][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[1][5] = 0; | + | PeaceCorps[1][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[1][6] = 0; | + | PeaceCorps[1][6]=0; //Animal Husbandry |
| - | PeaceCorps[1][7] = 0; | + | PeaceCorps[1][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[1][8] = 0; | + | PeaceCorps[1][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[1][9] = 0; | + | PeaceCorps[1][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[1][10] = 0; | + | PeaceCorps[1][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[1][11] = | + | PeaceCorps[1][11]=10; //Urban and Regional Planning |
| - | PeaceCorps[1][12] = | + | PeaceCorps[1][12]=7; //Business Advising |
| - | PeaceCorps[1][13] = | + | PeaceCorps[1][13]=2; //Information Technology |
| - | PeaceCorps[1][14] = | + | PeaceCorps[1][14]=1; //Business Development |
| - | PeaceCorps[1][15] = | + | PeaceCorps[1][15]=8; //NGO Development |
| - | PeaceCorps[1][16] = | + | PeaceCorps[1][16]=7; //Health Degreed |
| - | PeaceCorps[1][17] = | + | PeaceCorps[1][17]=21; //Health Extension |
| - | PeaceCorps[1][18] = 4; | + | PeaceCorps[1][18]=4; //Community Development |
| - | PeaceCorps[1][19] = 0; | + | PeaceCorps[1][19]=0; //Youth Development |
| - | PeaceCorps[1][20] = 0; | + | PeaceCorps[1][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[1][21] = | + | PeaceCorps[1][21]=20; //Secondary Education English Teaching |
| - | PeaceCorps[1][22] = | + | PeaceCorps[1][22]=2; //University English Teaching |
| - | PeaceCorps[1][23] = 0; | + | PeaceCorps[1][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[1][24] = 0; | + | PeaceCorps[1][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[1][25] = 0; | + | PeaceCorps[1][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[1][26] = 5; | + | PeaceCorps[1][26]=5; //Secondary Education English Teacher Training |
| - | PeaceCorps[1][27] = 0; | + | PeaceCorps[1][27]=0; //Peace Corps Response |
| - | PeaceCorps[1][28] = 0; | + | PeaceCorps[1][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[2] = new Array(29); | PeaceCorps[2] = new Array(29); | ||
PeaceCorps[2][0] = 'Armenia'; | PeaceCorps[2][0] = 'Armenia'; | ||
| - | PeaceCorps[2][1] = 0; | + | PeaceCorps[2][1]=0; //Forestry |
| - | PeaceCorps[2][2] = 0; | + | PeaceCorps[2][2]=0; //Protected Areas Management |
| - | PeaceCorps[2][3] = | + | PeaceCorps[2][3]=7; //Environmental Education or Awareness |
| - | PeaceCorps[2][4] = 0; | + | PeaceCorps[2][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[2][5] = 0; | + | PeaceCorps[2][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[2][6] = 0; | + | PeaceCorps[2][6]=0; //Animal Husbandry |
| - | PeaceCorps[2][7] = 0; | + | PeaceCorps[2][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[2][8] = 0; | + | PeaceCorps[2][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[2][9] = | + | PeaceCorps[2][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[2][10] = 0; | + | PeaceCorps[2][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[2][11] = 0; | + | PeaceCorps[2][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[2][12] = | + | PeaceCorps[2][12]=13; //Business Advising |
| - | PeaceCorps[2][13] = | + | PeaceCorps[2][13]=8; //Information Technology |
| - | PeaceCorps[2][14] = | + | PeaceCorps[2][14]=6; //Business Development |
| - | PeaceCorps[2][15] = | + | PeaceCorps[2][15]=5; //NGO Development |
| - | PeaceCorps[2][16] = 0; | + | PeaceCorps[2][16]=0; //Health Degreed |
| - | PeaceCorps[2][17] = | + | PeaceCorps[2][17]=14; //Health Extension |
| - | PeaceCorps[2][18] = | + | PeaceCorps[2][18]=5; //Community Development |
| - | PeaceCorps[2][19] = 0; | + | PeaceCorps[2][19]=0; //Youth Development |
| - | PeaceCorps[2][20] = | + | PeaceCorps[2][20]=4; //Primary Education Teacher Training |
| - | PeaceCorps[2][21] = | + | PeaceCorps[2][21]=30; //Secondary Education English Teaching |
| - | PeaceCorps[2][22] = 0; | + | PeaceCorps[2][22]=0; //University English Teaching |
| - | PeaceCorps[2][23] = 0; | + | PeaceCorps[2][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[2][24] = 0; | + | PeaceCorps[2][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[2][25] = 0; | + | PeaceCorps[2][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[2][26] = | + | PeaceCorps[2][26]=5; //Secondary Education English Teacher Training |
| - | PeaceCorps[2][27] = | + | PeaceCorps[2][27]=1; //Peace Corps Response |
| - | PeaceCorps[2][28] = 0; | + | PeaceCorps[2][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[3] = new Array(29); | PeaceCorps[3] = new Array(29); | ||
PeaceCorps[3][0] = 'Azerbaijan'; | PeaceCorps[3][0] = 'Azerbaijan'; | ||
| - | PeaceCorps[3][1] = 0; | + | PeaceCorps[3][1]=0; //Forestry |
| - | PeaceCorps[3][2] = 0; | + | PeaceCorps[3][2]=0; //Protected Areas Management |
| - | PeaceCorps[3][3] = 0; | + | PeaceCorps[3][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[3][4] = | + | PeaceCorps[3][4]=5; //Applied Agriculture Science |
| - | PeaceCorps[3][5] = | + | PeaceCorps[3][5]=9; //Farm Management and Agribusiness |
| - | PeaceCorps[3][6] = 0; | + | PeaceCorps[3][6]=0; //Animal Husbandry |
| - | PeaceCorps[3][7] = 0; | + | PeaceCorps[3][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[3][8] = 0; | + | PeaceCorps[3][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[3][9] = 0; | + | PeaceCorps[3][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[3][10] = 0; | + | PeaceCorps[3][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[3][11] = 0; | + | PeaceCorps[3][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[3][12] = | + | PeaceCorps[3][12]=4; //Business Advising |
| - | PeaceCorps[3][13] = 0; | + | PeaceCorps[3][13]=0; //Information Technology |
| - | PeaceCorps[3][14] = | + | PeaceCorps[3][14]=10; //Business Development |
| - | PeaceCorps[3][15] = | + | PeaceCorps[3][15]=18; //NGO Development |
| - | PeaceCorps[3][16] = 0; | + | PeaceCorps[3][16]=0; //Health Degreed |
| - | PeaceCorps[3][17] = 0; | + | PeaceCorps[3][17]=0; //Health Extension |
| - | PeaceCorps[3][18] = | + | PeaceCorps[3][18]=19; //Community Development |
| - | PeaceCorps[3][19] = | + | PeaceCorps[3][19]=9; //Youth Development |
| - | PeaceCorps[3][20] = 0; | + | PeaceCorps[3][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[3][21] = | + | PeaceCorps[3][21]=77; //Secondary Education English Teaching |
| - | PeaceCorps[3][22] = 0; | + | PeaceCorps[3][22]=0; //University English Teaching |
| - | PeaceCorps[3][23] = 0; | + | PeaceCorps[3][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[3][24] = 0; | + | PeaceCorps[3][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[3][25] = 0; | + | PeaceCorps[3][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[3][26] = | + | PeaceCorps[3][26]=4; //Secondary Education English Teacher Training |
| - | PeaceCorps[3][27] = 0; | + | PeaceCorps[3][27]=0; //Peace Corps Response |
| - | PeaceCorps[3][28] = 0; | + | PeaceCorps[3][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[4] = new Array(29); | PeaceCorps[4] = new Array(29); | ||
PeaceCorps[4][0] = 'Belize'; | PeaceCorps[4][0] = 'Belize'; | ||
| - | PeaceCorps[4][1] = 0; | + | PeaceCorps[4][1]=0; //Forestry |
| - | PeaceCorps[4][2] = 0; | + | PeaceCorps[4][2]=0; //Protected Areas Management |
| - | PeaceCorps[4][3] = | + | PeaceCorps[4][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[4][4] = 0; | + | PeaceCorps[4][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[4][5] = 0; | + | PeaceCorps[4][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[4][6] = 0; | + | PeaceCorps[4][6]=0; //Animal Husbandry |
| - | PeaceCorps[4][7] = | + | PeaceCorps[4][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[4][8] = 0; | + | PeaceCorps[4][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[4][9] = | + | PeaceCorps[4][9]=1; //Water and Sanitation Extension |
| - | PeaceCorps[4][10] = 1; | + | PeaceCorps[4][10]=1; //Environmental and Water Resource Engineering |
| - | PeaceCorps[4][11] = 0; | + | PeaceCorps[4][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[4][12] = | + | PeaceCorps[4][12]=11; //Business Advising |
| - | PeaceCorps[4][13] = 0; | + | PeaceCorps[4][13]=0; //Information Technology |
| - | PeaceCorps[4][14] = | + | PeaceCorps[4][14]=3; //Business Development |
| - | PeaceCorps[4][15] = | + | PeaceCorps[4][15]=17; //NGO Development |
| - | PeaceCorps[4][16] = | + | PeaceCorps[4][16]=1; //Health Degreed |
| - | PeaceCorps[4][17] = | + | PeaceCorps[4][17]=16; //Health Extension |
| - | PeaceCorps[4][18] = | + | PeaceCorps[4][18]=4; //Community Development |
| - | PeaceCorps[4][19] = | + | PeaceCorps[4][19]=8; //Youth Development |
| - | PeaceCorps[4][20] = | + | PeaceCorps[4][20]=14; //Primary Education Teacher Training |
| - | PeaceCorps[4][21] = 0; | + | PeaceCorps[4][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[4][22] = 0; | + | PeaceCorps[4][22]=0; //University English Teaching |
| - | PeaceCorps[4][23] = 0; | + | PeaceCorps[4][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[4][24] = 0; | + | PeaceCorps[4][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[4][25] = | + | PeaceCorps[4][25]=3; //Special Education Teacher Training |
| - | PeaceCorps[4][26] = 0; | + | PeaceCorps[4][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[4][27] = | + | PeaceCorps[4][27]=1; //Peace Corps Response |
| - | PeaceCorps[4][28] = | + | PeaceCorps[4][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[5] = new Array(29); | PeaceCorps[5] = new Array(29); | ||
PeaceCorps[5][0] = 'Benin'; | PeaceCorps[5][0] = 'Benin'; | ||
| - | PeaceCorps[5][1] = | + | PeaceCorps[5][1]=0; //Forestry |
| - | PeaceCorps[5][2] = 0; | + | PeaceCorps[5][2]=0; //Protected Areas Management |
| - | PeaceCorps[5][3] = | + | PeaceCorps[5][3]=21; //Environmental Education or Awareness |
| - | PeaceCorps[5][4] = 0; | + | PeaceCorps[5][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[5][5] = 0; | + | PeaceCorps[5][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[5][6] = 0; | + | PeaceCorps[5][6]=0; //Animal Husbandry |
| - | PeaceCorps[5][7] = 6; | + | PeaceCorps[5][7]=6; //Agriculture and Forestry Extension |
| - | PeaceCorps[5][8] = 0; | + | PeaceCorps[5][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[5][9] = | + | PeaceCorps[5][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[5][10] = | + | PeaceCorps[5][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[5][11] = 0; | + | PeaceCorps[5][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[5][12] = | + | PeaceCorps[5][12]=19; //Business Advising |
| - | PeaceCorps[5][13] = | + | PeaceCorps[5][13]=1; //Information Technology |
| - | PeaceCorps[5][14] = 0; | + | PeaceCorps[5][14]=0; //Business Development |
| - | PeaceCorps[5][15] = 1; | + | PeaceCorps[5][15]=1; //NGO Development |
| - | PeaceCorps[5][16] = | + | PeaceCorps[5][16]=4; //Health Degreed |
| - | PeaceCorps[5][17] = | + | PeaceCorps[5][17]=18; //Health Extension |
| - | PeaceCorps[5][18] = | + | PeaceCorps[5][18]=6; //Community Development |
| - | PeaceCorps[5][19] = 0; | + | PeaceCorps[5][19]=0; //Youth Development |
| - | PeaceCorps[5][20] = 0; | + | PeaceCorps[5][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[5][21] = | + | PeaceCorps[5][21]=35; //Secondary Education English Teaching |
| - | PeaceCorps[5][22] = 0; | + | PeaceCorps[5][22]=0; //University English Teaching |
| - | PeaceCorps[5][23] = 0; | + | PeaceCorps[5][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[5][24] = 0; | + | PeaceCorps[5][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[5][25] = 0; | + | PeaceCorps[5][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[5][26] = 0; | + | PeaceCorps[5][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[5][27] = | + | PeaceCorps[5][27]=1; //Peace Corps Response |
| - | PeaceCorps[5][28] = 0; | + | PeaceCorps[5][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[6] = new Array(29); | PeaceCorps[6] = new Array(29); | ||
PeaceCorps[6][0] = 'Botswana'; | PeaceCorps[6][0] = 'Botswana'; | ||
| - | PeaceCorps[6][1] = 0; | + | PeaceCorps[6][1]=0; //Forestry |
| - | PeaceCorps[6][2] = 0; | + | PeaceCorps[6][2]=0; //Protected Areas Management |
| - | PeaceCorps[6][3] = 0; | + | PeaceCorps[6][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[6][4] = 0; | + | PeaceCorps[6][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[6][5] = 0; | + | PeaceCorps[6][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[6][6] = 0; | + | PeaceCorps[6][6]=0; //Animal Husbandry |
| - | PeaceCorps[6][7] = | + | PeaceCorps[6][7]=2; //Agriculture and Forestry Extension |
| - | PeaceCorps[6][8] = 0; | + | PeaceCorps[6][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[6][9] = 0; | + | PeaceCorps[6][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[6][10] = 0; | + | PeaceCorps[6][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[6][11] = | + | PeaceCorps[6][11]=2; //Urban and Regional Planning |
| - | PeaceCorps[6][12] = | + | PeaceCorps[6][12]=6; //Business Advising |
| - | PeaceCorps[6][13] = | + | PeaceCorps[6][13]=2; //Information Technology |
| - | PeaceCorps[6][14] = | + | PeaceCorps[6][14]=2; //Business Development |
| - | PeaceCorps[6][15] = | + | PeaceCorps[6][15]=19; //NGO Development |
| - | PeaceCorps[6][16] = | + | PeaceCorps[6][16]=12; //Health Degreed |
| - | PeaceCorps[6][17] = | + | PeaceCorps[6][17]=27; //Health Extension |
| - | PeaceCorps[6][18] = | + | PeaceCorps[6][18]=13; //Community Development |
| - | PeaceCorps[6][19] = | + | PeaceCorps[6][19]=7; //Youth Development |
| - | PeaceCorps[6][20] = | + | PeaceCorps[6][20]=3; //Primary Education Teacher Training |
| - | PeaceCorps[6][21] = | + | PeaceCorps[6][21]=25; //Secondary Education English Teaching |
| - | PeaceCorps[6][22] = 0; | + | PeaceCorps[6][22]=0; //University English Teaching |
| - | PeaceCorps[6][23] = 0; | + | PeaceCorps[6][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[6][24] = 0; | + | PeaceCorps[6][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[6][25] = 0; | + | PeaceCorps[6][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[6][26] = 0; | + | PeaceCorps[6][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[6][27] = 0; | + | PeaceCorps[6][27]=0; //Peace Corps Response |
| - | PeaceCorps[6][28] = 0; | + | PeaceCorps[6][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[7] = new Array(29); | PeaceCorps[7] = new Array(29); | ||
PeaceCorps[7][0] = 'Bulgaria'; | PeaceCorps[7][0] = 'Bulgaria'; | ||
| - | PeaceCorps[7][1] = | + | PeaceCorps[7][1]=0; //Forestry |
| - | PeaceCorps[7][2] = 0; | + | PeaceCorps[7][2]=0; //Protected Areas Management |
| - | PeaceCorps[7][3] = | + | PeaceCorps[7][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[7][4] = 0; | + | PeaceCorps[7][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[7][5] = 0; | + | PeaceCorps[7][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[7][6] = 0; | + | PeaceCorps[7][6]=0; //Animal Husbandry |
| - | PeaceCorps[7][7] = 0; | + | PeaceCorps[7][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[7][8] = 0; | + | PeaceCorps[7][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[7][9] = 0; | + | PeaceCorps[7][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[7][10] = 0; | + | PeaceCorps[7][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[7][11] = 0; | + | PeaceCorps[7][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[7][12] = | + | PeaceCorps[7][12]=17; //Business Advising |
| - | PeaceCorps[7][13] = 0; | + | PeaceCorps[7][13]=0; //Information Technology |
| - | PeaceCorps[7][14] = | + | PeaceCorps[7][14]=2; //Business Development |
| - | PeaceCorps[7][15] = | + | PeaceCorps[7][15]=0; //NGO Development |
| - | PeaceCorps[7][16] = 0; | + | PeaceCorps[7][16]=0; //Health Degreed |
| - | PeaceCorps[7][17] = 0; | + | PeaceCorps[7][17]=0; //Health Extension |
| - | PeaceCorps[7][18] = | + | PeaceCorps[7][18]=22; //Community Development |
| - | PeaceCorps[7][19] = | + | PeaceCorps[7][19]=12; //Youth Development |
| - | PeaceCorps[7][20] = | + | PeaceCorps[7][20]=21; //Primary Education Teacher Training |
| - | PeaceCorps[7][21] = | + | PeaceCorps[7][21]=40; //Secondary Education English Teaching |
| - | PeaceCorps[7][22] = 0; | + | PeaceCorps[7][22]=0; //University English Teaching |
| - | PeaceCorps[7][23] = 0; | + | PeaceCorps[7][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[7][24] = 0; | + | PeaceCorps[7][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[7][25] = | + | PeaceCorps[7][25]=10; //Special Education Teacher Training |
| - | PeaceCorps[7][26] = 0; | + | PeaceCorps[7][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[7][27] = | + | PeaceCorps[7][27]=7; //Peace Corps Response |
| - | PeaceCorps[7][28] = 0; | + | PeaceCorps[7][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[8] = new Array(29); | PeaceCorps[8] = new Array(29); | ||
PeaceCorps[8][0] = 'Burkina Faso'; | PeaceCorps[8][0] = 'Burkina Faso'; | ||
| - | PeaceCorps[8][1] = | + | PeaceCorps[8][1]=2; //Forestry |
| - | PeaceCorps[8][2] = 0; | + | PeaceCorps[8][2]=0; //Protected Areas Management |
| - | PeaceCorps[8][3] = 0; | + | PeaceCorps[8][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[8][4] = 0; | + | PeaceCorps[8][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[8][5] = 2; | + | PeaceCorps[8][5]=2; //Farm Management and Agribusiness |
| - | PeaceCorps[8][6] = 0; | + | PeaceCorps[8][6]=0; //Animal Husbandry |
| - | PeaceCorps[8][7] = | + | PeaceCorps[8][7]=19; //Agriculture and Forestry Extension |
| - | PeaceCorps[8][8] = 0; | + | PeaceCorps[8][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[8][9] = 0; | + | PeaceCorps[8][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[8][10] = 0; | + | PeaceCorps[8][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[8][11] = | + | PeaceCorps[8][11]=1; //Urban and Regional Planning |
| - | PeaceCorps[8][12] = | + | PeaceCorps[8][12]=16; //Business Advising |
| - | PeaceCorps[8][13] = 6; | + | PeaceCorps[8][13]=6; //Information Technology |
| - | PeaceCorps[8][14] = | + | PeaceCorps[8][14]=2; //Business Development |
| - | PeaceCorps[8][15] = 0; | + | PeaceCorps[8][15]=0; //NGO Development |
| - | PeaceCorps[8][16] = | + | PeaceCorps[8][16]=2; //Health Degreed |
| - | PeaceCorps[8][17] = | + | PeaceCorps[8][17]=22; //Health Extension |
| - | PeaceCorps[8][18] = | + | PeaceCorps[8][18]=37; //Community Development |
| - | PeaceCorps[8][19] = | + | PeaceCorps[8][19]=8; //Youth Development |
| - | PeaceCorps[8][20] = | + | PeaceCorps[8][20]=2; //Primary Education Teacher Training |
| - | PeaceCorps[8][21] = 0; | + | PeaceCorps[8][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[8][22] = 0; | + | PeaceCorps[8][22]=0; //University English Teaching |
| - | PeaceCorps[8][23] = | + | PeaceCorps[8][23]=16; //Secondary Education Math Teaching |
| - | PeaceCorps[8][24] = | + | PeaceCorps[8][24]=17; //Secondary Education Science Teaching |
| - | PeaceCorps[8][25] = 0; | + | PeaceCorps[8][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[8][26] = 0; | + | PeaceCorps[8][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[8][27] = | + | PeaceCorps[8][27]=2; //Peace Corps Response |
| - | PeaceCorps[8][28] = | + | PeaceCorps[8][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[9] = new Array(29); | PeaceCorps[9] = new Array(29); | ||
PeaceCorps[9][0] = 'Cambodia'; | PeaceCorps[9][0] = 'Cambodia'; | ||
| - | PeaceCorps[9][1] = 0; | + | PeaceCorps[9][1]=0; //Forestry |
| - | PeaceCorps[9][2] = 0; | + | PeaceCorps[9][2]=0; //Protected Areas Management |
| - | PeaceCorps[9][3] = 0; | + | PeaceCorps[9][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[9][4] = 0; | + | PeaceCorps[9][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[9][5] = 0; | + | PeaceCorps[9][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[9][6] = 0; | + | PeaceCorps[9][6]=0; //Animal Husbandry |
| - | PeaceCorps[9][7] = 0; | + | PeaceCorps[9][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[9][8] = 0; | + | PeaceCorps[9][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[9][9] = | + | PeaceCorps[9][9]=9; //Water and Sanitation Extension |
| - | PeaceCorps[9][10] = 0; | + | PeaceCorps[9][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[9][11] = 0; | + | PeaceCorps[9][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[9][12] = 0; | + | PeaceCorps[9][12]=0; //Business Advising |
| - | PeaceCorps[9][13] = 0; | + | PeaceCorps[9][13]=0; //Information Technology |
| - | PeaceCorps[9][14] = 0; | + | PeaceCorps[9][14]=0; //Business Development |
| - | PeaceCorps[9][15] = 0; | + | PeaceCorps[9][15]=0; //NGO Development |
| - | PeaceCorps[9][16] = | + | PeaceCorps[9][16]=2; //Health Degreed |
| - | PeaceCorps[9][17] = | + | PeaceCorps[9][17]=22; //Health Extension |
| - | PeaceCorps[9][18] = 0; | + | PeaceCorps[9][18]=0; //Community Development |
| - | PeaceCorps[9][19] = | + | PeaceCorps[9][19]=17; //Youth Development |
| - | PeaceCorps[9][20] = 0; | + | PeaceCorps[9][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[9][21] = | + | PeaceCorps[9][21]=52; //Secondary Education English Teaching |
| - | PeaceCorps[9][22] = 0; | + | PeaceCorps[9][22]=0; //University English Teaching |
| - | PeaceCorps[9][23] = 0; | + | PeaceCorps[9][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[9][24] = | + | PeaceCorps[9][24]=1; //Secondary Education Science Teaching |
| - | PeaceCorps[9][25] = 0; | + | PeaceCorps[9][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[9][26] = | + | PeaceCorps[9][26]=3; //Secondary Education English Teacher Training |
| - | PeaceCorps[9][27] = 0; | + | PeaceCorps[9][27]=0; //Peace Corps Response |
| - | PeaceCorps[9][28] = 0; | + | PeaceCorps[9][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[10] = new Array(29); | PeaceCorps[10] = new Array(29); | ||
PeaceCorps[10][0] = 'Cameroon'; | PeaceCorps[10][0] = 'Cameroon'; | ||
| - | PeaceCorps[10][1] = | + | PeaceCorps[10][1]=10; //Forestry |
| - | PeaceCorps[10][2] = 0; | + | PeaceCorps[10][2]=0; //Protected Areas Management |
| - | PeaceCorps[10][3] = | + | PeaceCorps[10][3]=11; //Environmental Education or Awareness |
| - | PeaceCorps[10][4] = | + | PeaceCorps[10][4]=3; //Applied Agriculture Science |
| - | PeaceCorps[10][5] = | + | PeaceCorps[10][5]=3; //Farm Management and Agribusiness |
| - | PeaceCorps[10][6] = 0; | + | PeaceCorps[10][6]=0; //Animal Husbandry |
| - | PeaceCorps[10][7] = | + | PeaceCorps[10][7]=23; //Agriculture and Forestry Extension |
| - | PeaceCorps[10][8] = 0; | + | PeaceCorps[10][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[10][9] = 0; | + | PeaceCorps[10][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[10][10] = 0; | + | PeaceCorps[10][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[10][11] = | + | PeaceCorps[10][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[10][12] = | + | PeaceCorps[10][12]=33; //Business Advising |
| - | PeaceCorps[10][13] = | + | PeaceCorps[10][13]=16; //Information Technology |
| - | PeaceCorps[10][14] = | + | PeaceCorps[10][14]=4; //Business Development |
| - | PeaceCorps[10][15] = | + | PeaceCorps[10][15]=10; //NGO Development |
| - | PeaceCorps[10][16] = | + | PeaceCorps[10][16]=13; //Health Degreed |
| - | PeaceCorps[10][17] = | + | PeaceCorps[10][17]=27; //Health Extension |
| - | PeaceCorps[10][18] = | + | PeaceCorps[10][18]=30; //Community Development |
| - | PeaceCorps[10][19] = 0; | + | PeaceCorps[10][19]=0; //Youth Development |
| - | PeaceCorps[10][20] = 0; | + | PeaceCorps[10][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[10][21] = | + | PeaceCorps[10][21]=25; //Secondary Education English Teaching |
| - | PeaceCorps[10][22] = 0; | + | PeaceCorps[10][22]=0; //University English Teaching |
| - | PeaceCorps[10][23] = 0; | + | PeaceCorps[10][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[10][24] = | + | PeaceCorps[10][24]=13; //Secondary Education Science Teaching |
| - | PeaceCorps[10][25] = 0; | + | PeaceCorps[10][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[10][26] = 0; | + | PeaceCorps[10][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[10][27] = 0; | + | PeaceCorps[10][27]=0; //Peace Corps Response |
| - | PeaceCorps[10][28] = 0; | + | PeaceCorps[10][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[11] = new Array(29); | PeaceCorps[11] = new Array(29); | ||
PeaceCorps[11][0] = 'Cape Verde'; | PeaceCorps[11][0] = 'Cape Verde'; | ||
| - | PeaceCorps[11][1] = | + | PeaceCorps[11][1]=2; //Forestry |
| - | PeaceCorps[11][2] = | + | PeaceCorps[11][2]=2; //Protected Areas Management |
| - | PeaceCorps[11][3] = | + | PeaceCorps[11][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[11][4] = 0; | + | PeaceCorps[11][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[11][5] = 0; | + | PeaceCorps[11][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[11][6] = 0; | + | PeaceCorps[11][6]=0; //Animal Husbandry |
| - | PeaceCorps[11][7] = 0; | + | PeaceCorps[11][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[11][8] = 5; | + | PeaceCorps[11][8]=5; //Construction and Skilled Trades Education |
| - | PeaceCorps[11][9] = 0; | + | PeaceCorps[11][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[11][10] = 0; | + | PeaceCorps[11][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[11][11] = | + | PeaceCorps[11][11]=1; //Urban and Regional Planning |
| - | PeaceCorps[11][12] = | + | PeaceCorps[11][12]=8; //Business Advising |
| - | PeaceCorps[11][13] = | + | PeaceCorps[11][13]=4; //Information Technology |
| - | PeaceCorps[11][14] = 0; | + | PeaceCorps[11][14]=0; //Business Development |
| - | PeaceCorps[11][15] = | + | PeaceCorps[11][15]=1; //NGO Development |
| - | PeaceCorps[11][16] = 0; | + | PeaceCorps[11][16]=0; //Health Degreed |
| - | PeaceCorps[11][17] = 0; | + | PeaceCorps[11][17]=0; //Health Extension |
| - | PeaceCorps[11][18] = | + | PeaceCorps[11][18]=3; //Community Development |
| - | PeaceCorps[11][19] = | + | PeaceCorps[11][19]=0; //Youth Development |
| - | PeaceCorps[11][20] = 0; | + | PeaceCorps[11][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[11][21] = 18; | + | PeaceCorps[11][21]=18; //Secondary Education English Teaching |
| - | PeaceCorps[11][22] = 0; | + | PeaceCorps[11][22]=0; //University English Teaching |
| - | PeaceCorps[11][23] = 0; | + | PeaceCorps[11][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[11][24] = 0; | + | PeaceCorps[11][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[11][25] = 0; | + | PeaceCorps[11][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[11][26] = | + | PeaceCorps[11][26]=4; //Secondary Education English Teacher Training |
| - | PeaceCorps[11][27] = 0; | + | PeaceCorps[11][27]=0; //Peace Corps Response |
| - | PeaceCorps[11][28] = | + | PeaceCorps[11][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[12] = new Array(29); | PeaceCorps[12] = new Array(29); | ||
PeaceCorps[12][0] = 'China'; | PeaceCorps[12][0] = 'China'; | ||
| - | PeaceCorps[12][1] = 0; | + | PeaceCorps[12][1]=0; //Forestry |
| - | PeaceCorps[12][2] = 0; | + | PeaceCorps[12][2]=0; //Protected Areas Management |
| - | PeaceCorps[12][3] = | + | PeaceCorps[12][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[12][4] = 0; | + | PeaceCorps[12][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[12][5] = 0; | + | PeaceCorps[12][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[12][6] = 0; | + | PeaceCorps[12][6]=0; //Animal Husbandry |
| - | PeaceCorps[12][7] = 1; | + | PeaceCorps[12][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[12][8] = 0; | + | PeaceCorps[12][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[12][9] = 0; | + | PeaceCorps[12][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[12][10] = 0; | + | PeaceCorps[12][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[12][11] = 0; | + | PeaceCorps[12][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[12][12] = | + | PeaceCorps[12][12]=0; //Business Advising |
| - | PeaceCorps[12][13] = | + | PeaceCorps[12][13]=1; //Information Technology |
| - | PeaceCorps[12][14] = 0; | + | PeaceCorps[12][14]=0; //Business Development |
| - | PeaceCorps[12][15] = | + | PeaceCorps[12][15]=0; //NGO Development |
| - | PeaceCorps[12][16] = 0; | + | PeaceCorps[12][16]=0; //Health Degreed |
| - | PeaceCorps[12][17] = | + | PeaceCorps[12][17]=0; //Health Extension |
| - | PeaceCorps[12][18] = | + | PeaceCorps[12][18]=1; //Community Development |
| - | PeaceCorps[12][19] = 0; | + | PeaceCorps[12][19]=0; //Youth Development |
| - | PeaceCorps[12][20] = | + | PeaceCorps[12][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[12][21] = | + | PeaceCorps[12][21]=117; //Secondary Education English Teaching |
| - | PeaceCorps[12][22] = | + | PeaceCorps[12][22]=11; //University English Teaching |
| - | PeaceCorps[12][23] = | + | PeaceCorps[12][23]=1; //Secondary Education Math Teaching |
| - | PeaceCorps[12][24] = | + | PeaceCorps[12][24]=2; //Secondary Education Science Teaching |
| - | PeaceCorps[12][25] = | + | PeaceCorps[12][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[12][26] = | + | PeaceCorps[12][26]=28; //Secondary Education English Teacher Training |
| - | PeaceCorps[12][27] = 0; | + | PeaceCorps[12][27]=0; //Peace Corps Response |
| - | PeaceCorps[12][28] = 0; | + | PeaceCorps[12][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[13] = new Array(29); | PeaceCorps[13] = new Array(29); | ||
PeaceCorps[13][0] = 'Costa Rica'; | PeaceCorps[13][0] = 'Costa Rica'; | ||
| - | PeaceCorps[13][1] = 0; | + | PeaceCorps[13][1]=0; //Forestry |
| - | PeaceCorps[13][2] = 0; | + | PeaceCorps[13][2]=0; //Protected Areas Management |
| - | PeaceCorps[13][3] = | + | PeaceCorps[13][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[13][4] = 0; | + | PeaceCorps[13][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[13][5] = 0; | + | PeaceCorps[13][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[13][6] = 0; | + | PeaceCorps[13][6]=0; //Animal Husbandry |
| - | PeaceCorps[13][7] = | + | PeaceCorps[13][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[13][8] = 0; | + | PeaceCorps[13][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[13][9] = 0; | + | PeaceCorps[13][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[13][10] = 0; | + | PeaceCorps[13][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[13][11] = 0; | + | PeaceCorps[13][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[13][12] = | + | PeaceCorps[13][12]=35; //Business Advising |
| - | PeaceCorps[13][13] = 0; | + | PeaceCorps[13][13]=0; //Information Technology |
| - | PeaceCorps[13][14] = | + | PeaceCorps[13][14]=2; //Business Development |
| - | PeaceCorps[13][15] = | + | PeaceCorps[13][15]=6; //NGO Development |
| - | PeaceCorps[13][16] = 0; | + | PeaceCorps[13][16]=0; //Health Degreed |
| - | PeaceCorps[13][17] = 0; | + | PeaceCorps[13][17]=0; //Health Extension |
| - | PeaceCorps[13][18] = | + | PeaceCorps[13][18]=33; //Community Development |
| - | PeaceCorps[13][19] = | + | PeaceCorps[13][19]=26; //Youth Development |
| - | PeaceCorps[13][20] = 0; | + | PeaceCorps[13][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[13][21] = | + | PeaceCorps[13][21]=21; //Secondary Education English Teaching |
| - | PeaceCorps[13][22] = 0; | + | PeaceCorps[13][22]=0; //University English Teaching |
| - | PeaceCorps[13][23] = 0; | + | PeaceCorps[13][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[13][24] = 0; | + | PeaceCorps[13][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[13][25] = 0; | + | PeaceCorps[13][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[13][26] = | + | PeaceCorps[13][26]=3; //Secondary Education English Teacher Training |
| - | PeaceCorps[13][27] = 0; | + | PeaceCorps[13][27]=0; //Peace Corps Response |
| - | PeaceCorps[13][28] = 0; | + | PeaceCorps[13][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[14] = new Array(29); | PeaceCorps[14] = new Array(29); | ||
PeaceCorps[14][0] = 'Dominican Republic'; | PeaceCorps[14][0] = 'Dominican Republic'; | ||
| - | PeaceCorps[14][1] = 0; | + | PeaceCorps[14][1]=0; //Forestry |
| - | PeaceCorps[14][2] = | + | PeaceCorps[14][2]=7; //Protected Areas Management |
| - | PeaceCorps[14][3] = | + | PeaceCorps[14][3]=7; //Environmental Education or Awareness |
| - | PeaceCorps[14][4] = | + | PeaceCorps[14][4]=5; //Applied Agriculture Science |
| - | PeaceCorps[14][5] = 0; | + | PeaceCorps[14][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[14][6] = 0; | + | PeaceCorps[14][6]=0; //Animal Husbandry |
| - | PeaceCorps[14][7] = | + | PeaceCorps[14][7]=6; //Agriculture and Forestry Extension |
| - | PeaceCorps[14][8] = | + | PeaceCorps[14][8]=2; //Construction and Skilled Trades Education |
| - | PeaceCorps[14][9] = | + | PeaceCorps[14][9]=13; //Water and Sanitation Extension |
| - | PeaceCorps[14][10] = | + | PeaceCorps[14][10]=8; //Environmental and Water Resource Engineering |
| - | PeaceCorps[14][11] = | + | PeaceCorps[14][11]=1; //Urban and Regional Planning |
| - | PeaceCorps[14][12] = | + | PeaceCorps[14][12]=22; //Business Advising |
| - | PeaceCorps[14][13] = | + | PeaceCorps[14][13]=20; //Information Technology |
| - | PeaceCorps[14][14] = | + | PeaceCorps[14][14]=0; //Business Development |
| - | PeaceCorps[14][15] = | + | PeaceCorps[14][15]=3; //NGO Development |
| - | PeaceCorps[14][16] = | + | PeaceCorps[14][16]=17; //Health Degreed |
| - | PeaceCorps[14][17] = | + | PeaceCorps[14][17]=15; //Health Extension |
| - | PeaceCorps[14][18] = | + | PeaceCorps[14][18]=47; //Community Development |
| - | PeaceCorps[14][19] = | + | PeaceCorps[14][19]=29; //Youth Development |
| - | PeaceCorps[14][20] = | + | PeaceCorps[14][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[14][21] = | + | PeaceCorps[14][21]=18; //Secondary Education English Teaching |
| - | PeaceCorps[14][22] = 0; | + | PeaceCorps[14][22]=0; //University English Teaching |
| - | PeaceCorps[14][23] = 0; | + | PeaceCorps[14][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[14][24] = 0; | + | PeaceCorps[14][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[14][25] = | + | PeaceCorps[14][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[14][26] = 0; | + | PeaceCorps[14][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[14][27] = 0; | + | PeaceCorps[14][27]=0; //Peace Corps Response |
| - | PeaceCorps[14][28] = 0; | + | PeaceCorps[14][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[15] = new Array(29); | PeaceCorps[15] = new Array(29); | ||
PeaceCorps[15][0] = 'Eastern Caribbean'; | PeaceCorps[15][0] = 'Eastern Caribbean'; | ||
| - | PeaceCorps[15][1] = 0; | + | PeaceCorps[15][1]=0; //Forestry |
| - | PeaceCorps[15][2] = 0; | + | PeaceCorps[15][2]=0; //Protected Areas Management |
| - | PeaceCorps[15][3] = 0; | + | PeaceCorps[15][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[15][4] = 0; | + | PeaceCorps[15][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[15][5] = 0; | + | PeaceCorps[15][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[15][6] = 0; | + | PeaceCorps[15][6]=0; //Animal Husbandry |
| - | PeaceCorps[15][7] = 0; | + | PeaceCorps[15][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[15][8] = 0; | + | PeaceCorps[15][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[15][9] = 0; | + | PeaceCorps[15][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[15][10] = 0; | + | PeaceCorps[15][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[15][11] = 0; | + | PeaceCorps[15][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[15][12] = | + | PeaceCorps[15][12]=5; //Business Advising |
| - | PeaceCorps[15][13] = | + | PeaceCorps[15][13]=0; //Information Technology |
| - | PeaceCorps[15][14] = 0; | + | PeaceCorps[15][14]=0; //Business Development |
| - | PeaceCorps[15][15] = | + | PeaceCorps[15][15]=9; //NGO Development |
| - | PeaceCorps[15][16] = 0; | + | PeaceCorps[15][16]=0; //Health Degreed |
| - | PeaceCorps[15][17] = 0; | + | PeaceCorps[15][17]=0; //Health Extension |
| - | PeaceCorps[15][18] = | + | PeaceCorps[15][18]=58; //Community Development |
| - | PeaceCorps[15][19] = | + | PeaceCorps[15][19]=27; //Youth Development |
| - | PeaceCorps[15][20] = 0; | + | PeaceCorps[15][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[15][21] = | + | PeaceCorps[15][21]=1; //Secondary Education English Teaching |
| - | PeaceCorps[15][22] = 0; | + | PeaceCorps[15][22]=0; //University English Teaching |
| - | PeaceCorps[15][23] = 0; | + | PeaceCorps[15][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[15][24] = 0; | + | PeaceCorps[15][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[15][25] = | + | PeaceCorps[15][25]=8; //Special Education Teacher Training |
| - | PeaceCorps[15][26] = 0; | + | PeaceCorps[15][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[15][27] = | + | PeaceCorps[15][27]=7; //Peace Corps Response |
| - | PeaceCorps[15][28] = 0; | + | PeaceCorps[15][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[16] = new Array(29); | PeaceCorps[16] = new Array(29); | ||
PeaceCorps[16][0] = 'Ecuador'; | PeaceCorps[16][0] = 'Ecuador'; | ||
| - | PeaceCorps[16][1] = | + | PeaceCorps[16][1]=5; //Forestry |
| - | PeaceCorps[16][2] = | + | PeaceCorps[16][2]=5; //Protected Areas Management |
| - | PeaceCorps[16][3] = | + | PeaceCorps[16][3]=21; //Environmental Education or Awareness |
| - | PeaceCorps[16][4] = | + | PeaceCorps[16][4]=8; //Applied Agriculture Science |
| - | PeaceCorps[16][5] = | + | PeaceCorps[16][5]=14; //Farm Management and Agribusiness |
| - | PeaceCorps[16][6] = | + | PeaceCorps[16][6]=0; //Animal Husbandry |
| - | PeaceCorps[16][7] = | + | PeaceCorps[16][7]=14; //Agriculture and Forestry Extension |
| - | PeaceCorps[16][8] = 0; | + | PeaceCorps[16][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[16][9] = | + | PeaceCorps[16][9]=3; //Water and Sanitation Extension |
| - | PeaceCorps[16][10] = | + | PeaceCorps[16][10]=5; //Environmental and Water Resource Engineering |
| - | PeaceCorps[16][11] = | + | PeaceCorps[16][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[16][12] = | + | PeaceCorps[16][12]=17; //Business Advising |
| - | PeaceCorps[16][13] = | + | PeaceCorps[16][13]=7; //Information Technology |
| - | PeaceCorps[16][14] = 0; | + | PeaceCorps[16][14]=0; //Business Development |
| - | PeaceCorps[16][15] = | + | PeaceCorps[16][15]=1; //NGO Development |
| - | PeaceCorps[16][16] = 5; | + | PeaceCorps[16][16]=5; //Health Degreed |
| - | PeaceCorps[16][17] = | + | PeaceCorps[16][17]=51; //Health Extension |
| - | PeaceCorps[16][18] = | + | PeaceCorps[16][18]=14; //Community Development |
| - | PeaceCorps[16][19] = | + | PeaceCorps[16][19]=16; //Youth Development |
| - | PeaceCorps[16][20] = | + | PeaceCorps[16][20]=1; //Primary Education Teacher Training |
| - | PeaceCorps[16][21] = | + | PeaceCorps[16][21]=11; //Secondary Education English Teaching |
| - | PeaceCorps[16][22] = | + | PeaceCorps[16][22]=6; //University English Teaching |
| - | PeaceCorps[16][23] = 0; | + | PeaceCorps[16][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[16][24] = 0; | + | PeaceCorps[16][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[16][25] = | + | PeaceCorps[16][25]=2; //Special Education Teacher Training |
| - | PeaceCorps[16][26] = | + | PeaceCorps[16][26]=6; //Secondary Education English Teacher Training |
| - | PeaceCorps[16][27] = 0; | + | PeaceCorps[16][27]=0; //Peace Corps Response |
| - | PeaceCorps[16][28] = 0; | + | PeaceCorps[16][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[17] = new Array(29); | PeaceCorps[17] = new Array(29); | ||
PeaceCorps[17][0] = 'El Salvador'; | PeaceCorps[17][0] = 'El Salvador'; | ||
| - | PeaceCorps[17][1] = | + | PeaceCorps[17][1]=3; //Forestry |
| - | PeaceCorps[17][2] = 0; | + | PeaceCorps[17][2]=0; //Protected Areas Management |
| - | PeaceCorps[17][3] = | + | PeaceCorps[17][3]=13; //Environmental Education or Awareness |
| - | PeaceCorps[17][4] = 0; | + | PeaceCorps[17][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[17][5] = 0; | + | PeaceCorps[17][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[17][6] = 0; | + | PeaceCorps[17][6]=0; //Animal Husbandry |
| - | PeaceCorps[17][7] = | + | PeaceCorps[17][7]=4; //Agriculture and Forestry Extension |
| - | PeaceCorps[17][8] = 0; | + | PeaceCorps[17][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[17][9] = | + | PeaceCorps[17][9]=2; //Water and Sanitation Extension |
| - | PeaceCorps[17][10] = | + | PeaceCorps[17][10]=2; //Environmental and Water Resource Engineering |
| - | PeaceCorps[17][11] = 0; | + | PeaceCorps[17][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[17][12] = 9; | + | PeaceCorps[17][12]=9; //Business Advising |
| - | PeaceCorps[17][13] = | + | PeaceCorps[17][13]=1; //Information Technology |
| - | PeaceCorps[17][14] = | + | PeaceCorps[17][14]=0; //Business Development |
| - | PeaceCorps[17][15] = | + | PeaceCorps[17][15]=7; //NGO Development |
| - | PeaceCorps[17][16] = 0; | + | PeaceCorps[17][16]=0; //Health Degreed |
| - | PeaceCorps[17][17] = | + | PeaceCorps[17][17]=19; //Health Extension |
| - | PeaceCorps[17][18] = | + | PeaceCorps[17][18]=31; //Community Development |
| - | PeaceCorps[17][19] = | + | PeaceCorps[17][19]=11; //Youth Development |
| - | PeaceCorps[17][20] = 0; | + | PeaceCorps[17][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[17][21] = | + | PeaceCorps[17][21]=3; //Secondary Education English Teaching |
| - | PeaceCorps[17][22] = | + | PeaceCorps[17][22]=0; //University English Teaching |
| - | PeaceCorps[17][23] = 0; | + | PeaceCorps[17][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[17][24] = 0; | + | PeaceCorps[17][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[17][25] = 0; | + | PeaceCorps[17][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[17][26] = | + | PeaceCorps[17][26]=8; //Secondary Education English Teacher Training |
| - | PeaceCorps[17][27] = | + | PeaceCorps[17][27]=9; //Peace Corps Response |
| - | PeaceCorps[17][28] = 0; | + | PeaceCorps[17][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[18] = new Array(29); | PeaceCorps[18] = new Array(29); | ||
PeaceCorps[18][0] = 'Ethiopia'; | PeaceCorps[18][0] = 'Ethiopia'; | ||
| - | PeaceCorps[18][1] = | + | PeaceCorps[18][1]=6; //Forestry |
| - | PeaceCorps[18][2] = | + | PeaceCorps[18][2]=7; //Protected Areas Management |
| - | PeaceCorps[18][3] = | + | PeaceCorps[18][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[18][4] = 0; | + | PeaceCorps[18][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[18][5] = 0; | + | PeaceCorps[18][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[18][6] = 0; | + | PeaceCorps[18][6]=0; //Animal Husbandry |
| - | PeaceCorps[18][7] = | + | PeaceCorps[18][7]=7; //Agriculture and Forestry Extension |
| - | PeaceCorps[18][8] = 0; | + | PeaceCorps[18][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[18][9] = 0; | + | PeaceCorps[18][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[18][10] = 0; | + | PeaceCorps[18][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[18][11] = 0; | + | PeaceCorps[18][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[18][12] = | + | PeaceCorps[18][12]=22; //Business Advising |
| - | PeaceCorps[18][13] = | + | PeaceCorps[18][13]=5; //Information Technology |
| - | PeaceCorps[18][14] = 0; | + | PeaceCorps[18][14]=0; //Business Development |
| - | PeaceCorps[18][15] = | + | PeaceCorps[18][15]=8; //NGO Development |
| - | PeaceCorps[18][16] = | + | PeaceCorps[18][16]=18; //Health Degreed |
| - | PeaceCorps[18][17] = | + | PeaceCorps[18][17]=19; //Health Extension |
| - | PeaceCorps[18][18] = | + | PeaceCorps[18][18]=2; //Community Development |
| - | PeaceCorps[18][19] = | + | PeaceCorps[18][19]=3; //Youth Development |
| - | PeaceCorps[18][20] = | + | PeaceCorps[18][20]=7; //Primary Education Teacher Training |
| - | PeaceCorps[18][21] = | + | PeaceCorps[18][21]=25; //Secondary Education English Teaching |
| - | PeaceCorps[18][22] = 0; | + | PeaceCorps[18][22]=0; //University English Teaching |
| - | PeaceCorps[18][23] = 0; | + | PeaceCorps[18][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[18][24] = 0; | + | PeaceCorps[18][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[18][25] = 0; | + | PeaceCorps[18][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[18][26] = | + | PeaceCorps[18][26]=3; //Secondary Education English Teacher Training |
| - | PeaceCorps[18][27] = 0; | + | PeaceCorps[18][27]=0; //Peace Corps Response |
| - | PeaceCorps[18][28] = 0; | + | PeaceCorps[18][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[19] = new Array(29); | PeaceCorps[19] = new Array(29); | ||
PeaceCorps[19][0] = 'Fiji'; | PeaceCorps[19][0] = 'Fiji'; | ||
| - | PeaceCorps[19][1] = | + | PeaceCorps[19][1]=1; //Forestry |
| - | PeaceCorps[19][2] = | + | PeaceCorps[19][2]=9; //Protected Areas Management |
| - | PeaceCorps[19][3] = | + | PeaceCorps[19][3]=9; //Environmental Education or Awareness |
| - | PeaceCorps[19][4] = 0; | + | PeaceCorps[19][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[19][5] = | + | PeaceCorps[19][5]=1; //Farm Management and Agribusiness |
| - | PeaceCorps[19][6] = 0; | + | PeaceCorps[19][6]=0; //Animal Husbandry |
| - | PeaceCorps[19][7] = 0; | + | PeaceCorps[19][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[19][8] = 0; | + | PeaceCorps[19][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[19][9] = | + | PeaceCorps[19][9]=7; //Water and Sanitation Extension |
| - | PeaceCorps[19][10] = 0; | + | PeaceCorps[19][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[19][11] = | + | PeaceCorps[19][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[19][12] = | + | PeaceCorps[19][12]=7; //Business Advising |
| - | PeaceCorps[19][13] = 0; | + | PeaceCorps[19][13]=0; //Information Technology |
| - | PeaceCorps[19][14] = | + | PeaceCorps[19][14]=1; //Business Development |
| - | PeaceCorps[19][15] = 0; | + | PeaceCorps[19][15]=0; //NGO Development |
| - | PeaceCorps[19][16] = | + | PeaceCorps[19][16]=5; //Health Degreed |
| - | PeaceCorps[19][17] = | + | PeaceCorps[19][17]=10; //Health Extension |
| - | PeaceCorps[19][18] = | + | PeaceCorps[19][18]=3; //Community Development |
| - | PeaceCorps[19][19] = | + | PeaceCorps[19][19]=2; //Youth Development |
| - | PeaceCorps[19][20] = 0; | + | PeaceCorps[19][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[19][21] = 0; | + | PeaceCorps[19][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[19][22] = 0; | + | PeaceCorps[19][22]=0; //University English Teaching |
| - | PeaceCorps[19][23] = 0; | + | PeaceCorps[19][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[19][24] = 0; | + | PeaceCorps[19][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[19][25] = 0; | + | PeaceCorps[19][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[19][26] = 0; | + | PeaceCorps[19][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[19][27] = 0; | + | PeaceCorps[19][27]=0; //Peace Corps Response |
| - | PeaceCorps[19][28] = 0; | + | PeaceCorps[19][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[20] = new Array(29); | PeaceCorps[20] = new Array(29); | ||
PeaceCorps[20][0] = 'Gambia'; | PeaceCorps[20][0] = 'Gambia'; | ||
| - | PeaceCorps[20][1] = | + | PeaceCorps[20][1]=8; //Forestry |
| - | PeaceCorps[20][2] = | + | PeaceCorps[20][2]=1; //Protected Areas Management |
| - | PeaceCorps[20][3] = | + | PeaceCorps[20][3]=11; //Environmental Education or Awareness |
| - | PeaceCorps[20][4] = | + | PeaceCorps[20][4]=2; //Applied Agriculture Science |
| - | PeaceCorps[20][5] = 0; | + | PeaceCorps[20][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[20][6] = | + | PeaceCorps[20][6]=2; //Animal Husbandry |
| - | PeaceCorps[20][7] = | + | PeaceCorps[20][7]=9; //Agriculture and Forestry Extension |
| - | PeaceCorps[20][8] = 0; | + | PeaceCorps[20][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[20][9] = | + | PeaceCorps[20][9]=4; //Water and Sanitation Extension |
| - | PeaceCorps[20][10] = | + | PeaceCorps[20][10]=1; //Environmental and Water Resource Engineering |
| - | PeaceCorps[20][11] = 0; | + | PeaceCorps[20][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[20][12] = 0; | + | PeaceCorps[20][12]=0; //Business Advising |
| - | PeaceCorps[20][13] = | + | PeaceCorps[20][13]=8; //Information Technology |
| - | PeaceCorps[20][14] = | + | PeaceCorps[20][14]=0; //Business Development |
| - | PeaceCorps[20][15] = | + | PeaceCorps[20][15]=0; //NGO Development |
| - | PeaceCorps[20][16] = | + | PeaceCorps[20][16]=7; //Health Degreed |
| - | PeaceCorps[20][17] = | + | PeaceCorps[20][17]=10; //Health Extension |
| - | PeaceCorps[20][18] = | + | PeaceCorps[20][18]=8; //Community Development |
| - | PeaceCorps[20][19] = | + | PeaceCorps[20][19]=0; //Youth Development |
| - | PeaceCorps[20][20] = | + | PeaceCorps[20][20]=13; //Primary Education Teacher Training |
| - | PeaceCorps[20][21] = 0; | + | PeaceCorps[20][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[20][22] = 0; | + | PeaceCorps[20][22]=0; //University English Teaching |
| - | PeaceCorps[20][23] = | + | PeaceCorps[20][23]=4; //Secondary Education Math Teaching |
| - | PeaceCorps[20][24] = | + | PeaceCorps[20][24]=4; //Secondary Education Science Teaching |
| - | PeaceCorps[20][25] = 0; | + | PeaceCorps[20][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[20][26] = 1; | + | PeaceCorps[20][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[20][27] = 0; | + | PeaceCorps[20][27]=0; //Peace Corps Response |
| - | PeaceCorps[20][28] = 0; | + | PeaceCorps[20][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[21] = new Array(29); | PeaceCorps[21] = new Array(29); | ||
PeaceCorps[21][0] = 'Georgia'; | PeaceCorps[21][0] = 'Georgia'; | ||
| - | PeaceCorps[21][1] = 0; | + | PeaceCorps[21][1]=0; //Forestry |
| - | PeaceCorps[21][2] = 0; | + | PeaceCorps[21][2]=0; //Protected Areas Management |
| - | PeaceCorps[21][3] = 0; | + | PeaceCorps[21][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[21][4] = 0; | + | PeaceCorps[21][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[21][5] = 0; | + | PeaceCorps[21][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[21][6] = 0; | + | PeaceCorps[21][6]=0; //Animal Husbandry |
| - | PeaceCorps[21][7] = 0; | + | PeaceCorps[21][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[21][8] = 0; | + | PeaceCorps[21][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[21][9] = 0; | + | PeaceCorps[21][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[21][10] = 0; | + | PeaceCorps[21][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[21][11] = 0; | + | PeaceCorps[21][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[21][12] = | + | PeaceCorps[21][12]=6; //Business Advising |
| - | PeaceCorps[21][13] = 0; | + | PeaceCorps[21][13]=0; //Information Technology |
| - | PeaceCorps[21][14] = | + | PeaceCorps[21][14]=8; //Business Development |
| - | PeaceCorps[21][15] = | + | PeaceCorps[21][15]=10; //NGO Development |
| - | PeaceCorps[21][16] = 0; | + | PeaceCorps[21][16]=0; //Health Degreed |
| - | PeaceCorps[21][17] = 0; | + | PeaceCorps[21][17]=0; //Health Extension |
| - | PeaceCorps[21][18] = | + | PeaceCorps[21][18]=0; //Community Development |
| - | PeaceCorps[21][19] = 0; | + | PeaceCorps[21][19]=0; //Youth Development |
| - | PeaceCorps[21][20] = 0; | + | PeaceCorps[21][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[21][21] = | + | PeaceCorps[21][21]=45; //Secondary Education English Teaching |
| - | PeaceCorps[21][22] = 0; | + | PeaceCorps[21][22]=0; //University English Teaching |
| - | PeaceCorps[21][23] = 0; | + | PeaceCorps[21][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[21][24] = 0; | + | PeaceCorps[21][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[21][25] = 0; | + | PeaceCorps[21][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[21][26] = | + | PeaceCorps[21][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[21][27] = | + | PeaceCorps[21][27]=4; //Peace Corps Response |
| - | PeaceCorps[21][28] = 0; | + | PeaceCorps[21][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[22] = new Array(29); | PeaceCorps[22] = new Array(29); | ||
PeaceCorps[22][0] = 'Ghana'; | PeaceCorps[22][0] = 'Ghana'; | ||
| - | PeaceCorps[22][1] = | + | PeaceCorps[22][1]=4; //Forestry |
| - | PeaceCorps[22][2] = 0; | + | PeaceCorps[22][2]=0; //Protected Areas Management |
| - | PeaceCorps[22][3] = | + | PeaceCorps[22][3]=10; //Environmental Education or Awareness |
| - | PeaceCorps[22][4] = | + | PeaceCorps[22][4]=1; //Applied Agriculture Science |
| - | PeaceCorps[22][5] = | + | PeaceCorps[22][5]=4; //Farm Management and Agribusiness |
| - | PeaceCorps[22][6] = 0; | + | PeaceCorps[22][6]=0; //Animal Husbandry |
| - | PeaceCorps[22][7] = | + | PeaceCorps[22][7]=16; //Agriculture and Forestry Extension |
| - | PeaceCorps[22][8] = 0; | + | PeaceCorps[22][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[22][9] = 0; | + | PeaceCorps[22][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[22][10] = | + | PeaceCorps[22][10]=2; //Environmental and Water Resource Engineering |
| - | PeaceCorps[22][11] = 0; | + | PeaceCorps[22][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[22][12] = | + | PeaceCorps[22][12]=10; //Business Advising |
| - | PeaceCorps[22][13] = | + | PeaceCorps[22][13]=12; //Information Technology |
| - | PeaceCorps[22][14] = 0; | + | PeaceCorps[22][14]=0; //Business Development |
| - | PeaceCorps[22][15] = 0; | + | PeaceCorps[22][15]=0; //NGO Development |
| - | PeaceCorps[22][16] = 0; | + | PeaceCorps[22][16]=0; //Health Degreed |
| - | PeaceCorps[22][17] = | + | PeaceCorps[22][17]=11; //Health Extension |
| - | PeaceCorps[22][18] = | + | PeaceCorps[22][18]=16; //Community Development |
| - | PeaceCorps[22][19] = 0; | + | PeaceCorps[22][19]=0; //Youth Development |
| - | PeaceCorps[22][20] = 0; | + | PeaceCorps[22][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[22][21] = 0; | + | PeaceCorps[22][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[22][22] = 0; | + | PeaceCorps[22][22]=0; //University English Teaching |
| - | PeaceCorps[22][23] = | + | PeaceCorps[22][23]=22; //Secondary Education Math Teaching |
| - | PeaceCorps[22][24] = | + | PeaceCorps[22][24]=23; //Secondary Education Science Teaching |
| - | PeaceCorps[22][25] = 0; | + | PeaceCorps[22][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[22][26] = 0; | + | PeaceCorps[22][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[22][27] = 0; | + | PeaceCorps[22][27]=0; //Peace Corps Response |
| - | PeaceCorps[22][28] = 12; | + | PeaceCorps[22][28]=12; //Unique Skill |
| - | + | ||
PeaceCorps[23] = new Array(29); | PeaceCorps[23] = new Array(29); | ||
PeaceCorps[23][0] = 'Guatemala'; | PeaceCorps[23][0] = 'Guatemala'; | ||
| - | PeaceCorps[23][1] = 0; | + | PeaceCorps[23][1]=0; //Forestry |
| - | PeaceCorps[23][2] = | + | PeaceCorps[23][2]=6; //Protected Areas Management |
| - | PeaceCorps[23][3] = | + | PeaceCorps[23][3]=10; //Environmental Education or Awareness |
| - | PeaceCorps[23][4] = 11; | + | PeaceCorps[23][4]=11; //Applied Agriculture Science |
| - | PeaceCorps[23][5] = 7; | + | PeaceCorps[23][5]=7; //Farm Management and Agribusiness |
| - | PeaceCorps[23][6] = 0; | + | PeaceCorps[23][6]=0; //Animal Husbandry |
| - | PeaceCorps[23][7] = | + | PeaceCorps[23][7]=14; //Agriculture and Forestry Extension |
| - | PeaceCorps[23][8] = 0; | + | PeaceCorps[23][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[23][9] = | + | PeaceCorps[23][9]=1; //Water and Sanitation Extension |
| - | PeaceCorps[23][10] = 4; | + | PeaceCorps[23][10]=4; //Environmental and Water Resource Engineering |
| - | PeaceCorps[23][11] = | + | PeaceCorps[23][11]=9; //Urban and Regional Planning |
| - | PeaceCorps[23][12] = | + | PeaceCorps[23][12]=11; //Business Advising |
| - | PeaceCorps[23][13] = 0; | + | PeaceCorps[23][13]=0; //Information Technology |
| - | PeaceCorps[23][14] = | + | PeaceCorps[23][14]=3; //Business Development |
| - | PeaceCorps[23][15] = | + | PeaceCorps[23][15]=14; //NGO Development |
| - | PeaceCorps[23][16] = | + | PeaceCorps[23][16]=14; //Health Degreed |
| - | PeaceCorps[23][17] = | + | PeaceCorps[23][17]=72; //Health Extension |
| - | PeaceCorps[23][18] = | + | PeaceCorps[23][18]=49; //Community Development |
| - | PeaceCorps[23][19] = | + | PeaceCorps[23][19]=18; //Youth Development |
| - | PeaceCorps[23][20] = | + | PeaceCorps[23][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[23][21] = 0; | + | PeaceCorps[23][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[23][22] = 0; | + | PeaceCorps[23][22]=0; //University English Teaching |
| - | PeaceCorps[23][23] = 0; | + | PeaceCorps[23][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[23][24] = 0; | + | PeaceCorps[23][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[23][25] = 0; | + | PeaceCorps[23][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[23][26] = | + | PeaceCorps[23][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[23][27] = | + | PeaceCorps[23][27]=2; //Peace Corps Response |
| - | PeaceCorps[23][28] = 0; | + | PeaceCorps[23][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[24] = new Array(29); | PeaceCorps[24] = new Array(29); | ||
PeaceCorps[24][0] = 'Guinea'; | PeaceCorps[24][0] = 'Guinea'; | ||
| - | PeaceCorps[24][1] = | + | PeaceCorps[24][1]=0; //Forestry |
| - | PeaceCorps[24][2] = 0; | + | PeaceCorps[24][2]=0; //Protected Areas Management |
| - | PeaceCorps[24][3] = 0; | + | PeaceCorps[24][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[24][4] = 0; | + | PeaceCorps[24][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[24][5] = | + | PeaceCorps[24][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[24][6] = 0; | + | PeaceCorps[24][6]=0; //Animal Husbandry |
| - | PeaceCorps[24][7] = | + | PeaceCorps[24][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[24][8] = 0; | + | PeaceCorps[24][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[24][9] = 0; | + | PeaceCorps[24][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[24][10] = 0; | + | PeaceCorps[24][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[24][11] = 0; | + | PeaceCorps[24][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[24][12] = | + | PeaceCorps[24][12]=0; //Business Advising |
| - | PeaceCorps[24][13] = | + | PeaceCorps[24][13]=0; //Information Technology |
| - | PeaceCorps[24][14] = 0; | + | PeaceCorps[24][14]=0; //Business Development |
| - | PeaceCorps[24][15] = | + | PeaceCorps[24][15]=1; //NGO Development |
| - | PeaceCorps[24][16] = | + | PeaceCorps[24][16]=0; //Health Degreed |
| - | PeaceCorps[24][17] = | + | PeaceCorps[24][17]=0; //Health Extension |
| - | PeaceCorps[24][18] = | + | PeaceCorps[24][18]=0; //Community Development |
| - | PeaceCorps[24][19] = | + | PeaceCorps[24][19]=0; //Youth Development |
| - | PeaceCorps[24][20] = 0; | + | PeaceCorps[24][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[24][21] = | + | PeaceCorps[24][21]=1; //Secondary Education English Teaching |
| - | PeaceCorps[24][22] = 0; | + | PeaceCorps[24][22]=0; //University English Teaching |
| - | PeaceCorps[24][23] = | + | PeaceCorps[24][23]=10; //Secondary Education Math Teaching |
| - | PeaceCorps[24][24] = | + | PeaceCorps[24][24]=11; //Secondary Education Science Teaching |
| - | PeaceCorps[24][25] = 0; | + | PeaceCorps[24][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[24][26] = 0; | + | PeaceCorps[24][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[24][27] = | + | PeaceCorps[24][27]=7; //Peace Corps Response |
| - | PeaceCorps[24][28] = 0; | + | PeaceCorps[24][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[25] = new Array(29); | PeaceCorps[25] = new Array(29); | ||
PeaceCorps[25][0] = 'Guyana'; | PeaceCorps[25][0] = 'Guyana'; | ||
| - | PeaceCorps[25][1] = 0; | + | PeaceCorps[25][1]=0; //Forestry |
| - | PeaceCorps[25][2] = 0; | + | PeaceCorps[25][2]=0; //Protected Areas Management |
| - | PeaceCorps[25][3] = 0; | + | PeaceCorps[25][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[25][4] = 0; | + | PeaceCorps[25][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[25][5] = 0; | + | PeaceCorps[25][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[25][6] = 0; | + | PeaceCorps[25][6]=0; //Animal Husbandry |
| - | PeaceCorps[25][7] = 0; | + | PeaceCorps[25][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[25][8] = 0; | + | PeaceCorps[25][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[25][9] = 0; | + | PeaceCorps[25][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[25][10] = 0; | + | PeaceCorps[25][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[25][11] = 0; | + | PeaceCorps[25][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[25][12] = 0; | + | PeaceCorps[25][12]=0; //Business Advising |
| - | PeaceCorps[25][13] = | + | PeaceCorps[25][13]=3; //Information Technology |
| - | PeaceCorps[25][14] = 0; | + | PeaceCorps[25][14]=0; //Business Development |
| - | PeaceCorps[25][15] = 0; | + | PeaceCorps[25][15]=0; //NGO Development |
| - | PeaceCorps[25][16] = | + | PeaceCorps[25][16]=9; //Health Degreed |
| - | PeaceCorps[25][17] = | + | PeaceCorps[25][17]=14; //Health Extension |
| - | PeaceCorps[25][18] = | + | PeaceCorps[25][18]=0; //Community Development |
| - | PeaceCorps[25][19] = | + | PeaceCorps[25][19]=0; //Youth Development |
| - | PeaceCorps[25][20] = | + | PeaceCorps[25][20]=22; //Primary Education Teacher Training |
| - | PeaceCorps[25][21] = | + | PeaceCorps[25][21]=8; //Secondary Education English Teaching |
| - | PeaceCorps[25][22] = 0; | + | PeaceCorps[25][22]=0; //University English Teaching |
| - | PeaceCorps[25][23] = 0; | + | PeaceCorps[25][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[25][24] = | + | PeaceCorps[25][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[25][25] = 0; | + | PeaceCorps[25][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[25][26] = 0; | + | PeaceCorps[25][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[25][27] = | + | PeaceCorps[25][27]=6; //Peace Corps Response |
| - | PeaceCorps[25][28] = 0; | + | PeaceCorps[25][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[26] = new Array(29); | PeaceCorps[26] = new Array(29); | ||
PeaceCorps[26][0] = 'Honduras'; | PeaceCorps[26][0] = 'Honduras'; | ||
| - | PeaceCorps[26][1] = | + | PeaceCorps[26][1]=3; //Forestry |
| - | PeaceCorps[26][2] = | + | PeaceCorps[26][2]=3; //Protected Areas Management |
| - | PeaceCorps[26][3] = | + | PeaceCorps[26][3]=4; //Environmental Education or Awareness |
| - | PeaceCorps[26][4] = | + | PeaceCorps[26][4]=2; //Applied Agriculture Science |
| - | PeaceCorps[26][5] = 0; | + | PeaceCorps[26][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[26][6] = 0; | + | PeaceCorps[26][6]=0; //Animal Husbandry |
| - | PeaceCorps[26][7] = | + | PeaceCorps[26][7]=4; //Agriculture and Forestry Extension |
| - | PeaceCorps[26][8] = 0; | + | PeaceCorps[26][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[26][9] = | + | PeaceCorps[26][9]=19; //Water and Sanitation Extension |
| - | PeaceCorps[26][10] = 13; | + | PeaceCorps[26][10]=13; //Environmental and Water Resource Engineering |
| - | PeaceCorps[26][11] = | + | PeaceCorps[26][11]=8; //Urban and Regional Planning |
| - | PeaceCorps[26][12] = | + | PeaceCorps[26][12]=22; //Business Advising |
| - | PeaceCorps[26][13] = | + | PeaceCorps[26][13]=2; //Information Technology |
| - | PeaceCorps[26][14] = | + | PeaceCorps[26][14]=11; //Business Development |
| - | PeaceCorps[26][15] = | + | PeaceCorps[26][15]=0; //NGO Development |
| - | PeaceCorps[26][16] = | + | PeaceCorps[26][16]=10; //Health Degreed |
| - | PeaceCorps[26][17] = | + | PeaceCorps[26][17]=22; //Health Extension |
| - | PeaceCorps[26][18] = | + | PeaceCorps[26][18]=10; //Community Development |
| - | PeaceCorps[26][19] = | + | PeaceCorps[26][19]=10; //Youth Development |
| - | PeaceCorps[26][20] = | + | PeaceCorps[26][20]=20; //Primary Education Teacher Training |
| - | PeaceCorps[26][21] = | + | PeaceCorps[26][21]=2; //Secondary Education English Teaching |
| - | PeaceCorps[26][22] = 0; | + | PeaceCorps[26][22]=0; //University English Teaching |
| - | PeaceCorps[26][23] = 0; | + | PeaceCorps[26][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[26][24] = 0; | + | PeaceCorps[26][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[26][25] = 0; | + | PeaceCorps[26][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[26][26] = | + | PeaceCorps[26][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[26][27] = 0; | + | PeaceCorps[26][27]=0; //Peace Corps Response |
| - | PeaceCorps[26][28] = 0; | + | PeaceCorps[26][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[27] = new Array(29); | PeaceCorps[27] = new Array(29); | ||
PeaceCorps[27][0] = 'Jamaica'; | PeaceCorps[27][0] = 'Jamaica'; | ||
| - | PeaceCorps[27][1] = | + | PeaceCorps[27][1]=0; //Forestry |
| - | PeaceCorps[27][2] = 0; | + | PeaceCorps[27][2]=0; //Protected Areas Management |
| - | PeaceCorps[27][3] = | + | PeaceCorps[27][3]=7; //Environmental Education or Awareness |
| - | PeaceCorps[27][4] = | + | PeaceCorps[27][4]=1; //Applied Agriculture Science |
| - | PeaceCorps[27][5] = | + | PeaceCorps[27][5]=2; //Farm Management and Agribusiness |
| - | PeaceCorps[27][6] = 0; | + | PeaceCorps[27][6]=0; //Animal Husbandry |
| - | PeaceCorps[27][7] = | + | PeaceCorps[27][7]=2; //Agriculture and Forestry Extension |
| - | PeaceCorps[27][8] = | + | PeaceCorps[27][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[27][9] = | + | PeaceCorps[27][9]=8; //Water and Sanitation Extension |
| - | PeaceCorps[27][10] = | + | PeaceCorps[27][10]=2; //Environmental and Water Resource Engineering |
| - | PeaceCorps[27][11] = 0; | + | PeaceCorps[27][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[27][12] = | + | PeaceCorps[27][12]=0; //Business Advising |
| - | PeaceCorps[27][13] = | + | PeaceCorps[27][13]=1; //Information Technology |
| - | PeaceCorps[27][14] = 0; | + | PeaceCorps[27][14]=0; //Business Development |
| - | PeaceCorps[27][15] = | + | PeaceCorps[27][15]=2; //NGO Development |
| - | PeaceCorps[27][16] = | + | PeaceCorps[27][16]=0; //Health Degreed |
| - | PeaceCorps[27][17] = | + | PeaceCorps[27][17]=1; //Health Extension |
| - | PeaceCorps[27][18] = | + | PeaceCorps[27][18]=9; //Community Development |
| - | PeaceCorps[27][19] = | + | PeaceCorps[27][19]=6; //Youth Development |
| - | PeaceCorps[27][20] = | + | PeaceCorps[27][20]=6; //Primary Education Teacher Training |
| - | PeaceCorps[27][21] = | + | PeaceCorps[27][21]=7; //Secondary Education English Teaching |
| - | PeaceCorps[27][22] = 0; | + | PeaceCorps[27][22]=0; //University English Teaching |
| - | PeaceCorps[27][23] = 0; | + | PeaceCorps[27][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[27][24] = 0; | + | PeaceCorps[27][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[27][25] = | + | PeaceCorps[27][25]=3; //Special Education Teacher Training |
| - | PeaceCorps[27][26] = | + | PeaceCorps[27][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[27][27] = 0; | + | PeaceCorps[27][27]=0; //Peace Corps Response |
| - | PeaceCorps[27][28] = 0; | + | PeaceCorps[27][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[28] = new Array(29); | PeaceCorps[28] = new Array(29); | ||
PeaceCorps[28][0] = 'Jordan'; | PeaceCorps[28][0] = 'Jordan'; | ||
| - | PeaceCorps[28][1] = 0; | + | PeaceCorps[28][1]=0; //Forestry |
| - | PeaceCorps[28][2] = 0; | + | PeaceCorps[28][2]=0; //Protected Areas Management |
| - | PeaceCorps[28][3] = | + | PeaceCorps[28][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[28][4] = 0; | + | PeaceCorps[28][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[28][5] = 0; | + | PeaceCorps[28][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[28][6] = 0; | + | PeaceCorps[28][6]=0; //Animal Husbandry |
| - | PeaceCorps[28][7] = | + | PeaceCorps[28][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[28][8] = 0; | + | PeaceCorps[28][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[28][9] = 0; | + | PeaceCorps[28][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[28][10] = 0; | + | PeaceCorps[28][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[28][11] = 0; | + | PeaceCorps[28][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[28][12] = 0; | + | PeaceCorps[28][12]=0; //Business Advising |
| - | PeaceCorps[28][13] = 0; | + | PeaceCorps[28][13]=0; //Information Technology |
| - | PeaceCorps[28][14] = 0; | + | PeaceCorps[28][14]=0; //Business Development |
| - | PeaceCorps[28][15] = 0; | + | PeaceCorps[28][15]=0; //NGO Development |
| - | PeaceCorps[28][16] = 0; | + | PeaceCorps[28][16]=0; //Health Degreed |
| - | PeaceCorps[28][17] = | + | PeaceCorps[28][17]=6; //Health Extension |
| - | PeaceCorps[28][18] = | + | PeaceCorps[28][18]=10; //Community Development |
| - | PeaceCorps[28][19] = 0; | + | PeaceCorps[28][19]=0; //Youth Development |
| - | PeaceCorps[28][20] = 3; | + | PeaceCorps[28][20]=3; //Primary Education Teacher Training |
| - | PeaceCorps[28][21] = | + | PeaceCorps[28][21]=11; //Secondary Education English Teaching |
| - | PeaceCorps[28][22] = 0; | + | PeaceCorps[28][22]=0; //University English Teaching |
| - | PeaceCorps[28][23] = 0; | + | PeaceCorps[28][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[28][24] = 0; | + | PeaceCorps[28][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[28][25] = | + | PeaceCorps[28][25]=17; //Special Education Teacher Training |
| - | PeaceCorps[28][26] = | + | PeaceCorps[28][26]=11; //Secondary Education English Teacher Training |
| - | PeaceCorps[28][27] = 0; | + | PeaceCorps[28][27]=0; //Peace Corps Response |
| - | PeaceCorps[28][28] = 0; | + | PeaceCorps[28][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[29] = new Array(29); | PeaceCorps[29] = new Array(29); | ||
PeaceCorps[29][0] = 'Kazakhstan'; | PeaceCorps[29][0] = 'Kazakhstan'; | ||
| - | PeaceCorps[29][1] = 0; | + | PeaceCorps[29][1]=0; //Forestry |
| - | PeaceCorps[29][2] = 0; | + | PeaceCorps[29][2]=0; //Protected Areas Management |
| - | PeaceCorps[29][3] = 0; | + | PeaceCorps[29][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[29][4] = 0; | + | PeaceCorps[29][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[29][5] = 0; | + | PeaceCorps[29][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[29][6] = 0; | + | PeaceCorps[29][6]=0; //Animal Husbandry |
| - | PeaceCorps[29][7] = 0; | + | PeaceCorps[29][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[29][8] = 0; | + | PeaceCorps[29][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[29][9] = 0; | + | PeaceCorps[29][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[29][10] = 0; | + | PeaceCorps[29][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[29][11] = 0; | + | PeaceCorps[29][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[29][12] = 0; | + | PeaceCorps[29][12]=0; //Business Advising |
| - | PeaceCorps[29][13] = 0; | + | PeaceCorps[29][13]=0; //Information Technology |
| - | PeaceCorps[29][14] = | + | PeaceCorps[29][14]=2; //Business Development |
| - | PeaceCorps[29][15] = | + | PeaceCorps[29][15]=2; //NGO Development |
| - | PeaceCorps[29][16] = 0; | + | PeaceCorps[29][16]=0; //Health Degreed |
| - | PeaceCorps[29][17] = 0; | + | PeaceCorps[29][17]=0; //Health Extension |
| - | PeaceCorps[29][18] = | + | PeaceCorps[29][18]=14; //Community Development |
| - | PeaceCorps[29][19] = | + | PeaceCorps[29][19]=3; //Youth Development |
| - | PeaceCorps[29][20] = 9; | + | PeaceCorps[29][20]=9; //Primary Education Teacher Training |
| - | PeaceCorps[29][21] = | + | PeaceCorps[29][21]=81; //Secondary Education English Teaching |
| - | PeaceCorps[29][22] = | + | PeaceCorps[29][22]=4; //University English Teaching |
| - | PeaceCorps[29][23] = 0; | + | PeaceCorps[29][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[29][24] = 0; | + | PeaceCorps[29][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[29][25] = | + | PeaceCorps[29][25]=1; //Special Education Teacher Training |
| - | PeaceCorps[29][26] = | + | PeaceCorps[29][26]=6; //Secondary Education English Teacher Training |
| - | PeaceCorps[29][27] = | + | PeaceCorps[29][27]=4; //Peace Corps Response |
| - | PeaceCorps[29][28] = 0; | + | PeaceCorps[29][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[30] = new Array(29); | PeaceCorps[30] = new Array(29); | ||
PeaceCorps[30][0] = 'Kenya'; | PeaceCorps[30][0] = 'Kenya'; | ||
| - | PeaceCorps[30][1] = 0; | + | PeaceCorps[30][1]=0; //Forestry |
| - | PeaceCorps[30][2] = 0; | + | PeaceCorps[30][2]=0; //Protected Areas Management |
| - | PeaceCorps[30][3] = 0; | + | PeaceCorps[30][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[30][4] = 0; | + | PeaceCorps[30][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[30][5] = 0; | + | PeaceCorps[30][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[30][6] = 0; | + | PeaceCorps[30][6]=0; //Animal Husbandry |
| - | PeaceCorps[30][7] = 0; | + | PeaceCorps[30][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[30][8] = 0; | + | PeaceCorps[30][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[30][9] = 0; | + | PeaceCorps[30][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[30][10] = 0; | + | PeaceCorps[30][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[30][11] = 0; | + | PeaceCorps[30][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[30][12] = | + | PeaceCorps[30][12]=23; //Business Advising |
| - | PeaceCorps[30][13] = | + | PeaceCorps[30][13]=1; //Information Technology |
| - | PeaceCorps[30][14] = | + | PeaceCorps[30][14]=15; //Business Development |
| - | PeaceCorps[30][15] = 0; | + | PeaceCorps[30][15]=0; //NGO Development |
| - | PeaceCorps[30][16] = | + | PeaceCorps[30][16]=10; //Health Degreed |
| - | PeaceCorps[30][17] = | + | PeaceCorps[30][17]=27; //Health Extension |
| - | PeaceCorps[30][18] = | + | PeaceCorps[30][18]=8; //Community Development |
| - | PeaceCorps[30][19] = 0; | + | PeaceCorps[30][19]=0; //Youth Development |
| - | PeaceCorps[30][20] = 0; | + | PeaceCorps[30][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[30][21] = 0; | + | PeaceCorps[30][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[30][22] = 0; | + | PeaceCorps[30][22]=0; //University English Teaching |
| - | PeaceCorps[30][23] = | + | PeaceCorps[30][23]=5; //Secondary Education Math Teaching |
| - | PeaceCorps[30][24] = | + | PeaceCorps[30][24]=26; //Secondary Education Science Teaching |
| - | PeaceCorps[30][25] = | + | PeaceCorps[30][25]=15; //Special Education Teacher Training |
| - | PeaceCorps[30][26] = 0; | + | PeaceCorps[30][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[30][27] = | + | PeaceCorps[30][27]=2; //Peace Corps Response |
| - | PeaceCorps[30][28] = 0; | + | PeaceCorps[30][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[31] = new Array(29); | PeaceCorps[31] = new Array(29); | ||
PeaceCorps[31][0] = 'Kyrgyzstan'; | PeaceCorps[31][0] = 'Kyrgyzstan'; | ||
| - | PeaceCorps[31][1] = 0; | + | PeaceCorps[31][1]=0; //Forestry |
| - | PeaceCorps[31][2] = 0; | + | PeaceCorps[31][2]=0; //Protected Areas Management |
| - | PeaceCorps[31][3] = 0; | + | PeaceCorps[31][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[31][4] = 0; | + | PeaceCorps[31][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[31][5] = 0; | + | PeaceCorps[31][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[31][6] = 0; | + | PeaceCorps[31][6]=0; //Animal Husbandry |
| - | PeaceCorps[31][7] = 0; | + | PeaceCorps[31][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[31][8] = 0; | + | PeaceCorps[31][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[31][9] = 0; | + | PeaceCorps[31][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[31][10] = 0; | + | PeaceCorps[31][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[31][11] = 0; | + | PeaceCorps[31][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[31][12] = 6; | + | PeaceCorps[31][12]=6; //Business Advising |
| - | PeaceCorps[31][13] = 0; | + | PeaceCorps[31][13]=0; //Information Technology |
| - | PeaceCorps[31][14] = 0; | + | PeaceCorps[31][14]=0; //Business Development |
| - | PeaceCorps[31][15] = | + | PeaceCorps[31][15]=4; //NGO Development |
| - | PeaceCorps[31][16] = | + | PeaceCorps[31][16]=3; //Health Degreed |
| - | PeaceCorps[31][17] = | + | PeaceCorps[31][17]=12; //Health Extension |
| - | PeaceCorps[31][18] = | + | PeaceCorps[31][18]=10; //Community Development |
| - | PeaceCorps[31][19] = 0; | + | PeaceCorps[31][19]=0; //Youth Development |
| - | PeaceCorps[31][20] = 0; | + | PeaceCorps[31][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[31][21] = | + | PeaceCorps[31][21]=43; //Secondary Education English Teaching |
| - | PeaceCorps[31][22] = | + | PeaceCorps[31][22]=5; //University English Teaching |
| - | PeaceCorps[31][23] = 0; | + | PeaceCorps[31][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[31][24] = 0; | + | PeaceCorps[31][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[31][25] = 0; | + | PeaceCorps[31][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[31][26] = | + | PeaceCorps[31][26]=6; //Secondary Education English Teacher Training |
| - | PeaceCorps[31][27] = 0; | + | PeaceCorps[31][27]=0; //Peace Corps Response |
| - | PeaceCorps[31][28] = 0; | + | PeaceCorps[31][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[32] = new Array(29); | PeaceCorps[32] = new Array(29); | ||
PeaceCorps[32][0] = 'Lesotho'; | PeaceCorps[32][0] = 'Lesotho'; | ||
| - | PeaceCorps[32][1] = 0; | + | PeaceCorps[32][1]=0; //Forestry |
| - | PeaceCorps[32][2] = 0; | + | PeaceCorps[32][2]=0; //Protected Areas Management |
| - | PeaceCorps[32][3] = 0; | + | PeaceCorps[32][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[32][4] = | + | PeaceCorps[32][4]=5; //Applied Agriculture Science |
| - | PeaceCorps[32][5] = 0; | + | PeaceCorps[32][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[32][6] = 0; | + | PeaceCorps[32][6]=0; //Animal Husbandry |
| - | PeaceCorps[32][7] = 0; | + | PeaceCorps[32][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[32][8] = 0; | + | PeaceCorps[32][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[32][9] = 0; | + | PeaceCorps[32][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[32][10] = 0; | + | PeaceCorps[32][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[32][11] = | + | PeaceCorps[32][11]=2; //Urban and Regional Planning |
| - | PeaceCorps[32][12] = | + | PeaceCorps[32][12]=4; //Business Advising |
| - | PeaceCorps[32][13] = 0; | + | PeaceCorps[32][13]=0; //Information Technology |
| - | PeaceCorps[32][14] = 0; | + | PeaceCorps[32][14]=0; //Business Development |
| - | PeaceCorps[32][15] = | + | PeaceCorps[32][15]=0; //NGO Development |
| - | PeaceCorps[32][16] = | + | PeaceCorps[32][16]=0; //Health Degreed |
| - | PeaceCorps[32][17] = | + | PeaceCorps[32][17]=16; //Health Extension |
| - | PeaceCorps[32][18] = | + | PeaceCorps[32][18]=15; //Community Development |
| - | PeaceCorps[32][19] = 0; | + | PeaceCorps[32][19]=0; //Youth Development |
| - | PeaceCorps[32][20] = | + | PeaceCorps[32][20]=7; //Primary Education Teacher Training |
| - | PeaceCorps[32][21] = | + | PeaceCorps[32][21]=2; //Secondary Education English Teaching |
| - | PeaceCorps[32][22] = 0; | + | PeaceCorps[32][22]=0; //University English Teaching |
| - | PeaceCorps[32][23] = | + | PeaceCorps[32][23]=5; //Secondary Education Math Teaching |
| - | PeaceCorps[32][24] = | + | PeaceCorps[32][24]=6; //Secondary Education Science Teaching |
| - | PeaceCorps[32][25] = 0; | + | PeaceCorps[32][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[32][26] = 0; | + | PeaceCorps[32][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[32][27] = | + | PeaceCorps[32][27]=1; //Peace Corps Response |
| - | PeaceCorps[32][28] = 0; | + | PeaceCorps[32][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[33] = new Array(29); | PeaceCorps[33] = new Array(29); | ||
PeaceCorps[33][0] = 'Liberia'; | PeaceCorps[33][0] = 'Liberia'; | ||
| - | PeaceCorps[33][1] = 0; | + | PeaceCorps[33][1]=0; //Forestry |
| - | PeaceCorps[33][2] = 0; | + | PeaceCorps[33][2]=0; //Protected Areas Management |
| - | PeaceCorps[33][3] = 0; | + | PeaceCorps[33][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[33][4] = 0; | + | PeaceCorps[33][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[33][5] = 0; | + | PeaceCorps[33][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[33][6] = 0; | + | PeaceCorps[33][6]=0; //Animal Husbandry |
| - | PeaceCorps[33][7] = 0; | + | PeaceCorps[33][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[33][8] = 0; | + | PeaceCorps[33][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[33][9] = 0; | + | PeaceCorps[33][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[33][10] = 0; | + | PeaceCorps[33][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[33][11] = 0; | + | PeaceCorps[33][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[33][12] = 0; | + | PeaceCorps[33][12]=0; //Business Advising |
| - | PeaceCorps[33][13] = 0; | + | PeaceCorps[33][13]=0; //Information Technology |
| - | PeaceCorps[33][14] = 0; | + | PeaceCorps[33][14]=0; //Business Development |
| - | PeaceCorps[33][15] = 0; | + | PeaceCorps[33][15]=0; //NGO Development |
| - | PeaceCorps[33][16] = 0; | + | PeaceCorps[33][16]=0; //Health Degreed |
| - | PeaceCorps[33][17] = 0; | + | PeaceCorps[33][17]=0; //Health Extension |
| - | PeaceCorps[33][18] = 0; | + | PeaceCorps[33][18]=0; //Community Development |
| - | PeaceCorps[33][19] = 0; | + | PeaceCorps[33][19]=0; //Youth Development |
| - | PeaceCorps[33][20] = 0; | + | PeaceCorps[33][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[33][21] = | + | PeaceCorps[33][21]=12; //Secondary Education English Teaching |
| - | PeaceCorps[33][22] = 0; | + | PeaceCorps[33][22]=0; //University English Teaching |
| - | PeaceCorps[33][23] = | + | PeaceCorps[33][23]=7; //Secondary Education Math Teaching |
| - | PeaceCorps[33][24] = | + | PeaceCorps[33][24]=12; //Secondary Education Science Teaching |
| - | PeaceCorps[33][25] = 0; | + | PeaceCorps[33][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[33][26] = 0; | + | PeaceCorps[33][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[33][27] = | + | PeaceCorps[33][27]=7; //Peace Corps Response |
| - | PeaceCorps[33][28] = 0; | + | PeaceCorps[33][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[34] = new Array(29); | PeaceCorps[34] = new Array(29); | ||
PeaceCorps[34][0] = 'Macedonia'; | PeaceCorps[34][0] = 'Macedonia'; | ||
| - | PeaceCorps[34][1] = 0; | + | PeaceCorps[34][1]=0; //Forestry |
| - | PeaceCorps[34][2] = 0; | + | PeaceCorps[34][2]=0; //Protected Areas Management |
| - | PeaceCorps[34][3] = 0; | + | PeaceCorps[34][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[34][4] = 0; | + | PeaceCorps[34][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[34][5] = 0; | + | PeaceCorps[34][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[34][6] = 0; | + | PeaceCorps[34][6]=0; //Animal Husbandry |
| - | PeaceCorps[34][7] = 0; | + | PeaceCorps[34][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[34][8] = 0; | + | PeaceCorps[34][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[34][9] = 0; | + | PeaceCorps[34][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[34][10] = 0; | + | PeaceCorps[34][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[34][11] = | + | PeaceCorps[34][11]=3; //Urban and Regional Planning |
| - | PeaceCorps[34][12] = | + | PeaceCorps[34][12]=1; //Business Advising |
| - | PeaceCorps[34][13] = 0; | + | PeaceCorps[34][13]=0; //Information Technology |
| - | PeaceCorps[34][14] = | + | PeaceCorps[34][14]=11; //Business Development |
| - | PeaceCorps[34][15] = | + | PeaceCorps[34][15]=19; //NGO Development |
| - | PeaceCorps[34][16] = 0; | + | PeaceCorps[34][16]=0; //Health Degreed |
| - | PeaceCorps[34][17] = 0; | + | PeaceCorps[34][17]=0; //Health Extension |
| - | PeaceCorps[34][18] = 0; | + | PeaceCorps[34][18]=0; //Community Development |
| - | PeaceCorps[34][19] = | + | PeaceCorps[34][19]=9; //Youth Development |
| - | PeaceCorps[34][20] = | + | PeaceCorps[34][20]=40; //Primary Education Teacher Training |
| - | PeaceCorps[34][21] = | + | PeaceCorps[34][21]=21; //Secondary Education English Teaching |
| - | PeaceCorps[34][22] = 0; | + | PeaceCorps[34][22]=0; //University English Teaching |
| - | PeaceCorps[34][23] = 0; | + | PeaceCorps[34][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[34][24] = 0; | + | PeaceCorps[34][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[34][25] = 0; | + | PeaceCorps[34][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[34][26] = 0; | + | PeaceCorps[34][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[34][27] = | + | PeaceCorps[34][27]=1; //Peace Corps Response |
| - | PeaceCorps[34][28] = | + | PeaceCorps[34][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[35] = new Array(29); | PeaceCorps[35] = new Array(29); | ||
PeaceCorps[35][0] = 'Malawi'; | PeaceCorps[35][0] = 'Malawi'; | ||
| - | PeaceCorps[35][1] = | + | PeaceCorps[35][1]=5; //Forestry |
| - | PeaceCorps[35][2] = 0; | + | PeaceCorps[35][2]=0; //Protected Areas Management |
| - | PeaceCorps[35][3] = | + | PeaceCorps[35][3]=6; //Environmental Education or Awareness |
| - | PeaceCorps[35][4] = | + | PeaceCorps[35][4]=2; //Applied Agriculture Science |
| - | PeaceCorps[35][5] = | + | PeaceCorps[35][5]=4; //Farm Management and Agribusiness |
| - | PeaceCorps[35][6] = 0; | + | PeaceCorps[35][6]=0; //Animal Husbandry |
| - | PeaceCorps[35][7] = | + | PeaceCorps[35][7]=12; //Agriculture and Forestry Extension |
| - | PeaceCorps[35][8] = 0; | + | PeaceCorps[35][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[35][9] = 0; | + | PeaceCorps[35][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[35][10] = 0; | + | PeaceCorps[35][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[35][11] = 0; | + | PeaceCorps[35][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[35][12] = | + | PeaceCorps[35][12]=9; //Business Advising |
| - | PeaceCorps[35][13] = 0; | + | PeaceCorps[35][13]=0; //Information Technology |
| - | PeaceCorps[35][14] = | + | PeaceCorps[35][14]=1; //Business Development |
| - | PeaceCorps[35][15] = | + | PeaceCorps[35][15]=4; //NGO Development |
| - | PeaceCorps[35][16] = 6; | + | PeaceCorps[35][16]=6; //Health Degreed |
| - | PeaceCorps[35][17] = | + | PeaceCorps[35][17]=13; //Health Extension |
| - | PeaceCorps[35][18] = 14; | + | PeaceCorps[35][18]=14; //Community Development |
| - | PeaceCorps[35][19] = 0; | + | PeaceCorps[35][19]=0; //Youth Development |
| - | PeaceCorps[35][20] = 0; | + | PeaceCorps[35][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[35][21] = | + | PeaceCorps[35][21]=13; //Secondary Education English Teaching |
| - | PeaceCorps[35][22] = 0; | + | PeaceCorps[35][22]=0; //University English Teaching |
| - | PeaceCorps[35][23] = | + | PeaceCorps[35][23]=6; //Secondary Education Math Teaching |
| - | PeaceCorps[35][24] = | + | PeaceCorps[35][24]=15; //Secondary Education Science Teaching |
| - | PeaceCorps[35][25] = 0; | + | PeaceCorps[35][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[35][26] = | + | PeaceCorps[35][26]=7; //Secondary Education English Teacher Training |
| - | PeaceCorps[35][27] = 9; | + | PeaceCorps[35][27]=9; //Peace Corps Response |
| - | PeaceCorps[35][28] = 0; | + | PeaceCorps[35][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[36] = new Array(29); | PeaceCorps[36] = new Array(29); | ||
PeaceCorps[36][0] = 'Mali'; | PeaceCorps[36][0] = 'Mali'; | ||
| - | PeaceCorps[36][1] = | + | PeaceCorps[36][1]=0; //Forestry |
| - | PeaceCorps[36][2] = 0; | + | PeaceCorps[36][2]=0; //Protected Areas Management |
| - | PeaceCorps[36][3] = | + | PeaceCorps[36][3]=2; //Environmental Education or Awareness |
| - | PeaceCorps[36][4] = | + | PeaceCorps[36][4]=2; //Applied Agriculture Science |
| - | PeaceCorps[36][5] = | + | PeaceCorps[36][5]=1; //Farm Management and Agribusiness |
| - | PeaceCorps[36][6] = 0; | + | PeaceCorps[36][6]=0; //Animal Husbandry |
| - | PeaceCorps[36][7] = | + | PeaceCorps[36][7]=17; //Agriculture and Forestry Extension |
| - | PeaceCorps[36][8] = 0; | + | PeaceCorps[36][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[36][9] = | + | PeaceCorps[36][9]=22; //Water and Sanitation Extension |
| - | PeaceCorps[36][10] = | + | PeaceCorps[36][10]=6; //Environmental and Water Resource Engineering |
| - | PeaceCorps[36][11] = 0; | + | PeaceCorps[36][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[36][12] = | + | PeaceCorps[36][12]=14; //Business Advising |
| - | PeaceCorps[36][13] = 0; | + | PeaceCorps[36][13]=0; //Information Technology |
| - | PeaceCorps[36][14] = 0; | + | PeaceCorps[36][14]=0; //Business Development |
| - | PeaceCorps[36][15] = 1; | + | PeaceCorps[36][15]=1; //NGO Development |
| - | PeaceCorps[36][16] = 1; | + | PeaceCorps[36][16]=1; //Health Degreed |
| - | PeaceCorps[36][17] = | + | PeaceCorps[36][17]=21; //Health Extension |
| - | PeaceCorps[36][18] = | + | PeaceCorps[36][18]=72; //Community Development |
| - | PeaceCorps[36][19] = 0; | + | PeaceCorps[36][19]=0; //Youth Development |
| - | PeaceCorps[36][20] = 0; | + | PeaceCorps[36][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[36][21] = 1; | + | PeaceCorps[36][21]=1; //Secondary Education English Teaching |
| - | PeaceCorps[36][22] = | + | PeaceCorps[36][22]=1; //University English Teaching |
| - | PeaceCorps[36][23] = | + | PeaceCorps[36][23]=1; //Secondary Education Math Teaching |
| - | PeaceCorps[36][24] = | + | PeaceCorps[36][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[36][25] = 0; | + | PeaceCorps[36][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[36][26] = 0; | + | PeaceCorps[36][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[36][27] = | + | PeaceCorps[36][27]=3; //Peace Corps Response |
| - | PeaceCorps[36][28] = 0; | + | PeaceCorps[36][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[37] = new Array(29); | PeaceCorps[37] = new Array(29); | ||
PeaceCorps[37][0] = 'Mexico'; | PeaceCorps[37][0] = 'Mexico'; | ||
| - | PeaceCorps[37][1] = 5; | + | PeaceCorps[37][1]=5; //Forestry |
| - | PeaceCorps[37][2] = | + | PeaceCorps[37][2]=2; //Protected Areas Management |
| - | PeaceCorps[37][3] = | + | PeaceCorps[37][3]=3; //Environmental Education or Awareness |
| - | PeaceCorps[37][4] = 0; | + | PeaceCorps[37][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[37][5] = 0; | + | PeaceCorps[37][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[37][6] = 0; | + | PeaceCorps[37][6]=0; //Animal Husbandry |
| - | PeaceCorps[37][7] = 1; | + | PeaceCorps[37][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[37][8] = 0; | + | PeaceCorps[37][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[37][9] = 0; | + | PeaceCorps[37][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[37][10] = | + | PeaceCorps[37][10]=3; //Environmental and Water Resource Engineering |
| - | PeaceCorps[37][11] = 0; | + | PeaceCorps[37][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[37][12] = | + | PeaceCorps[37][12]=6; //Business Advising |
| - | PeaceCorps[37][13] = | + | PeaceCorps[37][13]=0; //Information Technology |
| - | PeaceCorps[37][14] = | + | PeaceCorps[37][14]=3; //Business Development |
| - | PeaceCorps[37][15] = | + | PeaceCorps[37][15]=0; //NGO Development |
| - | PeaceCorps[37][16] = 0; | + | PeaceCorps[37][16]=0; //Health Degreed |
| - | PeaceCorps[37][17] = | + | PeaceCorps[37][17]=1; //Health Extension |
| - | PeaceCorps[37][18] = 0; | + | PeaceCorps[37][18]=0; //Community Development |
| - | PeaceCorps[37][19] = 0; | + | PeaceCorps[37][19]=0; //Youth Development |
| - | PeaceCorps[37][20] = 0; | + | PeaceCorps[37][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[37][21] = 0; | + | PeaceCorps[37][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[37][22] = | + | PeaceCorps[37][22]=1; //University English Teaching |
| - | PeaceCorps[37][23] = 0; | + | PeaceCorps[37][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[37][24] = 0; | + | PeaceCorps[37][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[37][25] = 0; | + | PeaceCorps[37][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[37][26] = 0; | + | PeaceCorps[37][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[37][27] = | + | PeaceCorps[37][27]=1; //Peace Corps Response |
| - | PeaceCorps[37][28] = | + | PeaceCorps[37][28]=60; //Unique Skill |
| - | + | ||
PeaceCorps[38] = new Array(29); | PeaceCorps[38] = new Array(29); | ||
PeaceCorps[38][0] = 'Micronesia'; | PeaceCorps[38][0] = 'Micronesia'; | ||
| - | PeaceCorps[38][1] = 0; | + | PeaceCorps[38][1]=0; //Forestry |
| - | PeaceCorps[38][2] = 0; | + | PeaceCorps[38][2]=0; //Protected Areas Management |
| - | PeaceCorps[38][3] = 0; | + | PeaceCorps[38][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[38][4] = 0; | + | PeaceCorps[38][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[38][5] = 0; | + | PeaceCorps[38][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[38][6] = 0; | + | PeaceCorps[38][6]=0; //Animal Husbandry |
| - | PeaceCorps[38][7] = | + | PeaceCorps[38][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[38][8] = 0; | + | PeaceCorps[38][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[38][9] = 0; | + | PeaceCorps[38][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[38][10] = 0; | + | PeaceCorps[38][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[38][11] = 0; | + | PeaceCorps[38][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[38][12] = 0; | + | PeaceCorps[38][12]=0; //Business Advising |
| - | PeaceCorps[38][13] = 0; | + | PeaceCorps[38][13]=0; //Information Technology |
| - | PeaceCorps[38][14] = 0; | + | PeaceCorps[38][14]=0; //Business Development |
| - | PeaceCorps[38][15] = 0; | + | PeaceCorps[38][15]=0; //NGO Development |
| - | PeaceCorps[38][16] = 0; | + | PeaceCorps[38][16]=0; //Health Degreed |
| - | PeaceCorps[38][17] = | + | PeaceCorps[38][17]=0; //Health Extension |
| - | PeaceCorps[38][18] = | + | PeaceCorps[38][18]=0; //Community Development |
| - | PeaceCorps[38][19] = | + | PeaceCorps[38][19]=0; //Youth Development |
| - | PeaceCorps[38][20] = | + | PeaceCorps[38][20]=16; //Primary Education Teacher Training |
| - | PeaceCorps[38][21] = | + | PeaceCorps[38][21]=19; //Secondary Education English Teaching |
| - | PeaceCorps[38][22] = 0; | + | PeaceCorps[38][22]=0; //University English Teaching |
| - | PeaceCorps[38][23] = 0; | + | PeaceCorps[38][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[38][24] = 0; | + | PeaceCorps[38][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[38][25] = 0; | + | PeaceCorps[38][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[38][26] = 0; | + | PeaceCorps[38][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[38][27] = 0; | + | PeaceCorps[38][27]=0; //Peace Corps Response |
| - | PeaceCorps[38][28] = 0; | + | PeaceCorps[38][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[39] = new Array(29); | PeaceCorps[39] = new Array(29); | ||
PeaceCorps[39][0] = 'Moldova'; | PeaceCorps[39][0] = 'Moldova'; | ||
| - | PeaceCorps[39][1] = 0; | + | PeaceCorps[39][1]=0; //Forestry |
| - | PeaceCorps[39][2] = 0; | + | PeaceCorps[39][2]=0; //Protected Areas Management |
| - | PeaceCorps[39][3] = 0; | + | PeaceCorps[39][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[39][4] = | + | PeaceCorps[39][4]=1; //Applied Agriculture Science |
| - | PeaceCorps[39][5] = | + | PeaceCorps[39][5]=9; //Farm Management and Agribusiness |
| - | PeaceCorps[39][6] = 0; | + | PeaceCorps[39][6]=0; //Animal Husbandry |
| - | PeaceCorps[39][7] = 0; | + | PeaceCorps[39][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[39][8] = 0; | + | PeaceCorps[39][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[39][9] = 0; | + | PeaceCorps[39][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[39][10] = 0; | + | PeaceCorps[39][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[39][11] = 0; | + | PeaceCorps[39][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[39][12] = | + | PeaceCorps[39][12]=15; //Business Advising |
| - | PeaceCorps[39][13] = 0; | + | PeaceCorps[39][13]=0; //Information Technology |
| - | PeaceCorps[39][14] = | + | PeaceCorps[39][14]=0; //Business Development |
| - | PeaceCorps[39][15] = 12; | + | PeaceCorps[39][15]=12; //NGO Development |
| - | PeaceCorps[39][16] = 2; | + | PeaceCorps[39][16]=2; //Health Degreed |
| - | PeaceCorps[39][17] = | + | PeaceCorps[39][17]=11; //Health Extension |
| - | PeaceCorps[39][18] = | + | PeaceCorps[39][18]=15; //Community Development |
| - | PeaceCorps[39][19] = 18; | + | PeaceCorps[39][19]=18; //Youth Development |
| - | PeaceCorps[39][20] = | + | PeaceCorps[39][20]=11; //Primary Education Teacher Training |
| - | PeaceCorps[39][21] = | + | PeaceCorps[39][21]=25; //Secondary Education English Teaching |
| - | PeaceCorps[39][22] = | + | PeaceCorps[39][22]=0; //University English Teaching |
| - | PeaceCorps[39][23] = 0; | + | PeaceCorps[39][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[39][24] = 0; | + | PeaceCorps[39][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[39][25] = 0; | + | PeaceCorps[39][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[39][26] = | + | PeaceCorps[39][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[39][27] = 0; | + | PeaceCorps[39][27]=0; //Peace Corps Response |
| - | PeaceCorps[39][28] = 0; | + | PeaceCorps[39][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[40] = new Array(29); | PeaceCorps[40] = new Array(29); | ||
PeaceCorps[40][0] = 'Mongolia'; | PeaceCorps[40][0] = 'Mongolia'; | ||
| - | PeaceCorps[40][1] = 0; | + | PeaceCorps[40][1]=0; //Forestry |
| - | PeaceCorps[40][2] = 0; | + | PeaceCorps[40][2]=0; //Protected Areas Management |
| - | PeaceCorps[40][3] = 0; | + | PeaceCorps[40][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[40][4] = 0; | + | PeaceCorps[40][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[40][5] = 0; | + | PeaceCorps[40][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[40][6] = 0; | + | PeaceCorps[40][6]=0; //Animal Husbandry |
| - | PeaceCorps[40][7] = 0; | + | PeaceCorps[40][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[40][8] = 0; | + | PeaceCorps[40][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[40][9] = 0; | + | PeaceCorps[40][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[40][10] = 0; | + | PeaceCorps[40][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[40][11] = 0; | + | PeaceCorps[40][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[40][12] = | + | PeaceCorps[40][12]=8; //Business Advising |
| - | PeaceCorps[40][13] = 0; | + | PeaceCorps[40][13]=0; //Information Technology |
| - | PeaceCorps[40][14] = | + | PeaceCorps[40][14]=3; //Business Development |
| - | PeaceCorps[40][15] = 0; | + | PeaceCorps[40][15]=0; //NGO Development |
| - | PeaceCorps[40][16] = | + | PeaceCorps[40][16]=6; //Health Degreed |
| - | PeaceCorps[40][17] = 8; | + | PeaceCorps[40][17]=8; //Health Extension |
| - | PeaceCorps[40][18] = | + | PeaceCorps[40][18]=8; //Community Development |
| - | PeaceCorps[40][19] = | + | PeaceCorps[40][19]=6; //Youth Development |
| - | PeaceCorps[40][20] = 7; | + | PeaceCorps[40][20]=7; //Primary Education Teacher Training |
| - | PeaceCorps[40][21] = | + | PeaceCorps[40][21]=71; //Secondary Education English Teaching |
| - | PeaceCorps[40][22] = 5; | + | PeaceCorps[40][22]=5; //University English Teaching |
| - | PeaceCorps[40][23] = 0; | + | PeaceCorps[40][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[40][24] = 0; | + | PeaceCorps[40][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[40][25] = 0; | + | PeaceCorps[40][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[40][26] = | + | PeaceCorps[40][26]=13; //Secondary Education English Teacher Training |
| - | PeaceCorps[40][27] = | + | PeaceCorps[40][27]=1; //Peace Corps Response |
| - | PeaceCorps[40][28] = 0; | + | PeaceCorps[40][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[41] = new Array(29); | PeaceCorps[41] = new Array(29); | ||
PeaceCorps[41][0] = 'Morocco'; | PeaceCorps[41][0] = 'Morocco'; | ||
| - | PeaceCorps[41][1] = | + | PeaceCorps[41][1]=13; //Forestry |
| - | PeaceCorps[41][2] = | + | PeaceCorps[41][2]=0; //Protected Areas Management |
| - | PeaceCorps[41][3] = | + | PeaceCorps[41][3]=27; //Environmental Education or Awareness |
| - | PeaceCorps[41][4] = 0; | + | PeaceCorps[41][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[41][5] = | + | PeaceCorps[41][5]=1; //Farm Management and Agribusiness |
| - | PeaceCorps[41][6] = 0; | + | PeaceCorps[41][6]=0; //Animal Husbandry |
| - | PeaceCorps[41][7] = 0; | + | PeaceCorps[41][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[41][8] = 0; | + | PeaceCorps[41][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[41][9] = 0; | + | PeaceCorps[41][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[41][10] = 0; | + | PeaceCorps[41][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[41][11] = | + | PeaceCorps[41][11]=1; //Urban and Regional Planning |
| - | PeaceCorps[41][12] = | + | PeaceCorps[41][12]=24; //Business Advising |
| - | PeaceCorps[41][13] = 0; | + | PeaceCorps[41][13]=0; //Information Technology |
| - | PeaceCorps[41][14] = | + | PeaceCorps[41][14]=4; //Business Development |
| - | PeaceCorps[41][15] = | + | PeaceCorps[41][15]=15; //NGO Development |
| - | PeaceCorps[41][16] = 0; | + | PeaceCorps[41][16]=0; //Health Degreed |
| - | PeaceCorps[41][17] = | + | PeaceCorps[41][17]=74; //Health Extension |
| - | PeaceCorps[41][18] = | + | PeaceCorps[41][18]=45; //Community Development |
| - | PeaceCorps[41][19] = 0; | + | PeaceCorps[41][19]=0; //Youth Development |
| - | PeaceCorps[41][20] = 0; | + | PeaceCorps[41][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[41][21] = | + | PeaceCorps[41][21]=48; //Secondary Education English Teaching |
| - | PeaceCorps[41][22] = 0; | + | PeaceCorps[41][22]=0; //University English Teaching |
| - | PeaceCorps[41][23] = 0; | + | PeaceCorps[41][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[41][24] = 0; | + | PeaceCorps[41][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[41][25] = 0; | + | PeaceCorps[41][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[41][26] = 0; | + | PeaceCorps[41][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[41][27] = | + | PeaceCorps[41][27]=2; //Peace Corps Response |
| - | PeaceCorps[41][28] = | + | PeaceCorps[41][28]=11; //Unique Skill |
| - | + | ||
PeaceCorps[42] = new Array(29); | PeaceCorps[42] = new Array(29); | ||
PeaceCorps[42][0] = 'Mozambique'; | PeaceCorps[42][0] = 'Mozambique'; | ||
| - | PeaceCorps[42][1] = 0; | + | PeaceCorps[42][1]=0; //Forestry |
| - | PeaceCorps[42][2] = 0; | + | PeaceCorps[42][2]=0; //Protected Areas Management |
| - | PeaceCorps[42][3] = | + | PeaceCorps[42][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[42][4] = 0; | + | PeaceCorps[42][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[42][5] = 0; | + | PeaceCorps[42][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[42][6] = 0; | + | PeaceCorps[42][6]=0; //Animal Husbandry |
| - | PeaceCorps[42][7] = 0; | + | PeaceCorps[42][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[42][8] = 0; | + | PeaceCorps[42][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[42][9] = 0; | + | PeaceCorps[42][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[42][10] = 0; | + | PeaceCorps[42][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[42][11] = 0; | + | PeaceCorps[42][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[42][12] = 0; | + | PeaceCorps[42][12]=0; //Business Advising |
| - | PeaceCorps[42][13] = 0; | + | PeaceCorps[42][13]=0; //Information Technology |
| - | PeaceCorps[42][14] = 0; | + | PeaceCorps[42][14]=0; //Business Development |
| - | PeaceCorps[42][15] = | + | PeaceCorps[42][15]=15; //NGO Development |
| - | PeaceCorps[42][16] = | + | PeaceCorps[42][16]=3; //Health Degreed |
| - | PeaceCorps[42][17] = | + | PeaceCorps[42][17]=24; //Health Extension |
| - | PeaceCorps[42][18] = | + | PeaceCorps[42][18]=25; //Community Development |
| - | PeaceCorps[42][19] = | + | PeaceCorps[42][19]=3; //Youth Development |
| - | PeaceCorps[42][20] = | + | PeaceCorps[42][20]=12; //Primary Education Teacher Training |
| - | PeaceCorps[42][21] = | + | PeaceCorps[42][21]=47; //Secondary Education English Teaching |
| - | PeaceCorps[42][22] = 0; | + | PeaceCorps[42][22]=0; //University English Teaching |
| - | PeaceCorps[42][23] = | + | PeaceCorps[42][23]=14; //Secondary Education Math Teaching |
| - | PeaceCorps[42][24] = | + | PeaceCorps[42][24]=64; //Secondary Education Science Teaching |
| - | PeaceCorps[42][25] = 0; | + | PeaceCorps[42][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[42][26] = 0; | + | PeaceCorps[42][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[42][27] = 0; | + | PeaceCorps[42][27]=0; //Peace Corps Response |
| - | PeaceCorps[42][28] = 0; | + | PeaceCorps[42][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[43] = new Array(29); | PeaceCorps[43] = new Array(29); | ||
PeaceCorps[43][0] = 'Namibia'; | PeaceCorps[43][0] = 'Namibia'; | ||
| - | PeaceCorps[43][1] = 0; | + | PeaceCorps[43][1]=0; //Forestry |
| - | PeaceCorps[43][2] = 0; | + | PeaceCorps[43][2]=0; //Protected Areas Management |
| - | PeaceCorps[43][3] = 0; | + | PeaceCorps[43][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[43][4] = 0; | + | PeaceCorps[43][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[43][5] = 0; | + | PeaceCorps[43][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[43][6] = 0; | + | PeaceCorps[43][6]=0; //Animal Husbandry |
| - | PeaceCorps[43][7] = 0; | + | PeaceCorps[43][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[43][8] = 0; | + | PeaceCorps[43][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[43][9] = 0; | + | PeaceCorps[43][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[43][10] = 0; | + | PeaceCorps[43][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[43][11] = 0; | + | PeaceCorps[43][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[43][12] = | + | PeaceCorps[43][12]=14; //Business Advising |
| - | PeaceCorps[43][13] = | + | PeaceCorps[43][13]=6; //Information Technology |
| - | PeaceCorps[43][14] = | + | PeaceCorps[43][14]=2; //Business Development |
| - | PeaceCorps[43][15] = | + | PeaceCorps[43][15]=4; //NGO Development |
| - | PeaceCorps[43][16] = 2; | + | PeaceCorps[43][16]=2; //Health Degreed |
| - | PeaceCorps[43][17] = | + | PeaceCorps[43][17]=15; //Health Extension |
| - | PeaceCorps[43][18] = | + | PeaceCorps[43][18]=16; //Community Development |
| - | PeaceCorps[43][19] = | + | PeaceCorps[43][19]=5; //Youth Development |
| - | PeaceCorps[43][20] = | + | PeaceCorps[43][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[43][21] = | + | PeaceCorps[43][21]=42; //Secondary Education English Teaching |
| - | PeaceCorps[43][22] = 0; | + | PeaceCorps[43][22]=0; //University English Teaching |
| - | PeaceCorps[43][23] = | + | PeaceCorps[43][23]=15; //Secondary Education Math Teaching |
| - | PeaceCorps[43][24] = | + | PeaceCorps[43][24]=19; //Secondary Education Science Teaching |
| - | PeaceCorps[43][25] = 0; | + | PeaceCorps[43][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[43][26] = | + | PeaceCorps[43][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[43][27] = | + | PeaceCorps[43][27]=3; //Peace Corps Response |
| - | PeaceCorps[43][28] = 0; | + | PeaceCorps[43][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[44] = new Array(29); | PeaceCorps[44] = new Array(29); | ||
PeaceCorps[44][0] = 'Nicaragua'; | PeaceCorps[44][0] = 'Nicaragua'; | ||
| - | PeaceCorps[44][1] = | + | PeaceCorps[44][1]=2; //Forestry |
| - | PeaceCorps[44][2] = 0; | + | PeaceCorps[44][2]=0; //Protected Areas Management |
| - | PeaceCorps[44][3] = | + | PeaceCorps[44][3]=22; //Environmental Education or Awareness |
| - | PeaceCorps[44][4] = | + | PeaceCorps[44][4]=3; //Applied Agriculture Science |
| - | PeaceCorps[44][5] = | + | PeaceCorps[44][5]=3; //Farm Management and Agribusiness |
| - | PeaceCorps[44][6] = | + | PeaceCorps[44][6]=2; //Animal Husbandry |
| - | PeaceCorps[44][7] = | + | PeaceCorps[44][7]=35; //Agriculture and Forestry Extension |
| - | PeaceCorps[44][8] = 0; | + | PeaceCorps[44][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[44][9] = 0; | + | PeaceCorps[44][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[44][10] = | + | PeaceCorps[44][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[44][11] = 0; | + | PeaceCorps[44][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[44][12] = | + | PeaceCorps[44][12]=34; //Business Advising |
| - | PeaceCorps[44][13] = 0; | + | PeaceCorps[44][13]=0; //Information Technology |
| - | PeaceCorps[44][14] = | + | PeaceCorps[44][14]=7; //Business Development |
| - | PeaceCorps[44][15] = | + | PeaceCorps[44][15]=1; //NGO Development |
| - | PeaceCorps[44][16] = | + | PeaceCorps[44][16]=12; //Health Degreed |
| - | PeaceCorps[44][17] = | + | PeaceCorps[44][17]=49; //Health Extension |
| - | PeaceCorps[44][18] = | + | PeaceCorps[44][18]=1; //Community Development |
| - | PeaceCorps[44][19] = 0; | + | PeaceCorps[44][19]=0; //Youth Development |
| - | PeaceCorps[44][20] = | + | PeaceCorps[44][20]=33; //Primary Education Teacher Training |
| - | PeaceCorps[44][21] = | + | PeaceCorps[44][21]=33; //Secondary Education English Teaching |
| - | PeaceCorps[44][22] = 0; | + | PeaceCorps[44][22]=0; //University English Teaching |
| - | PeaceCorps[44][23] = 0; | + | PeaceCorps[44][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[44][24] = 0; | + | PeaceCorps[44][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[44][25] = 0; | + | PeaceCorps[44][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[44][26] = | + | PeaceCorps[44][26]=17; //Secondary Education English Teacher Training |
| - | PeaceCorps[44][27] = 0; | + | PeaceCorps[44][27]=0; //Peace Corps Response |
| - | PeaceCorps[44][28] = | + | PeaceCorps[44][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[45] = new Array(29); | PeaceCorps[45] = new Array(29); | ||
PeaceCorps[45][0] = 'Niger'; | PeaceCorps[45][0] = 'Niger'; | ||
| - | PeaceCorps[45][1] = | + | PeaceCorps[45][1]=0; //Forestry |
| - | PeaceCorps[45][2] = 0; | + | PeaceCorps[45][2]=0; //Protected Areas Management |
| - | PeaceCorps[45][3] = 0; | + | PeaceCorps[45][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[45][4] = | + | PeaceCorps[45][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[45][5] = 0; | + | PeaceCorps[45][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[45][6] = | + | PeaceCorps[45][6]=0; //Animal Husbandry |
| - | PeaceCorps[45][7] = | + | PeaceCorps[45][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[45][8] = 0; | + | PeaceCorps[45][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[45][9] = 0; | + | PeaceCorps[45][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[45][10] = 0; | + | PeaceCorps[45][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[45][11] = 0; | + | PeaceCorps[45][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[45][12] = | + | PeaceCorps[45][12]=0; //Business Advising |
| - | PeaceCorps[45][13] = 0; | + | PeaceCorps[45][13]=0; //Information Technology |
| - | PeaceCorps[45][14] = | + | PeaceCorps[45][14]=0; //Business Development |
| - | PeaceCorps[45][15] = | + | PeaceCorps[45][15]=0; //NGO Development |
| - | PeaceCorps[45][16] = 0; | + | PeaceCorps[45][16]=0; //Health Degreed |
| - | PeaceCorps[45][17] = | + | PeaceCorps[45][17]=0; //Health Extension |
| - | PeaceCorps[45][18] = | + | PeaceCorps[45][18]=0; //Community Development |
| - | PeaceCorps[45][19] = 0; | + | PeaceCorps[45][19]=0; //Youth Development |
| - | PeaceCorps[45][20] = 0; | + | PeaceCorps[45][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[45][21] = | + | PeaceCorps[45][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[45][22] = 0; | + | PeaceCorps[45][22]=0; //University English Teaching |
| - | PeaceCorps[45][23] = | + | PeaceCorps[45][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[45][24] = | + | PeaceCorps[45][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[45][25] = 0; | + | PeaceCorps[45][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[45][26] = 0; | + | PeaceCorps[45][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[45][27] = 0; | + | PeaceCorps[45][27]=0; //Peace Corps Response |
| - | PeaceCorps[45][28] = 0; | + | PeaceCorps[45][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[46] = new Array(29); | PeaceCorps[46] = new Array(29); | ||
PeaceCorps[46][0] = 'Panama'; | PeaceCorps[46][0] = 'Panama'; | ||
| - | PeaceCorps[46][1] = | + | PeaceCorps[46][1]=0; //Forestry |
| - | PeaceCorps[46][2] = | + | PeaceCorps[46][2]=4; //Protected Areas Management |
| - | PeaceCorps[46][3] = | + | PeaceCorps[46][3]=25; //Environmental Education or Awareness |
| - | PeaceCorps[46][4] = | + | PeaceCorps[46][4]=6; //Applied Agriculture Science |
| - | PeaceCorps[46][5] = 0; | + | PeaceCorps[46][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[46][6] = | + | PeaceCorps[46][6]=4; //Animal Husbandry |
| - | PeaceCorps[46][7] = | + | PeaceCorps[46][7]=23; //Agriculture and Forestry Extension |
| - | PeaceCorps[46][8] = 11; | + | PeaceCorps[46][8]=11; //Construction and Skilled Trades Education |
| - | PeaceCorps[46][9] = | + | PeaceCorps[46][9]=25; //Water and Sanitation Extension |
| - | PeaceCorps[46][10] = | + | PeaceCorps[46][10]=18; //Environmental and Water Resource Engineering |
| - | PeaceCorps[46][11] = 0; | + | PeaceCorps[46][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[46][12] = | + | PeaceCorps[46][12]=25; //Business Advising |
| - | PeaceCorps[46][13] = | + | PeaceCorps[46][13]=4; //Information Technology |
| - | PeaceCorps[46][14] = | + | PeaceCorps[46][14]=3; //Business Development |
| - | PeaceCorps[46][15] = | + | PeaceCorps[46][15]=4; //NGO Development |
| - | PeaceCorps[46][16] = 0; | + | PeaceCorps[46][16]=0; //Health Degreed |
| - | PeaceCorps[46][17] = 1; | + | PeaceCorps[46][17]=1; //Health Extension |
| - | PeaceCorps[46][18] = | + | PeaceCorps[46][18]=13; //Community Development |
| - | PeaceCorps[46][19] = 0; | + | PeaceCorps[46][19]=0; //Youth Development |
| - | PeaceCorps[46][20] = | + | PeaceCorps[46][20]=4; //Primary Education Teacher Training |
| - | PeaceCorps[46][21] = | + | PeaceCorps[46][21]=47; //Secondary Education English Teaching |
| - | PeaceCorps[46][22] = | + | PeaceCorps[46][22]=0; //University English Teaching |
| - | PeaceCorps[46][23] = 0; | + | PeaceCorps[46][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[46][24] = 0; | + | PeaceCorps[46][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[46][25] = 0; | + | PeaceCorps[46][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[46][26] = | + | PeaceCorps[46][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[46][27] = | + | PeaceCorps[46][27]=5; //Peace Corps Response |
| - | PeaceCorps[46][28] = 0; | + | PeaceCorps[46][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[47] = new Array(29); | PeaceCorps[47] = new Array(29); | ||
PeaceCorps[47][0] = 'Paraguay'; | PeaceCorps[47][0] = 'Paraguay'; | ||
| - | PeaceCorps[47][1] = | + | PeaceCorps[47][1]=8; //Forestry |
| - | PeaceCorps[47][2] = | + | PeaceCorps[47][2]=3; //Protected Areas Management |
| - | PeaceCorps[47][3] = | + | PeaceCorps[47][3]=42; //Environmental Education or Awareness |
| - | PeaceCorps[47][4] = | + | PeaceCorps[47][4]=12; //Applied Agriculture Science |
| - | PeaceCorps[47][5] = | + | PeaceCorps[47][5]=7; //Farm Management and Agribusiness |
| - | PeaceCorps[47][6] = 0; | + | PeaceCorps[47][6]=0; //Animal Husbandry |
| - | PeaceCorps[47][7] = | + | PeaceCorps[47][7]=34; //Agriculture and Forestry Extension |
| - | PeaceCorps[47][8] = 0; | + | PeaceCorps[47][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[47][9] = | + | PeaceCorps[47][9]=14; //Water and Sanitation Extension |
| - | PeaceCorps[47][10] = 0; | + | PeaceCorps[47][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[47][11] = | + | PeaceCorps[47][11]=9; //Urban and Regional Planning |
| - | PeaceCorps[47][12] = | + | PeaceCorps[47][12]=15; //Business Advising |
| - | PeaceCorps[47][13] = | + | PeaceCorps[47][13]=8; //Information Technology |
| - | PeaceCorps[47][14] = | + | PeaceCorps[47][14]=5; //Business Development |
| - | PeaceCorps[47][15] = | + | PeaceCorps[47][15]=11; //NGO Development |
| - | PeaceCorps[47][16] = | + | PeaceCorps[47][16]=0; //Health Degreed |
| - | PeaceCorps[47][17] = | + | PeaceCorps[47][17]=28; //Health Extension |
| - | PeaceCorps[47][18] = | + | PeaceCorps[47][18]=15; //Community Development |
| - | PeaceCorps[47][19] = | + | PeaceCorps[47][19]=7; //Youth Development |
| - | PeaceCorps[47][20] = | + | PeaceCorps[47][20]=12; //Primary Education Teacher Training |
| - | PeaceCorps[47][21] = | + | PeaceCorps[47][21]=21; //Secondary Education English Teaching |
| - | PeaceCorps[47][22] = 0; | + | PeaceCorps[47][22]=0; //University English Teaching |
| - | PeaceCorps[47][23] = 0; | + | PeaceCorps[47][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[47][24] = | + | PeaceCorps[47][24]=6; //Secondary Education Science Teaching |
| - | PeaceCorps[47][25] = 0; | + | PeaceCorps[47][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[47][26] = 0; | + | PeaceCorps[47][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[47][27] = 0; | + | PeaceCorps[47][27]=0; //Peace Corps Response |
| - | PeaceCorps[47][28] = 0; | + | PeaceCorps[47][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[48] = new Array(29); | PeaceCorps[48] = new Array(29); | ||
PeaceCorps[48][0] = 'Peru'; | PeaceCorps[48][0] = 'Peru'; | ||
| - | PeaceCorps[48][1] = | + | PeaceCorps[48][1]=3; //Forestry |
| - | PeaceCorps[48][2] = | + | PeaceCorps[48][2]=10; //Protected Areas Management |
| - | PeaceCorps[48][3] = | + | PeaceCorps[48][3]=34; //Environmental Education or Awareness |
| - | PeaceCorps[48][4] = 0; | + | PeaceCorps[48][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[48][5] = | + | PeaceCorps[48][5]=1; //Farm Management and Agribusiness |
| - | PeaceCorps[48][6] = 0; | + | PeaceCorps[48][6]=0; //Animal Husbandry |
| - | PeaceCorps[48][7] = | + | PeaceCorps[48][7]=8; //Agriculture and Forestry Extension |
| - | PeaceCorps[48][8] = 0; | + | PeaceCorps[48][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[48][9] = | + | PeaceCorps[48][9]=43; //Water and Sanitation Extension |
| - | PeaceCorps[48][10] = | + | PeaceCorps[48][10]=13; //Environmental and Water Resource Engineering |
| - | PeaceCorps[48][11] = 0; | + | PeaceCorps[48][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[48][12] = | + | PeaceCorps[48][12]=25; //Business Advising |
| - | PeaceCorps[48][13] = 0; | + | PeaceCorps[48][13]=0; //Information Technology |
| - | PeaceCorps[48][14] = | + | PeaceCorps[48][14]=5; //Business Development |
| - | PeaceCorps[48][15] = | + | PeaceCorps[48][15]=3; //NGO Development |
| - | PeaceCorps[48][16] = | + | PeaceCorps[48][16]=22; //Health Degreed |
| - | PeaceCorps[48][17] = | + | PeaceCorps[48][17]=57; //Health Extension |
| - | PeaceCorps[48][18] = | + | PeaceCorps[48][18]=42; //Community Development |
| - | PeaceCorps[48][19] = | + | PeaceCorps[48][19]=25; //Youth Development |
| - | PeaceCorps[48][20] = 0; | + | PeaceCorps[48][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[48][21] = 0; | + | PeaceCorps[48][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[48][22] = 0; | + | PeaceCorps[48][22]=0; //University English Teaching |
| - | PeaceCorps[48][23] = 0; | + | PeaceCorps[48][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[48][24] = 0; | + | PeaceCorps[48][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[48][25] = | + | PeaceCorps[48][25]=7; //Special Education Teacher Training |
| - | PeaceCorps[48][26] = 0; | + | PeaceCorps[48][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[48][27] = | + | PeaceCorps[48][27]=1; //Peace Corps Response |
| - | PeaceCorps[48][28] = 0; | + | PeaceCorps[48][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[49] = new Array(29); | PeaceCorps[49] = new Array(29); | ||
PeaceCorps[49][0] = 'Philippines'; | PeaceCorps[49][0] = 'Philippines'; | ||
| - | PeaceCorps[49][1] = 0; | + | PeaceCorps[49][1]=0; //Forestry |
| - | PeaceCorps[49][2] = 0; | + | PeaceCorps[49][2]=0; //Protected Areas Management |
| - | PeaceCorps[49][3] = | + | PeaceCorps[49][3]=22; //Environmental Education or Awareness |
| - | PeaceCorps[49][4] = 0; | + | PeaceCorps[49][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[49][5] = 0; | + | PeaceCorps[49][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[49][6] = 0; | + | PeaceCorps[49][6]=0; //Animal Husbandry |
| - | PeaceCorps[49][7] = | + | PeaceCorps[49][7]=20; //Agriculture and Forestry Extension |
| - | PeaceCorps[49][8] = 0; | + | PeaceCorps[49][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[49][9] = 0; | + | PeaceCorps[49][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[49][10] = | + | PeaceCorps[49][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[49][11] = 0; | + | PeaceCorps[49][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[49][12] = 0; | + | PeaceCorps[49][12]=0; //Business Advising |
| - | PeaceCorps[49][13] = | + | PeaceCorps[49][13]=0; //Information Technology |
| - | PeaceCorps[49][14] = 0; | + | PeaceCorps[49][14]=0; //Business Development |
| - | PeaceCorps[49][15] = 0; | + | PeaceCorps[49][15]=0; //NGO Development |
| - | PeaceCorps[49][16] = 0; | + | PeaceCorps[49][16]=0; //Health Degreed |
| - | PeaceCorps[49][17] = 0; | + | PeaceCorps[49][17]=0; //Health Extension |
| - | PeaceCorps[49][18] = | + | PeaceCorps[49][18]=19; //Community Development |
| - | PeaceCorps[49][19] = | + | PeaceCorps[49][19]=43; //Youth Development |
| - | PeaceCorps[49][20] = | + | PeaceCorps[49][20]=19; //Primary Education Teacher Training |
| - | PeaceCorps[49][21] = | + | PeaceCorps[49][21]=93; //Secondary Education English Teaching |
| - | PeaceCorps[49][22] = 0; | + | PeaceCorps[49][22]=0; //University English Teaching |
| - | PeaceCorps[49][23] = 0; | + | PeaceCorps[49][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[49][24] = 0; | + | PeaceCorps[49][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[49][25] = 0; | + | PeaceCorps[49][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[49][26] = | + | PeaceCorps[49][26]=14; //Secondary Education English Teacher Training |
| - | PeaceCorps[49][27] = | + | PeaceCorps[49][27]=8; //Peace Corps Response |
| - | PeaceCorps[49][28] = 0; | + | PeaceCorps[49][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[50] = new Array(29); | PeaceCorps[50] = new Array(29); | ||
PeaceCorps[50][0] = 'Romania'; | PeaceCorps[50][0] = 'Romania'; | ||
| - | PeaceCorps[50][1] = 0; | + | PeaceCorps[50][1]=0; //Forestry |
| - | PeaceCorps[50][2] = 0; | + | PeaceCorps[50][2]=0; //Protected Areas Management |
| - | PeaceCorps[50][3] = | + | PeaceCorps[50][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[50][4] = 0; | + | PeaceCorps[50][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[50][5] = | + | PeaceCorps[50][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[50][6] = 0; | + | PeaceCorps[50][6]=0; //Animal Husbandry |
| - | PeaceCorps[50][7] = 0; | + | PeaceCorps[50][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[50][8] = 0; | + | PeaceCorps[50][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[50][9] = 0; | + | PeaceCorps[50][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[50][10] = 0; | + | PeaceCorps[50][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[50][11] = | + | PeaceCorps[50][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[50][12] = | + | PeaceCorps[50][12]=0; //Business Advising |
| - | PeaceCorps[50][13] = 0; | + | PeaceCorps[50][13]=0; //Information Technology |
| - | PeaceCorps[50][14] = | + | PeaceCorps[50][14]=0; //Business Development |
| - | PeaceCorps[50][15] = | + | PeaceCorps[50][15]=0; //NGO Development |
| - | PeaceCorps[50][16] = 0; | + | PeaceCorps[50][16]=0; //Health Degreed |
| - | PeaceCorps[50][17] = 0; | + | PeaceCorps[50][17]=0; //Health Extension |
| - | PeaceCorps[50][18] = | + | PeaceCorps[50][18]=0; //Community Development |
| - | PeaceCorps[50][19] = | + | PeaceCorps[50][19]=0; //Youth Development |
| - | PeaceCorps[50][20] = | + | PeaceCorps[50][20]=4; //Primary Education Teacher Training |
| - | PeaceCorps[50][21] = | + | PeaceCorps[50][21]=64; //Secondary Education English Teaching |
| - | PeaceCorps[50][22] = 0; | + | PeaceCorps[50][22]=0; //University English Teaching |
| - | PeaceCorps[50][23] = 0; | + | PeaceCorps[50][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[50][24] = 0; | + | PeaceCorps[50][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[50][25] = | + | PeaceCorps[50][25]=1; //Special Education Teacher Training |
| - | PeaceCorps[50][26] = | + | PeaceCorps[50][26]=7; //Secondary Education English Teacher Training |
| - | PeaceCorps[50][27] = | + | PeaceCorps[50][27]=1; //Peace Corps Response |
| - | PeaceCorps[50][28] = 0; | + | PeaceCorps[50][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[51] = new Array(29); | PeaceCorps[51] = new Array(29); | ||
PeaceCorps[51][0] = 'Rwanda'; | PeaceCorps[51][0] = 'Rwanda'; | ||
| - | PeaceCorps[51][1] = 0; | + | PeaceCorps[51][1]=0; //Forestry |
| - | PeaceCorps[51][2] = 0; | + | PeaceCorps[51][2]=0; //Protected Areas Management |
| - | PeaceCorps[51][3] = 0; | + | PeaceCorps[51][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[51][4] = 0; | + | PeaceCorps[51][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[51][5] = 0; | + | PeaceCorps[51][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[51][6] = 0; | + | PeaceCorps[51][6]=0; //Animal Husbandry |
| - | PeaceCorps[51][7] = | + | PeaceCorps[51][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[51][8] = 0; | + | PeaceCorps[51][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[51][9] = 0; | + | PeaceCorps[51][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[51][10] = 0; | + | PeaceCorps[51][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[51][11] = 0; | + | PeaceCorps[51][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[51][12] = 0; | + | PeaceCorps[51][12]=0; //Business Advising |
| - | PeaceCorps[51][13] = 2; | + | PeaceCorps[51][13]=2; //Information Technology |
| - | PeaceCorps[51][14] = 0; | + | PeaceCorps[51][14]=0; //Business Development |
| - | PeaceCorps[51][15] = 4; | + | PeaceCorps[51][15]=4; //NGO Development |
| - | PeaceCorps[51][16] = | + | PeaceCorps[51][16]=3; //Health Degreed |
| - | PeaceCorps[51][17] = | + | PeaceCorps[51][17]=22; //Health Extension |
| - | PeaceCorps[51][18] = | + | PeaceCorps[51][18]=18; //Community Development |
| - | PeaceCorps[51][19] = 0; | + | PeaceCorps[51][19]=0; //Youth Development |
| - | PeaceCorps[51][20] = 0; | + | PeaceCorps[51][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[51][21] = | + | PeaceCorps[51][21]=85; //Secondary Education English Teaching |
| - | PeaceCorps[51][22] = 0; | + | PeaceCorps[51][22]=0; //University English Teaching |
| - | PeaceCorps[51][23] = | + | PeaceCorps[51][23]=10; //Secondary Education Math Teaching |
| - | PeaceCorps[51][24] = | + | PeaceCorps[51][24]=14; //Secondary Education Science Teaching |
| - | PeaceCorps[51][25] = 0; | + | PeaceCorps[51][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[51][26] = | + | PeaceCorps[51][26]=2; //Secondary Education English Teacher Training |
| - | PeaceCorps[51][27] = 0; | + | PeaceCorps[51][27]=0; //Peace Corps Response |
| - | PeaceCorps[51][28] = 0; | + | PeaceCorps[51][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[52] = new Array(29); | PeaceCorps[52] = new Array(29); | ||
PeaceCorps[52][0] = 'Samoa'; | PeaceCorps[52][0] = 'Samoa'; | ||
| - | PeaceCorps[52][1] = | + | PeaceCorps[52][1]=0; //Forestry |
| - | PeaceCorps[52][2] = | + | PeaceCorps[52][2]=0; //Protected Areas Management |
| - | PeaceCorps[52][3] = | + | PeaceCorps[52][3]=2; //Environmental Education or Awareness |
| - | PeaceCorps[52][4] = 0; | + | PeaceCorps[52][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[52][5] = | + | PeaceCorps[52][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[52][6] = 0; | + | PeaceCorps[52][6]=0; //Animal Husbandry |
| - | PeaceCorps[52][7] = 0; | + | PeaceCorps[52][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[52][8] = | + | PeaceCorps[52][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[52][9] = | + | PeaceCorps[52][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[52][10] = 0; | + | PeaceCorps[52][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[52][11] = 0; | + | PeaceCorps[52][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[52][12] = | + | PeaceCorps[52][12]=0; //Business Advising |
| - | PeaceCorps[52][13] = | + | PeaceCorps[52][13]=2; //Information Technology |
| - | PeaceCorps[52][14] = 0; | + | PeaceCorps[52][14]=0; //Business Development |
| - | PeaceCorps[52][15] = 0; | + | PeaceCorps[52][15]=0; //NGO Development |
| - | PeaceCorps[52][16] = | + | PeaceCorps[52][16]=0; //Health Degreed |
| - | PeaceCorps[52][17] = | + | PeaceCorps[52][17]=0; //Health Extension |
| - | PeaceCorps[52][18] = 0; | + | PeaceCorps[52][18]=0; //Community Development |
| - | PeaceCorps[52][19] = | + | PeaceCorps[52][19]=1; //Youth Development |
| - | PeaceCorps[52][20] = | + | PeaceCorps[52][20]=21; //Primary Education Teacher Training |
| - | PeaceCorps[52][21] = | + | PeaceCorps[52][21]=9; //Secondary Education English Teaching |
| - | PeaceCorps[52][22] = 0; | + | PeaceCorps[52][22]=0; //University English Teaching |
| - | PeaceCorps[52][23] = 0; | + | PeaceCorps[52][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[52][24] = 0; | + | PeaceCorps[52][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[52][25] = | + | PeaceCorps[52][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[52][26] = 0; | + | PeaceCorps[52][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[52][27] = 0; | + | PeaceCorps[52][27]=0; //Peace Corps Response |
| - | PeaceCorps[52][28] = 1; | + | PeaceCorps[52][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[53] = new Array(29); | PeaceCorps[53] = new Array(29); | ||
PeaceCorps[53][0] = 'Senegal'; | PeaceCorps[53][0] = 'Senegal'; | ||
| - | PeaceCorps[53][1] = | + | PeaceCorps[53][1]=22; //Forestry |
| - | PeaceCorps[53][2] = | + | PeaceCorps[53][2]=0; //Protected Areas Management |
| - | PeaceCorps[53][3] = | + | PeaceCorps[53][3]=17; //Environmental Education or Awareness |
| - | PeaceCorps[53][4] = | + | PeaceCorps[53][4]=15; //Applied Agriculture Science |
| - | PeaceCorps[53][5] = 0; | + | PeaceCorps[53][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[53][6] = 0; | + | PeaceCorps[53][6]=0; //Animal Husbandry |
| - | PeaceCorps[53][7] = | + | PeaceCorps[53][7]=84; //Agriculture and Forestry Extension |
| - | PeaceCorps[53][8] = 0; | + | PeaceCorps[53][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[53][9] = | + | PeaceCorps[53][9]=5; //Water and Sanitation Extension |
| - | PeaceCorps[53][10] = 0; | + | PeaceCorps[53][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[53][11] = 0; | + | PeaceCorps[53][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[53][12] = | + | PeaceCorps[53][12]=34; //Business Advising |
| - | PeaceCorps[53][13] = 0; | + | PeaceCorps[53][13]=0; //Information Technology |
| - | PeaceCorps[53][14] = | + | PeaceCorps[53][14]=2; //Business Development |
| - | PeaceCorps[53][15] = 1; | + | PeaceCorps[53][15]=1; //NGO Development |
| - | PeaceCorps[53][16] = 1; | + | PeaceCorps[53][16]=1; //Health Degreed |
| - | PeaceCorps[53][17] = | + | PeaceCorps[53][17]=47; //Health Extension |
| - | PeaceCorps[53][18] = | + | PeaceCorps[53][18]=25; //Community Development |
| - | PeaceCorps[53][19] = 0; | + | PeaceCorps[53][19]=0; //Youth Development |
| - | PeaceCorps[53][20] = 0; | + | PeaceCorps[53][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[53][21] = 0; | + | PeaceCorps[53][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[53][22] = 0; | + | PeaceCorps[53][22]=0; //University English Teaching |
| - | PeaceCorps[53][23] = 0; | + | PeaceCorps[53][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[53][24] = 0; | + | PeaceCorps[53][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[53][25] = 0; | + | PeaceCorps[53][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[53][26] = 0; | + | PeaceCorps[53][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[53][27] = | + | PeaceCorps[53][27]=1; //Peace Corps Response |
| - | PeaceCorps[53][28] = 0; | + | PeaceCorps[53][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[54] = new Array(29); | PeaceCorps[54] = new Array(29); | ||
PeaceCorps[54][0] = 'South Africa'; | PeaceCorps[54][0] = 'South Africa'; | ||
| - | PeaceCorps[54][1] = 0; | + | PeaceCorps[54][1]=0; //Forestry |
| - | PeaceCorps[54][2] = 0; | + | PeaceCorps[54][2]=0; //Protected Areas Management |
| - | PeaceCorps[54][3] = 0; | + | PeaceCorps[54][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[54][4] = 0; | + | PeaceCorps[54][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[54][5] = 0; | + | PeaceCorps[54][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[54][6] = 0; | + | PeaceCorps[54][6]=0; //Animal Husbandry |
| - | PeaceCorps[54][7] = 0; | + | PeaceCorps[54][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[54][8] = 0; | + | PeaceCorps[54][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[54][9] = 0; | + | PeaceCorps[54][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[54][10] = 0; | + | PeaceCorps[54][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[54][11] = 0; | + | PeaceCorps[54][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[54][12] = 0; | + | PeaceCorps[54][12]=0; //Business Advising |
| - | PeaceCorps[54][13] = | + | PeaceCorps[54][13]=10; //Information Technology |
| - | PeaceCorps[54][14] = 0; | + | PeaceCorps[54][14]=0; //Business Development |
| - | PeaceCorps[54][15] = | + | PeaceCorps[54][15]=11; //NGO Development |
| - | PeaceCorps[54][16] = | + | PeaceCorps[54][16]=7; //Health Degreed |
| - | PeaceCorps[54][17] = | + | PeaceCorps[54][17]=18; //Health Extension |
| - | PeaceCorps[54][18] = | + | PeaceCorps[54][18]=49; //Community Development |
| - | PeaceCorps[54][19] = | + | PeaceCorps[54][19]=0; //Youth Development |
| - | PeaceCorps[54][20] = | + | PeaceCorps[54][20]=11; //Primary Education Teacher Training |
| - | PeaceCorps[54][21] = | + | PeaceCorps[54][21]=25; //Secondary Education English Teaching |
| - | PeaceCorps[54][22] = 0; | + | PeaceCorps[54][22]=0; //University English Teaching |
| - | PeaceCorps[54][23] = | + | PeaceCorps[54][23]=18; //Secondary Education Math Teaching |
| - | PeaceCorps[54][24] = | + | PeaceCorps[54][24]=17; //Secondary Education Science Teaching |
| - | PeaceCorps[54][25] = 0; | + | PeaceCorps[54][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[54][26] = | + | PeaceCorps[54][26]=14; //Secondary Education English Teacher Training |
| - | PeaceCorps[54][27] = | + | PeaceCorps[54][27]=3; //Peace Corps Response |
| - | PeaceCorps[54][28] = 0; | + | PeaceCorps[54][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[55] = new Array(29); | PeaceCorps[55] = new Array(29); | ||
PeaceCorps[55][0] = 'Suriname'; | PeaceCorps[55][0] = 'Suriname'; | ||
| - | PeaceCorps[55][1] = 0; | + | PeaceCorps[55][1]=0; //Forestry |
| - | PeaceCorps[55][2] = 0; | + | PeaceCorps[55][2]=0; //Protected Areas Management |
| - | PeaceCorps[55][3] = 0; | + | PeaceCorps[55][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[55][4] = 0; | + | PeaceCorps[55][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[55][5] = 2; | + | PeaceCorps[55][5]=2; //Farm Management and Agribusiness |
| - | PeaceCorps[55][6] = 0; | + | PeaceCorps[55][6]=0; //Animal Husbandry |
| - | PeaceCorps[55][7] = 0; | + | PeaceCorps[55][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[55][8] = 0; | + | PeaceCorps[55][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[55][9] = | + | PeaceCorps[55][9]=10; //Water and Sanitation Extension |
| - | PeaceCorps[55][10] = | + | PeaceCorps[55][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[55][11] = 0; | + | PeaceCorps[55][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[55][12] = | + | PeaceCorps[55][12]=5; //Business Advising |
| - | PeaceCorps[55][13] = 0; | + | PeaceCorps[55][13]=0; //Information Technology |
| - | PeaceCorps[55][14] = | + | PeaceCorps[55][14]=3; //Business Development |
| - | PeaceCorps[55][15] = | + | PeaceCorps[55][15]=1; //NGO Development |
| - | PeaceCorps[55][16] = | + | PeaceCorps[55][16]=2; //Health Degreed |
| - | PeaceCorps[55][17] = | + | PeaceCorps[55][17]=10; //Health Extension |
| - | PeaceCorps[55][18] = | + | PeaceCorps[55][18]=12; //Community Development |
| - | PeaceCorps[55][19] = | + | PeaceCorps[55][19]=2; //Youth Development |
| - | PeaceCorps[55][20] = 0; | + | PeaceCorps[55][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[55][21] = 0; | + | PeaceCorps[55][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[55][22] = 0; | + | PeaceCorps[55][22]=0; //University English Teaching |
| - | PeaceCorps[55][23] = 0; | + | PeaceCorps[55][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[55][24] = 0; | + | PeaceCorps[55][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[55][25] = 0; | + | PeaceCorps[55][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[55][26] = 0; | + | PeaceCorps[55][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[55][27] = | + | PeaceCorps[55][27]=2; //Peace Corps Response |
| - | PeaceCorps[55][28] = 0; | + | PeaceCorps[55][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[56] = new Array(29); | PeaceCorps[56] = new Array(29); | ||
PeaceCorps[56][0] = 'Swaziland'; | PeaceCorps[56][0] = 'Swaziland'; | ||
| - | PeaceCorps[56][1] = 0; | + | PeaceCorps[56][1]=0; //Forestry |
| - | PeaceCorps[56][2] = 0; | + | PeaceCorps[56][2]=0; //Protected Areas Management |
| - | PeaceCorps[56][3] = 0; | + | PeaceCorps[56][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[56][4] = 0; | + | PeaceCorps[56][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[56][5] = 0; | + | PeaceCorps[56][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[56][6] = 0; | + | PeaceCorps[56][6]=0; //Animal Husbandry |
| - | PeaceCorps[56][7] = 0; | + | PeaceCorps[56][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[56][8] = 0; | + | PeaceCorps[56][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[56][9] = 0; | + | PeaceCorps[56][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[56][10] = 0; | + | PeaceCorps[56][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[56][11] = 0; | + | PeaceCorps[56][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[56][12] = | + | PeaceCorps[56][12]=2; //Business Advising |
| - | PeaceCorps[56][13] = 0; | + | PeaceCorps[56][13]=0; //Information Technology |
| - | PeaceCorps[56][14] = | + | PeaceCorps[56][14]=1; //Business Development |
| - | PeaceCorps[56][15] = | + | PeaceCorps[56][15]=2; //NGO Development |
| - | PeaceCorps[56][16] = | + | PeaceCorps[56][16]=1; //Health Degreed |
| - | PeaceCorps[56][17] = | + | PeaceCorps[56][17]=17; //Health Extension |
| - | PeaceCorps[56][18] = | + | PeaceCorps[56][18]=32; //Community Development |
| - | PeaceCorps[56][19] = | + | PeaceCorps[56][19]=2; //Youth Development |
| - | PeaceCorps[56][20] = 0; | + | PeaceCorps[56][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[56][21] = | + | PeaceCorps[56][21]=14; //Secondary Education English Teaching |
| - | PeaceCorps[56][22] = 0; | + | PeaceCorps[56][22]=0; //University English Teaching |
| - | PeaceCorps[56][23] = 0; | + | PeaceCorps[56][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[56][24] = 0; | + | PeaceCorps[56][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[56][25] = 0; | + | PeaceCorps[56][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[56][26] = | + | PeaceCorps[56][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[56][27] = | + | PeaceCorps[56][27]=0; //Peace Corps Response |
| - | PeaceCorps[56][28] = 0; | + | PeaceCorps[56][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[57] = new Array(29); | PeaceCorps[57] = new Array(29); | ||
PeaceCorps[57][0] = 'Tanzania'; | PeaceCorps[57][0] = 'Tanzania'; | ||
| - | PeaceCorps[57][1] = | + | PeaceCorps[57][1]=1; //Forestry |
| - | PeaceCorps[57][2] = 0; | + | PeaceCorps[57][2]=0; //Protected Areas Management |
| - | PeaceCorps[57][3] = | + | PeaceCorps[57][3]=8; //Environmental Education or Awareness |
| - | PeaceCorps[57][4] = | + | PeaceCorps[57][4]=4; //Applied Agriculture Science |
| - | PeaceCorps[57][5] = 0; | + | PeaceCorps[57][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[57][6] = | + | PeaceCorps[57][6]=0; //Animal Husbandry |
| - | PeaceCorps[57][7] = | + | PeaceCorps[57][7]=5; //Agriculture and Forestry Extension |
| - | PeaceCorps[57][8] = 0; | + | PeaceCorps[57][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[57][9] = 0; | + | PeaceCorps[57][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[57][10] = | + | PeaceCorps[57][10]=1; //Environmental and Water Resource Engineering |
| - | PeaceCorps[57][11] = 0; | + | PeaceCorps[57][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[57][12] = 0; | + | PeaceCorps[57][12]=0; //Business Advising |
| - | PeaceCorps[57][13] = | + | PeaceCorps[57][13]=11; //Information Technology |
| - | PeaceCorps[57][14] = 0; | + | PeaceCorps[57][14]=0; //Business Development |
| - | PeaceCorps[57][15] = 0; | + | PeaceCorps[57][15]=0; //NGO Development |
| - | PeaceCorps[57][16] = | + | PeaceCorps[57][16]=3; //Health Degreed |
| - | PeaceCorps[57][17] = | + | PeaceCorps[57][17]=6; //Health Extension |
| - | PeaceCorps[57][18] = | + | PeaceCorps[57][18]=9; //Community Development |
| - | PeaceCorps[57][19] = | + | PeaceCorps[57][19]=0; //Youth Development |
| - | PeaceCorps[57][20] = | + | PeaceCorps[57][20]=5; //Primary Education Teacher Training |
| - | PeaceCorps[57][21] = | + | PeaceCorps[57][21]=18; //Secondary Education English Teaching |
| - | PeaceCorps[57][22] = 0; | + | PeaceCorps[57][22]=0; //University English Teaching |
| - | PeaceCorps[57][23] = | + | PeaceCorps[57][23]=33; //Secondary Education Math Teaching |
| - | PeaceCorps[57][24] = | + | PeaceCorps[57][24]=43; //Secondary Education Science Teaching |
| - | PeaceCorps[57][25] = 0; | + | PeaceCorps[57][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[57][26] = 0; | + | PeaceCorps[57][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[57][27] = | + | PeaceCorps[57][27]=1; //Peace Corps Response |
| - | PeaceCorps[57][28] = 0; | + | PeaceCorps[57][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[58] = new Array(29); | PeaceCorps[58] = new Array(29); | ||
PeaceCorps[58][0] = 'Thailand'; | PeaceCorps[58][0] = 'Thailand'; | ||
| - | PeaceCorps[58][1] = 0; | + | PeaceCorps[58][1]=0; //Forestry |
| - | PeaceCorps[58][2] = 0; | + | PeaceCorps[58][2]=0; //Protected Areas Management |
| - | PeaceCorps[58][3] = | + | PeaceCorps[58][3]=7; //Environmental Education or Awareness |
| - | PeaceCorps[58][4] = 0; | + | PeaceCorps[58][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[58][5] = | + | PeaceCorps[58][5]=3; //Farm Management and Agribusiness |
| - | PeaceCorps[58][6] = 0; | + | PeaceCorps[58][6]=0; //Animal Husbandry |
| - | PeaceCorps[58][7] = 0; | + | PeaceCorps[58][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[58][8] = 0; | + | PeaceCorps[58][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[58][9] = 0; | + | PeaceCorps[58][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[58][10] = 0; | + | PeaceCorps[58][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[58][11] = 0; | + | PeaceCorps[58][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[58][12] = | + | PeaceCorps[58][12]=13; //Business Advising |
| - | PeaceCorps[58][13] = 0; | + | PeaceCorps[58][13]=0; //Information Technology |
| - | PeaceCorps[58][14] = 0; | + | PeaceCorps[58][14]=0; //Business Development |
| - | PeaceCorps[58][15] = | + | PeaceCorps[58][15]=10; //NGO Development |
| - | PeaceCorps[58][16] = | + | PeaceCorps[58][16]=2; //Health Degreed |
| - | PeaceCorps[58][17] = | + | PeaceCorps[58][17]=3; //Health Extension |
| - | PeaceCorps[58][18] = | + | PeaceCorps[58][18]=12; //Community Development |
| - | PeaceCorps[58][19] = 0; | + | PeaceCorps[58][19]=0; //Youth Development |
| - | PeaceCorps[58][20] = | + | PeaceCorps[58][20]=28; //Primary Education Teacher Training |
| - | PeaceCorps[58][21] = 18; | + | PeaceCorps[58][21]=18; //Secondary Education English Teaching |
| - | PeaceCorps[58][22] = 0; | + | PeaceCorps[58][22]=0; //University English Teaching |
| - | PeaceCorps[58][23] = 0; | + | PeaceCorps[58][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[58][24] = 0; | + | PeaceCorps[58][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[58][25] = 0; | + | PeaceCorps[58][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[58][26] = | + | PeaceCorps[58][26]=10; //Secondary Education English Teacher Training |
| - | PeaceCorps[58][27] = 0; | + | PeaceCorps[58][27]=0; //Peace Corps Response |
| - | PeaceCorps[58][28] = 0; | + | PeaceCorps[58][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[59] = new Array(29); | PeaceCorps[59] = new Array(29); | ||
PeaceCorps[59][0] = 'Togo'; | PeaceCorps[59][0] = 'Togo'; | ||
| - | PeaceCorps[59][1] = 1; | + | PeaceCorps[59][1]=1; //Forestry |
| - | PeaceCorps[59][2] = 0; | + | PeaceCorps[59][2]=0; //Protected Areas Management |
| - | PeaceCorps[59][3] = | + | PeaceCorps[59][3]=10; //Environmental Education or Awareness |
| - | PeaceCorps[59][4] = 0; | + | PeaceCorps[59][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[59][5] = 0; | + | PeaceCorps[59][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[59][6] = 0; | + | PeaceCorps[59][6]=0; //Animal Husbandry |
| - | PeaceCorps[59][7] = | + | PeaceCorps[59][7]=21; //Agriculture and Forestry Extension |
| - | PeaceCorps[59][8] = 0; | + | PeaceCorps[59][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[59][9] = 0; | + | PeaceCorps[59][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[59][10] = 0; | + | PeaceCorps[59][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[59][11] = | + | PeaceCorps[59][11]=1; //Urban and Regional Planning |
| - | PeaceCorps[59][12] = | + | PeaceCorps[59][12]=9; //Business Advising |
| - | PeaceCorps[59][13] = | + | PeaceCorps[59][13]=3; //Information Technology |
| - | PeaceCorps[59][14] = | + | PeaceCorps[59][14]=3; //Business Development |
| - | PeaceCorps[59][15] = | + | PeaceCorps[59][15]=7; //NGO Development |
| - | PeaceCorps[59][16] = | + | PeaceCorps[59][16]=4; //Health Degreed |
| - | PeaceCorps[59][17] = 21; | + | PeaceCorps[59][17]=21; //Health Extension |
| - | PeaceCorps[59][18] = | + | PeaceCorps[59][18]=38; //Community Development |
| - | PeaceCorps[59][19] = 0; | + | PeaceCorps[59][19]=0; //Youth Development |
| - | PeaceCorps[59][20] = 0; | + | PeaceCorps[59][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[59][21] = | + | PeaceCorps[59][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[59][22] = 0; | + | PeaceCorps[59][22]=0; //University English Teaching |
| - | PeaceCorps[59][23] = | + | PeaceCorps[59][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[59][24] = 0; | + | PeaceCorps[59][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[59][25] = 0; | + | PeaceCorps[59][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[59][26] = 0; | + | PeaceCorps[59][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[59][27] = 0; | + | PeaceCorps[59][27]=0; //Peace Corps Response |
| - | PeaceCorps[59][28] = 0; | + | PeaceCorps[59][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[60] = new Array(29); | PeaceCorps[60] = new Array(29); | ||
PeaceCorps[60][0] = 'Tonga'; | PeaceCorps[60][0] = 'Tonga'; | ||
| - | PeaceCorps[60][1] = | + | PeaceCorps[60][1]=1; //Forestry |
| - | PeaceCorps[60][2] = 0; | + | PeaceCorps[60][2]=0; //Protected Areas Management |
| - | PeaceCorps[60][3] = | + | PeaceCorps[60][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[60][4] = 0; | + | PeaceCorps[60][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[60][5] = | + | PeaceCorps[60][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[60][6] = 0; | + | PeaceCorps[60][6]=0; //Animal Husbandry |
| - | PeaceCorps[60][7] = 0; | + | PeaceCorps[60][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[60][8] = | + | PeaceCorps[60][8]=4; //Construction and Skilled Trades Education |
| - | PeaceCorps[60][9] = 0; | + | PeaceCorps[60][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[60][10] = 0; | + | PeaceCorps[60][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[60][11] = 0; | + | PeaceCorps[60][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[60][12] = | + | PeaceCorps[60][12]=11; //Business Advising |
| - | PeaceCorps[60][13] = | + | PeaceCorps[60][13]=0; //Information Technology |
| - | PeaceCorps[60][14] = | + | PeaceCorps[60][14]=0; //Business Development |
| - | PeaceCorps[60][15] = | + | PeaceCorps[60][15]=0; //NGO Development |
| - | PeaceCorps[60][16] = 0; | + | PeaceCorps[60][16]=0; //Health Degreed |
| - | PeaceCorps[60][17] = | + | PeaceCorps[60][17]=0; //Health Extension |
| - | PeaceCorps[60][18] = | + | PeaceCorps[60][18]=0; //Community Development |
| - | PeaceCorps[60][19] = | + | PeaceCorps[60][19]=0; //Youth Development |
| - | PeaceCorps[60][20] = | + | PeaceCorps[60][20]=9; //Primary Education Teacher Training |
| - | PeaceCorps[60][21] = | + | PeaceCorps[60][21]=12; //Secondary Education English Teaching |
| - | PeaceCorps[60][22] = | + | PeaceCorps[60][22]=1; //University English Teaching |
| - | PeaceCorps[60][23] = 0; | + | PeaceCorps[60][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[60][24] = 0; | + | PeaceCorps[60][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[60][25] = | + | PeaceCorps[60][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[60][26] = | + | PeaceCorps[60][26]=3; //Secondary Education English Teacher Training |
| - | PeaceCorps[60][27] = | + | PeaceCorps[60][27]=2; //Peace Corps Response |
| - | PeaceCorps[60][28] = 0; | + | PeaceCorps[60][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[61] = new Array(29); | PeaceCorps[61] = new Array(29); | ||
PeaceCorps[61][0] = 'Turkmenistan'; | PeaceCorps[61][0] = 'Turkmenistan'; | ||
| - | PeaceCorps[61][1] = 0; | + | PeaceCorps[61][1]=0; //Forestry |
| - | PeaceCorps[61][2] = 0; | + | PeaceCorps[61][2]=0; //Protected Areas Management |
| - | PeaceCorps[61][3] = 0; | + | PeaceCorps[61][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[61][4] = 0; | + | PeaceCorps[61][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[61][5] = 0; | + | PeaceCorps[61][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[61][6] = 0; | + | PeaceCorps[61][6]=0; //Animal Husbandry |
| - | PeaceCorps[61][7] = 0; | + | PeaceCorps[61][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[61][8] = 0; | + | PeaceCorps[61][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[61][9] = 0; | + | PeaceCorps[61][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[61][10] = 0; | + | PeaceCorps[61][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[61][11] = 0; | + | PeaceCorps[61][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[61][12] = 0; | + | PeaceCorps[61][12]=0; //Business Advising |
| - | PeaceCorps[61][13] = 0; | + | PeaceCorps[61][13]=0; //Information Technology |
| - | PeaceCorps[61][14] = 0; | + | PeaceCorps[61][14]=0; //Business Development |
| - | PeaceCorps[61][15] = 0; | + | PeaceCorps[61][15]=0; //NGO Development |
| - | PeaceCorps[61][16] = | + | PeaceCorps[61][16]=4; //Health Degreed |
| - | PeaceCorps[61][17] = | + | PeaceCorps[61][17]=6; //Health Extension |
| - | PeaceCorps[61][18] = 0; | + | PeaceCorps[61][18]=0; //Community Development |
| - | PeaceCorps[61][19] = 0; | + | PeaceCorps[61][19]=0; //Youth Development |
| - | PeaceCorps[61][20] = 0; | + | PeaceCorps[61][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[61][21] = | + | PeaceCorps[61][21]=13; //Secondary Education English Teaching |
| - | PeaceCorps[61][22] = 0; | + | PeaceCorps[61][22]=0; //University English Teaching |
| - | PeaceCorps[61][23] = 0; | + | PeaceCorps[61][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[61][24] = 0; | + | PeaceCorps[61][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[61][25] = 0; | + | PeaceCorps[61][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[61][26] = | + | PeaceCorps[61][26]=2; //Secondary Education English Teacher Training |
| - | PeaceCorps[61][27] = 0; | + | PeaceCorps[61][27]=0; //Peace Corps Response |
| - | PeaceCorps[61][28] = 0; | + | PeaceCorps[61][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[62] = new Array(29); | PeaceCorps[62] = new Array(29); | ||
PeaceCorps[62][0] = 'Uganda'; | PeaceCorps[62][0] = 'Uganda'; | ||
| - | PeaceCorps[62][1] = 1; | + | PeaceCorps[62][1]=1; //Forestry |
| - | PeaceCorps[62][2] = | + | PeaceCorps[62][2]=0; //Protected Areas Management |
| - | PeaceCorps[62][3] = 0; | + | PeaceCorps[62][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[62][4] = | + | PeaceCorps[62][4]=6; //Applied Agriculture Science |
| - | PeaceCorps[62][5] = | + | PeaceCorps[62][5]=7; //Farm Management and Agribusiness |
| - | PeaceCorps[62][6] = | + | PeaceCorps[62][6]=2; //Animal Husbandry |
| - | PeaceCorps[62][7] = 1; | + | PeaceCorps[62][7]=1; //Agriculture and Forestry Extension |
| - | PeaceCorps[62][8] = | + | PeaceCorps[62][8]=1; //Construction and Skilled Trades Education |
| - | PeaceCorps[62][9] = | + | PeaceCorps[62][9]=3; //Water and Sanitation Extension |
| - | PeaceCorps[62][10] = | + | PeaceCorps[62][10]=5; //Environmental and Water Resource Engineering |
| - | PeaceCorps[62][11] = | + | PeaceCorps[62][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[62][12] = | + | PeaceCorps[62][12]=21; //Business Advising |
| - | PeaceCorps[62][13] = | + | PeaceCorps[62][13]=6; //Information Technology |
| - | PeaceCorps[62][14] = | + | PeaceCorps[62][14]=8; //Business Development |
| - | PeaceCorps[62][15] = | + | PeaceCorps[62][15]=14; //NGO Development |
| - | PeaceCorps[62][16] = | + | PeaceCorps[62][16]=13; //Health Degreed |
| - | PeaceCorps[62][17] = | + | PeaceCorps[62][17]=14; //Health Extension |
| - | PeaceCorps[62][18] = | + | PeaceCorps[62][18]=1; //Community Development |
| - | PeaceCorps[62][19] = | + | PeaceCorps[62][19]=12; //Youth Development |
| - | PeaceCorps[62][20] = | + | PeaceCorps[62][20]=13; //Primary Education Teacher Training |
| - | PeaceCorps[62][21] = | + | PeaceCorps[62][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[62][22] = 0; | + | PeaceCorps[62][22]=0; //University English Teaching |
| - | PeaceCorps[62][23] = | + | PeaceCorps[62][23]=21; //Secondary Education Math Teaching |
| - | PeaceCorps[62][24] = | + | PeaceCorps[62][24]=25; //Secondary Education Science Teaching |
| - | PeaceCorps[62][25] = 0; | + | PeaceCorps[62][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[62][26] = | + | PeaceCorps[62][26]=1; //Secondary Education English Teacher Training |
| - | PeaceCorps[62][27] = | + | PeaceCorps[62][27]=3; //Peace Corps Response |
| - | PeaceCorps[62][28] = | + | PeaceCorps[62][28]=1; //Unique Skill |
| - | + | ||
PeaceCorps[63] = new Array(29); | PeaceCorps[63] = new Array(29); | ||
PeaceCorps[63][0] = 'Ukraine'; | PeaceCorps[63][0] = 'Ukraine'; | ||
| - | PeaceCorps[63][1] = 0; | + | PeaceCorps[63][1]=0; //Forestry |
| - | PeaceCorps[63][2] = 0; | + | PeaceCorps[63][2]=0; //Protected Areas Management |
| - | PeaceCorps[63][3] = 0; | + | PeaceCorps[63][3]=0; //Environmental Education or Awareness |
| - | PeaceCorps[63][4] = 0; | + | PeaceCorps[63][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[63][5] = 0; | + | PeaceCorps[63][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[63][6] = 0; | + | PeaceCorps[63][6]=0; //Animal Husbandry |
| - | PeaceCorps[63][7] = 0; | + | PeaceCorps[63][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[63][8] = 0; | + | PeaceCorps[63][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[63][9] = 0; | + | PeaceCorps[63][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[63][10] = 0; | + | PeaceCorps[63][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[63][11] = 0; | + | PeaceCorps[63][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[63][12] = | + | PeaceCorps[63][12]=1; //Business Advising |
| - | PeaceCorps[63][13] = 0; | + | PeaceCorps[63][13]=0; //Information Technology |
| - | PeaceCorps[63][14] = | + | PeaceCorps[63][14]=29; //Business Development |
| - | PeaceCorps[63][15] = | + | PeaceCorps[63][15]=36; //NGO Development |
| - | PeaceCorps[63][16] = 0; | + | PeaceCorps[63][16]=0; //Health Degreed |
| - | PeaceCorps[63][17] = 0; | + | PeaceCorps[63][17]=0; //Health Extension |
| - | PeaceCorps[63][18] = | + | PeaceCorps[63][18]=50; //Community Development |
| - | PeaceCorps[63][19] = | + | PeaceCorps[63][19]=21; //Youth Development |
| - | PeaceCorps[63][20] = 0; | + | PeaceCorps[63][20]=0; //Primary Education Teacher Training |
| - | PeaceCorps[63][21] = | + | PeaceCorps[63][21]=365; //Secondary Education English Teaching |
| - | PeaceCorps[63][22] = | + | PeaceCorps[63][22]=20; //University English Teaching |
| - | PeaceCorps[63][23] = 0; | + | PeaceCorps[63][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[63][24] = 0; | + | PeaceCorps[63][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[63][25] = 0; | + | PeaceCorps[63][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[63][26] = | + | PeaceCorps[63][26]=10; //Secondary Education English Teacher Training |
| - | PeaceCorps[63][27] = | + | PeaceCorps[63][27]=4; //Peace Corps Response |
| - | PeaceCorps[63][28] = 0; | + | PeaceCorps[63][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[64] = new Array(29); | PeaceCorps[64] = new Array(29); | ||
PeaceCorps[64][0] = 'Vanuatu'; | PeaceCorps[64][0] = 'Vanuatu'; | ||
| - | PeaceCorps[64][1] = | + | PeaceCorps[64][1]=0; //Forestry |
| - | PeaceCorps[64][2] = | + | PeaceCorps[64][2]=1; //Protected Areas Management |
| - | PeaceCorps[64][3] = | + | PeaceCorps[64][3]=1; //Environmental Education or Awareness |
| - | PeaceCorps[64][4] = 0; | + | PeaceCorps[64][4]=0; //Applied Agriculture Science |
| - | PeaceCorps[64][5] = | + | PeaceCorps[64][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[64][6] = 0; | + | PeaceCorps[64][6]=0; //Animal Husbandry |
| - | PeaceCorps[64][7] = | + | PeaceCorps[64][7]=0; //Agriculture and Forestry Extension |
| - | PeaceCorps[64][8] = | + | PeaceCorps[64][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[64][9] = 0; | + | PeaceCorps[64][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[64][10] = | + | PeaceCorps[64][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[64][11] = 0; | + | PeaceCorps[64][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[64][12] = | + | PeaceCorps[64][12]=6; //Business Advising |
| - | PeaceCorps[64][13] = | + | PeaceCorps[64][13]=7; //Information Technology |
| - | PeaceCorps[64][14] = | + | PeaceCorps[64][14]=11; //Business Development |
| - | PeaceCorps[64][15] = 0; | + | PeaceCorps[64][15]=0; //NGO Development |
| - | PeaceCorps[64][16] = | + | PeaceCorps[64][16]=5; //Health Degreed |
| - | PeaceCorps[64][17] = | + | PeaceCorps[64][17]=16; //Health Extension |
| - | PeaceCorps[64][18] = | + | PeaceCorps[64][18]=0; //Community Development |
| - | PeaceCorps[64][19] = 0; | + | PeaceCorps[64][19]=0; //Youth Development |
| - | PeaceCorps[64][20] = | + | PeaceCorps[64][20]=16; //Primary Education Teacher Training |
| - | PeaceCorps[64][21] = | + | PeaceCorps[64][21]=5; //Secondary Education English Teaching |
| - | PeaceCorps[64][22] = 0; | + | PeaceCorps[64][22]=0; //University English Teaching |
| - | PeaceCorps[64][23] = | + | PeaceCorps[64][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[64][24] = 0; | + | PeaceCorps[64][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[64][25] = 0; | + | PeaceCorps[64][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[64][26] = 0; | + | PeaceCorps[64][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[64][27] = 0; | + | PeaceCorps[64][27]=0; //Peace Corps Response |
| - | PeaceCorps[64][28] = 0; | + | PeaceCorps[64][28]=0; //Unique Skill |
| - | + | ||
PeaceCorps[65] = new Array(29); | PeaceCorps[65] = new Array(29); | ||
PeaceCorps[65][0] = 'Zambia'; | PeaceCorps[65][0] = 'Zambia'; | ||
| - | PeaceCorps[65][1] = | + | PeaceCorps[65][1]=11; //Forestry |
| - | PeaceCorps[65][2] = | + | PeaceCorps[65][2]=1; //Protected Areas Management |
| - | PeaceCorps[65][3] = 11; | + | PeaceCorps[65][3]=11; //Environmental Education or Awareness |
| - | PeaceCorps[65][4] = | + | PeaceCorps[65][4]=13; //Applied Agriculture Science |
| - | PeaceCorps[65][5] = 0; | + | PeaceCorps[65][5]=0; //Farm Management and Agribusiness |
| - | PeaceCorps[65][6] = | + | PeaceCorps[65][6]=5; //Animal Husbandry |
| - | PeaceCorps[65][7] = | + | PeaceCorps[65][7]=68; //Agriculture and Forestry Extension |
| - | PeaceCorps[65][8] = 0; | + | PeaceCorps[65][8]=0; //Construction and Skilled Trades Education |
| - | PeaceCorps[65][9] = 0; | + | PeaceCorps[65][9]=0; //Water and Sanitation Extension |
| - | PeaceCorps[65][10] = | + | PeaceCorps[65][10]=0; //Environmental and Water Resource Engineering |
| - | PeaceCorps[65][11] = 0; | + | PeaceCorps[65][11]=0; //Urban and Regional Planning |
| - | PeaceCorps[65][12] = | + | PeaceCorps[65][12]=15; //Business Advising |
| - | PeaceCorps[65][13] = 0; | + | PeaceCorps[65][13]=0; //Information Technology |
| - | PeaceCorps[65][14] = 0; | + | PeaceCorps[65][14]=0; //Business Development |
| - | PeaceCorps[65][15] = 0; | + | PeaceCorps[65][15]=0; //NGO Development |
| - | PeaceCorps[65][16] = | + | PeaceCorps[65][16]=15; //Health Degreed |
| - | PeaceCorps[65][17] = | + | PeaceCorps[65][17]=35; //Health Extension |
| - | PeaceCorps[65][18] = | + | PeaceCorps[65][18]=40; //Community Development |
| - | PeaceCorps[65][19] = | + | PeaceCorps[65][19]=0; //Youth Development |
| - | PeaceCorps[65][20] = | + | PeaceCorps[65][20]=23; //Primary Education Teacher Training |
| - | PeaceCorps[65][21] = | + | PeaceCorps[65][21]=0; //Secondary Education English Teaching |
| - | PeaceCorps[65][22] = 0; | + | PeaceCorps[65][22]=0; //University English Teaching |
| - | PeaceCorps[65][23] = 0; | + | PeaceCorps[65][23]=0; //Secondary Education Math Teaching |
| - | PeaceCorps[65][24] = 0; | + | PeaceCorps[65][24]=0; //Secondary Education Science Teaching |
| - | PeaceCorps[65][25] = 0; | + | PeaceCorps[65][25]=0; //Special Education Teacher Training |
| - | PeaceCorps[65][26] = 0; | + | PeaceCorps[65][26]=0; //Secondary Education English Teacher Training |
| - | PeaceCorps[65][27] = | + | PeaceCorps[65][27]=9; //Peace Corps Response |
| - | PeaceCorps[65][28] = 0; | + | PeaceCorps[65][28]=0; //Unique Skill |
| - | + | ||
| + | PeaceCorps[66] = new Array(29); | ||
| + | PeaceCorps[66][0] = 'Colombia'; | ||
| + | PeaceCorps[66][1]=0; //Forestry | ||
| + | PeaceCorps[66][2]=0; //Protected Areas Management | ||
| + | PeaceCorps[66][3]=0; //Environmental Education or Awareness | ||
| + | PeaceCorps[66][4]=0; //Applied Agriculture Science | ||
| + | PeaceCorps[66][5]=0; //Farm Management and Agribusiness | ||
| + | PeaceCorps[66][6]=0; //Animal Husbandry | ||
| + | PeaceCorps[66][7]=0; //Agriculture and Forestry Extension | ||
| + | PeaceCorps[66][8]=0; //Construction and Skilled Trades Education | ||
| + | PeaceCorps[66][9]=0; //Water and Sanitation Extension | ||
| + | PeaceCorps[66][10]=0; //Environmental and Water Resource Engineering | ||
| + | PeaceCorps[66][11]=0; //Urban and Regional Planning | ||
| + | PeaceCorps[66][12]=0; //Business Advising | ||
| + | PeaceCorps[66][13]=0; //Information Technology | ||
| + | PeaceCorps[66][14]=0; //Business Development | ||
| + | PeaceCorps[66][15]=0; //NGO Development | ||
| + | PeaceCorps[66][16]=0; //Health Degreed | ||
| + | PeaceCorps[66][17]=0; //Health Extension | ||
| + | PeaceCorps[66][18]=0; //Community Development | ||
| + | PeaceCorps[66][19]=0; //Youth Development | ||
| + | PeaceCorps[66][20]=0; //Primary Education Teacher Training | ||
| + | PeaceCorps[66][21]=0; //Secondary Education English Teaching | ||
| + | PeaceCorps[66][22]=0; //University English Teaching | ||
| + | PeaceCorps[66][23]=0; //Secondary Education Math Teaching | ||
| + | PeaceCorps[66][24]=0; //Secondary Education Science Teaching | ||
| + | PeaceCorps[66][25]=0; //Special Education Teacher Training | ||
| + | PeaceCorps[66][26]=0; //Secondary Education English Teacher Training | ||
| + | PeaceCorps[66][27]=16; //Peace Corps Response | ||
| + | PeaceCorps[66][28]=0; //Unique Skill | ||
| + | |||
| + | PeaceCorps[67] = new Array(29); | ||
| + | PeaceCorps[67][0] = 'Haiti'; | ||
| + | PeaceCorps[67][1]=0; //Forestry | ||
| + | PeaceCorps[67][2]=0; //Protected Areas Management | ||
| + | PeaceCorps[67][3]=0; //Environmental Education or Awareness | ||
| + | PeaceCorps[67][4]=0; //Applied Agriculture Science | ||
| + | PeaceCorps[67][5]=0; //Farm Management and Agribusiness | ||
| + | PeaceCorps[67][6]=0; //Animal Husbandry | ||
| + | PeaceCorps[67][7]=0; //Agriculture and Forestry Extension | ||
| + | PeaceCorps[67][8]=0; //Construction and Skilled Trades Education | ||
| + | PeaceCorps[67][9]=0; //Water and Sanitation Extension | ||
| + | PeaceCorps[67][10]=0; //Environmental and Water Resource Engineering | ||
| + | PeaceCorps[67][11]=0; //Urban and Regional Planning | ||
| + | PeaceCorps[67][12]=0; //Business Advising | ||
| + | PeaceCorps[67][13]=0; //Information Technology | ||
| + | PeaceCorps[67][14]=0; //Business Development | ||
| + | PeaceCorps[67][15]=0; //NGO Development | ||
| + | PeaceCorps[67][16]=0; //Health Degreed | ||
| + | PeaceCorps[67][17]=0; //Health Extension | ||
| + | PeaceCorps[67][18]=0; //Community Development | ||
| + | PeaceCorps[67][19]=0; //Youth Development | ||
| + | PeaceCorps[67][20]=0; //Primary Education Teacher Training | ||
| + | PeaceCorps[67][21]=0; //Secondary Education English Teaching | ||
| + | PeaceCorps[67][22]=0; //University English Teaching | ||
| + | PeaceCorps[67][23]=0; //Secondary Education Math Teaching | ||
| + | PeaceCorps[67][24]=0; //Secondary Education Science Teaching | ||
| + | PeaceCorps[67][25]=0; //Special Education Teacher Training | ||
| + | PeaceCorps[67][26]=0; //Secondary Education English Teacher Training | ||
| + | PeaceCorps[67][27]=0; //Peace Corps Response | ||
| + | PeaceCorps[67][28]=0; //Unique Skill | ||
| + | |||
| + | PeaceCorps[68] = new Array(29); | ||
| + | PeaceCorps[68][0] = 'Indonesia'; | ||
| + | PeaceCorps[68][1]=0; //Forestry | ||
| + | PeaceCorps[68][2]=0; //Protected Areas Management | ||
| + | PeaceCorps[68][3]=0; //Environmental Education or Awareness | ||
| + | PeaceCorps[68][4]=0; //Applied Agriculture Science | ||
| + | PeaceCorps[68][5]=0; //Farm Management and Agribusiness | ||
| + | PeaceCorps[68][6]=0; //Animal Husbandry | ||
| + | PeaceCorps[68][7]=0; //Agriculture and Forestry Extension | ||
| + | PeaceCorps[68][8]=0; //Construction and Skilled Trades Education | ||
| + | PeaceCorps[68][9]=0; //Water and Sanitation Extension | ||
| + | PeaceCorps[68][10]=1; //Environmental and Water Resource Engineering | ||
| + | PeaceCorps[68][11]=0; //Urban and Regional Planning | ||
| + | PeaceCorps[68][12]=0; //Business Advising | ||
| + | PeaceCorps[68][13]=0; //Information Technology | ||
| + | PeaceCorps[68][14]=0; //Business Development | ||
| + | PeaceCorps[68][15]=0; //NGO Development | ||
| + | PeaceCorps[68][16]=0; //Health Degreed | ||
| + | PeaceCorps[68][17]=0; //Health Extension | ||
| + | PeaceCorps[68][18]=0; //Community Development | ||
| + | PeaceCorps[68][19]=0; //Youth Development | ||
| + | PeaceCorps[68][20]=0; //Primary Education Teacher Training | ||
| + | PeaceCorps[68][21]=39; //Secondary Education English Teaching | ||
| + | PeaceCorps[68][22]=0; //University English Teaching | ||
| + | PeaceCorps[68][23]=0; //Secondary Education Math Teaching | ||
| + | PeaceCorps[68][24]=0; //Secondary Education Science Teaching | ||
| + | PeaceCorps[68][25]=0; //Special Education Teacher Training | ||
| + | PeaceCorps[68][26]=3; //Secondary Education English Teacher Training | ||
| + | PeaceCorps[68][27]=0; //Peace Corps Response | ||
| + | PeaceCorps[68][28]=0; //Unique Skill | ||
| + | |||
| + | PeaceCorps[69] = new Array(29); | ||
| + | PeaceCorps[69][0] = 'Madagascar'; | ||
| + | PeaceCorps[69][1]=6; //Forestry | ||
| + | PeaceCorps[69][2]=5; //Protected Areas Management | ||
| + | PeaceCorps[69][3]=0; //Environmental Education or Awareness | ||
| + | PeaceCorps[69][4]=2; //Applied Agriculture Science | ||
| + | PeaceCorps[69][5]=0; //Farm Management and Agribusiness | ||
| + | PeaceCorps[69][6]=4; //Animal Husbandry | ||
| + | PeaceCorps[69][7]=23; //Agriculture and Forestry Extension | ||
| + | PeaceCorps[69][8]=0; //Construction and Skilled Trades Education | ||
| + | PeaceCorps[69][9]=0; //Water and Sanitation Extension | ||
| + | PeaceCorps[69][10]=3; //Environmental and Water Resource Engineering | ||
| + | PeaceCorps[69][11]=0; //Urban and Regional Planning | ||
| + | PeaceCorps[69][12]=27; //Business Advising | ||
| + | PeaceCorps[69][13]=3; //Information Technology | ||
| + | PeaceCorps[69][14]=0; //Business Development | ||
| + | PeaceCorps[69][15]=0; //NGO Development | ||
| + | PeaceCorps[69][16]=1; //Health Degreed | ||
| + | PeaceCorps[69][17]=37; //Health Extension | ||
| + | PeaceCorps[69][18]=5; //Community Development | ||
| + | PeaceCorps[69][19]=0; //Youth Development | ||
| + | PeaceCorps[69][20]=0; //Primary Education Teacher Training | ||
| + | PeaceCorps[69][21]=32; //Secondary Education English Teaching | ||
| + | PeaceCorps[69][22]=0; //University English Teaching | ||
| + | PeaceCorps[69][23]=0; //Secondary Education Math Teaching | ||
| + | PeaceCorps[69][24]=0; //Secondary Education Science Teaching | ||
| + | PeaceCorps[69][25]=0; //Special Education Teacher Training | ||
| + | PeaceCorps[69][26]=0; //Secondary Education English Teacher Training | ||
| + | PeaceCorps[69][27]=0; //Peace Corps Response | ||
| + | PeaceCorps[69][28]=0; //Unique Skill | ||
| + | |||
| + | PeaceCorps[70] = new Array(29); | ||
| + | PeaceCorps[70][0] = 'Sierra Leone'; | ||
| + | PeaceCorps[70][1]=0; //Forestry | ||
| + | PeaceCorps[70][2]=0; //Protected Areas Management | ||
| + | PeaceCorps[70][3]=0; //Environmental Education or Awareness | ||
| + | PeaceCorps[70][4]=0; //Applied Agriculture Science | ||
| + | PeaceCorps[70][5]=0; //Farm Management and Agribusiness | ||
| + | PeaceCorps[70][6]=0; //Animal Husbandry | ||
| + | PeaceCorps[70][7]=0; //Agriculture and Forestry Extension | ||
| + | PeaceCorps[70][8]=0; //Construction and Skilled Trades Education | ||
| + | PeaceCorps[70][9]=0; //Water and Sanitation Extension | ||
| + | PeaceCorps[70][10]=0; //Environmental and Water Resource Engineering | ||
| + | PeaceCorps[70][11]=0; //Urban and Regional Planning | ||
| + | PeaceCorps[70][12]=0; //Business Advising | ||
| + | PeaceCorps[70][13]=0; //Information Technology | ||
| + | PeaceCorps[70][14]=0; //Business Development | ||
| + | PeaceCorps[70][15]=0; //NGO Development | ||
| + | PeaceCorps[70][16]=0; //Health Degreed | ||
| + | PeaceCorps[70][17]=0; //Health Extension | ||
| + | PeaceCorps[70][18]=0; //Community Development | ||
| + | PeaceCorps[70][19]=0; //Youth Development | ||
| + | PeaceCorps[70][20]=0; //Primary Education Teacher Training | ||
| + | PeaceCorps[70][21]=40; //Secondary Education English Teaching | ||
| + | PeaceCorps[70][22]=0; //University English Teaching | ||
| + | PeaceCorps[70][23]=17; //Secondary Education Math Teaching | ||
| + | PeaceCorps[70][24]=25; //Secondary Education Science Teaching | ||
| + | PeaceCorps[70][25]=0; //Special Education Teacher Training | ||
| + | PeaceCorps[70][26]=0; //Secondary Education English Teacher Training | ||
| + | PeaceCorps[70][27]=0; //Peace Corps Response | ||
| + | PeaceCorps[70][28]=0; //Unique Skill | ||
| Line 2,475: | Line 2,623: | ||
<br><br><br><br><br><br><br><br><br><br> | <br><br><br><br><br><br><br><br><br><br> | ||
| - | </body></html | + | </body></html> |
[[Category:resources]] | [[Category:resources]] | ||
[[Category:FOIA Documents]] | [[Category:FOIA Documents]] | ||
Latest revision as of 02:13, 22 November 2011
|
(Note: Uses Javascript) On the Peace Corps' Open Government Initiative website there are links at the bottom to .csv files, including one for "2011 Peace Corps Volunteer on board strength - by post and sector". A Freedom of Information Act request was then made for more specific information. This page uses that data in its computations of volunteer placements.
|