//updated: 12.02.04 by thaniya
//this js file replaces stats_viz.jsp (old old crap) for hitchart and compare chart in stats

//setHitchart()
//refreshes iframe page that contains the flash app with new param from dropdown
//no params, no exceptions, returns nothing
function setHitchart() {
myurl = "/components/stats/individual_player_components/hitting_chart_flash.html?venue=" + venue + "&season=" + season + "&playerID=" + playerID;
//alert(myurl);
document.getElementById("booyah").src = myurl;
}
