var map_url_to_category = {
    "health" : "UV Index",
    "tropical" : "Tropical",
    "wundermap" : "Wundermap",
    "MAR" : "Marine",
    "radar" : "Radar",
    "history" : "History"
}

url_parts = window.location.pathname.split( '/' );

var sub_category2 = map_url_to_category[ url_parts[3] ];

if ( typeof sub_category2 !== "undefined" ) {
	s_spt.prop4=s_spt.eVar4=sub_category2;
	s_spt.hier1=s_spt.hier2="News,Weather," + sub_category2;
}
else {
	s_spt.hier1=s_spt.hier2="News,Weather";
}

if ( document.title != "undefined" && document.title.length ) {
        s_spt.pageName = document.title;
}
else {
    s_spt.pageName = "Tampa Weather: WunderMap";
}
s_spt.server = window.location.hostname;
s_spt.channel=s_spt.prop2=s_spt.eVar2="News";
s_spt.prop3=s_spt.eVar3="Weather";

/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
        var s_spt=s_spt.t();if(s_spt)document.write(s_spt);


