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