function updateGT(oSelect)
{
	gt=document.getElementById("gametracker");
	srv=oSelect.options[oSelect.selectedIndex].value;

	url="http://cache.www.gametracker.com/components/html0/?host=" + srv + "&bgColor=333333&titleBgColor=222222&borderColor=555555&fontColor=CCCCCC&titleColor=CCCCCC&linkColor=F2821C&borderLinkColor=222222&showMap=0&currentPlayersHeight=100&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=200";

	gt.src = url;
}

// Updated 12/16/2009 
// - Adjusted frame widths and values to suit new site layout and theme. -dw
