//alert(window.location.hash);	// this is either blank or e.g. '#caleb';
// if url of window contains '#', then run TeamShow function with text following '#' as argument
url_fragment =  (window.location.href.match(/#/)) ? window.location.href.replace(/^.*#(.*)$/g, "$1") : '' ;
// alert(url_fragment);
//TeamShow(url_fragment);
