﻿

function renderProfile()
{
<!--
var ddlPlayer = document.getElementById("ctl00_MainCPH_PlayerDropDown");
//alert(document.getElementById("ctl00_MainCPH_PlayerDropDown"));

var playerID = ddlPlayer.options[ddlPlayer.selectedIndex].value; 
window.location = "?playerID=" + playerID;
//-->
}

     
