<!--// create the headshotfunction headshot(ActiveDirector){	// Active Director	//	1 - seab	//	2 - henry	//	3 - todd	//	4 - jnr	//	5 - joe	//	6 - george	//	7 - paul	//	8 - walter
	//	9 - mitch					//headshot				if(ActiveDirector == '1')					document.write("<td width=130 background=\"graphics/sean/sean.png\"></td>");				if(ActiveDirector == '2')					document.write("<td width=130 background=\"graphics/henry/henry.png\"></td>");				if(ActiveDirector == '3')					document.write("<td width=130 background=\"graphics/todd/todd.png\"></td>");				if(ActiveDirector == '4')					document.write("<td width=130 background=\"graphics/jnr/jnr.png\"></td>");				if(ActiveDirector == '5')					document.write("<td width=130 background=\"graphics/joe/joe.png\"></td>");				if(ActiveDirector == '6')					document.write("<td width=130 background=\"graphics/george/george.png\"></td>");				if(ActiveDirector == '7')					document.write("<td width=130 background=\"graphics/paul/paul.png\"></td>");				if(ActiveDirector == '8')					document.write("<td width=130 background=\"graphics/walter/walter.png\"></td>");
				if(ActiveDirector == '9')					document.write("<td width=130 background=\"graphics/mitch/mitch.png\"></td>");				}//-->