window.onload=function teamactivity() {		tagList = document.getElementsByTagName('tr');	for (i=0; i<tagList.length; i=i+2) 	{		tagList[i].style.backgroundColor = "#D8CDE5";	}}function change(myURI){ if(myURI !="default"){  window.document.location.href=myURI; }}