// JavaScript Document
function showMap(x){
	window.location.reload();
	switch(x){
		case 1:
			frames['mapMyRunFrame'].location.href = "http://js.mapmyfitness.com/embed/blogview.html?r=c50898d0f8ea9e723ee769bea7dbe529&u=e&t=run";
		break;
		case 2:
			frames['mapMyRunFrame'].location.href = "http://js.mapmyfitness.com/embed/blogview.html?r=3a2d86c5ab0f675570f88f6d282d3d76&u=e&t=run";
		break;
		case 3:
			frames['mapMyRunFrame'].location.href = "http://js.mapmyfitness.com/embed/blogview.html?r=f00df4e7c09acd73d8efa30a6b3d7e5d&u=e&t=run";
		break;
	}
}