<
script type=
"text/javascript"
>
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
//Adds zoom toolbar
map.addControl(new GSmallMapControl());
//Sets zoom center onload
map.setCenter(new GLatLng(1.0546279422758868, 23.203125), 3, G_SATELLITE_MAP);
// Create our "pinPoint" marker icon
var gh_icon = new GIcon();
gh_icon.image = "http://commprojects.jhsph.edu/globalhealth/_images/pinPoint.png";
gh_icon.shadow = "http://commprojects.jhsph.edu/globalhealth/_images/mm_20_shadow.png";
gh_icon.iconSize = new GSize(12, 20);
gh_icon.shadowSize = new GSize(22, 20);
gh_icon.iconAnchor = new GPoint(6, 20);
gh_icon.infoWindowAnchor = new GPoint(5, 1);
//calculates our current coords and prints them on the page
GEvent.addListener(map, "moveend", function() {
var center = map.getCenter();
document.getElementById("message").innerHTML = center.toString();
});
// Creates a marker at the given point with the
given number label
function createMarker(point, infoTabs) {
var marker = new GMarker(point,gh_icon);
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowTabsHtml(infoTabs);
});
return marker;
}
var point = new GLatLng(0.3155556, 32.5655556);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Kampala, Uganda
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/abrahams_story/' title='Essay'>Essay
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=UG' title='Projects in Uganda'>Kampala, Uganda
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7758&country_code=UG' title='Partnership for Building the Capacity of Makerere University to Improve Health Outcomes in Uganda'>Partnership for Building the Capacity of Makerere University to Improve Health Outcomes in Uganda
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6909&country_code=UG' title='Morbidity/Mortality And Disability In Children Study'>Morbidity/Mortality And Disability In Children Study
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(-6.8, 39.2833333);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Dar es Salaam, Tanzania
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/debeers_scholars/' title='A Jewel of an Opportunity'>A Jewel of an Opportunity
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=TZ' title='Projects in Tanzania'>Dar es Salaam, Tanzania
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6217&country_code=TZ' title='Nrsa Fellowship - HIV Counseling In Tanzania'>Nrsa Fellowship - HIV Counseling In Tanzania
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7025&country_code=TZ' title='Introduction of Zinc Treatment for Childhood Diarrhea in Tanzania'>Introduction of Zinc Treatment for Childhood Diarrhea in Tanzania
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(12.1130556, 15.0491667);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>N'Djamena, Chad
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/development/' title='Tapping Oil Revenues for Health?'>Tapping Oil Revenues for Health?
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=CD' title='Projects in Chad'>N'Djamena, Chad
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6213&country_code=CD' title='The Chad Pipeline Project: Local Ecologies And Health'>The Chad Pipeline Project: Local Ecologies And Health
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(3.8666667, 11.5166667);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Yaounde, Cameroon
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/virus_hunting/' title='Toward Safer Handling of Bushmeat'>Toward Safer Handling of Bushmeat
";message_articles += "<li class='mapli'><a href='/2006/Spring/galleries.cfm?gallery_id=1' title='Photo Gallery: Dean Klag's Photos'>Photo Gallery: Dean Klag's Photos
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=CM' title='Projects in Cameroon'>Yaounde, Cameroon
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6219&country_code=CM' title='Zoonotic Pathogen Emergence Among Humans Regularly Exposed to Wild Animals '>Zoonotic Pathogen Emergence Among Humans Regularly Exposed to Wild Animals
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7818&country_code=CM' title='Small Molecule Protein-Glycan Inhibitors as Malaria Transmission-Blocking Therapeutics'>Small Molecule Protein-Glycan Inhibitors as Malaria Transmission-Blocking Therapeutics
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(12.65, -8);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Bamako, Mali
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/child_health/' title='Targeting the Persistent Killers'>Targeting the Persistent Killers
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=ML' title='Projects in Mali'>Bamako, Mali
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7058&country_code=ML' title='Mali Cercle Level Health - Ciwara Project'>Mali Cercle Level Health - Ciwara Project
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6820&country_code=ML' title='Effectiveness of Zinc in the Treatment of Diarrhea '>Effectiveness of Zinc in the Treatment of Diarrhea
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(9.0333333, 38.7);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Addis Ababa, Ethiopia
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/debeers_scholars/' title='A Jewel of an Opportunity'>A Jewel of an Opportunity
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/hiv/' title='Racing Time to Save Children's Lives'>Racing Time to Save Children's Lives
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=ET' title='Projects in Ethiopia'>Addis Ababa, Ethiopia
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7410&country_code=ET' title='Ethiopia: Strengthening HIV Services'>Ethiopia: Strengthening HIV Services
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7632&country_code=ET' title='CGPP (CORE Group Polio Partners Project)'>CGPP (CORE Group Polio Partners Project)
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(-15.4166667, 28.2833333);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Lusaka, Zambia
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/measles/' title='A Great Campaign, Then What?'>A Great Campaign, Then What?
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/know_the_enemy/' title='Feature Home'>Getting to Know the Enemy
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=ZA' title='Projects in Zambia'>Lusaka, Zambia
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=8010&country_code=ZA' title='Technical Assistance, Program Implementation and Capacity-Building Support for Multiple HIV/AIDS-Related Areas in the Republic of Zambia '>Technical Assistance, Program Implementation and Capacity-Building Support for Multiple HIV/AIDS-Related Areas in the Republic of Zambia
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7599&country_code=ZA' title='CREATE - Ethics Component'>CREATE - Ethics Component
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(15.75, 32.5);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Khartoum, Sudan
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/refugees/' title='A "Humanitarian Emergency" Among the Beja'>A "Humanitarian Emergency" Among the Beja
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=SU' title='Projects in Sudan'>Khartoum, Sudan
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7534&country_code=SU' title='Costs of Obstetrical Consequences of Female Genital Mutilation'>Costs of Obstetrical Consequences of Female Genital Mutilation
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6845&country_code=SU' title='Assessment of HIV/ AIDS Situation in Sudan'>Assessment of HIV/ AIDS Situation in Sudan
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(-33.9166667, 18.4166667);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Cape Town, South Africa
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/hiv/' title='Racing Time to Save Children's Lives'>Racing Time to Save Children's Lives
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/news/tb/' title='A Strategic Approach to Controlling TB'>A Strategic Approach to Controlling TB
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=SF' title='Projects in South Africa'>Cape Town, South Africa
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6267&country_code=SF' title='ZAMSTAR: Zambia and South Africa tuberculosis and AIDS reduction study. A study of the Consortium To Respond Effectively To the AIDS/TB Epidemic (CREATE).'>ZAMSTAR: Zambia and South Africa tuberculosis and AIDS reduction study. A study of the Consortium To Respond Effectively To the AIDS/TB Epidemic (CREATE).
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6799&country_code=SF' title='Cluster randomized intervention trial to evaluate âopting-outâ vs. âopting-inâ strategies on the uptake of HIV counseling and testing of TB patients in the Province of the Eastern Cape, South Africa'>Cluster randomized intervention trial to evaluate âopting-outâ vs. âopting-inâ strategies on the uptake of HIV counseling and testing of TB patients in the Province of the Eastern Cape, South Africa
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(-0.72, 31.4838889);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Rakai, Uganda
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/departments/open_mike/' title='Open Mike'>Open Mike
";message_articles += "<li class='mapli'><a href='/2006/Spring/galleries.cfm?gallery_id=4' title='Photo Gallery: Scenes from Rakai, Uganda'>Photo Gallery: Scenes from Rakai, Uganda
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/temporary_miracle/' title='Feature Home'>A Temporary Miracle
";message_articles += "<li class='mapli'><a href='/2006/Spring/galleries.cfm?gallery_id=1' title='Photo Gallery: Dean Klag's Photos'>Photo Gallery: Dean Klag's Photos
";message_articles += "<li class='mapli'><a href='/2006/Spring/online_extras/content/yosam_katongole.cfm' title='Online Extras: Elegy for Yosam'>Online Extras: Elegy for Yosam
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=UG' title='Projects in Uganda'>Rakai, Uganda
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7726&country_code=UG' title='Rakai Health Sciences Program'>Rakai Health Sciences Program
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=6909&country_code=UG' title='Morbidity/Mortality And Disability In Children Study'>Morbidity/Mortality And Disability In Children Study
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(-16.4333333, 26.7833333);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Macha, Zambia
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/know_the_enemy/malaria_fever.cfm' title='When is a Fever Caused by Malaria?'>When is a Fever Caused by Malaria?
";message_articles += "<li class='mapli'><a href='/2006/Spring/galleries.cfm?gallery_id=1' title='Photo Gallery: Dean Klag's Photos'>Photo Gallery: Dean Klag's Photos
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/voices/clive_shiff.cfm' title='African Voices: Clive Shiff'>African Voices: Clive Shiff
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/voices/maria_siampendi.cfm' title='African Voices: Maria Siampendi'>African Voices: Maria Siampendi
";message_articles += "<li class='mapli'><a href='/2006/Spring/africa/know_the_enemy/' title='Feature Home'>Getting to Know the Enemy
";message_articles += "<li class='mapli'><a href='/2006/Spring/galleries.cfm?gallery_id=3' title='Photo Gallery: Hunting Anopheles Mosquitoes in Macha, Zambia'>Photo Gallery: Hunting Anopheles Mosquitoes in Macha, Zambia
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=ZA' title='Projects in Zambia'>Macha, Zambia
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7603&country_code=ZA' title='Understanding the Vectorial Components of Malaria Transmission in Macha'>Understanding the Vectorial Components of Malaria Transmission in Macha
";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7893&country_code=ZA' title='Impact of population movement and foraging behavior of Anopheles arabiensis'>Impact of population movement and foraging behavior of Anopheles arabiensis
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(6.6833333, -1.6166667);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Kumasi, Ghana
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/if_we_dont/' title='Feature Home'>"If We Don't Then Who?"
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=GH' title='Projects in Ghana'>Kumasi, Ghana
";
message_projects += "<ul class='mapul'>";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
var point = new GLatLng(7.3877778, 3.8963889);
var message_articles = "<div style='width:250px;min-height:100px;padding-bottom:10px;clear:both;'><h1>Ibadan, Nigeria
";
message_articles += "<ul class='mapul'>";
message_articles += "<li class='mapli'><a href='/2006/Spring/africa/if_we_dont/' title='Feature Home'>"If We Don't Then Who?"
";
message_articles += "
";
message_articles += "
";
var message_projects = "<div class='popupWindow' style='width:250px;'><h1><a href='http://commprojects.jhsph.edu/globalhealth/Country.cfm?country_code=NI' title='Projects in Nigeria'>Ibadan, Nigeria
";
message_projects += "<ul class='mapul'>";
message_projects += "<li class='mapli'><a href='http://commprojects.jhsph.edu/globalhealth/GlobalProjectDetail.cfm?project_id=7018&country_code=NI' title='Future Health Systems: Innovations for Equity'>Future Health Systems: Innovations for Equity
";
message_projects += "
";
message_projects += "
";
var infoTabs = [
new GInfoWindowTab("Articles", message_articles),
new GInfoWindowTab("Projects", message_projects)
];
map.addOverlay(createMarker(point,infoTabs));
}
}
//]]>
</
script>