function ctRoster(usrPrfx)
{
	var collection = "<strong>" +usrPrfx+ "<strong></strong>";

	document.getElementById('namebox').innerHTML = collection;
}
function ctRosterClean()
{
	document.getElementById('namebox').innerHTML = "Hover over a team";
}