



function picheader()
{

document.write('<table class="headertbl">');

document.write('<tr>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pic09_players.JPG" width="110" /></td>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pic09_players2.JPG" width="110" /></td>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pic09_players3.JPG" width="110" /></td>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pic09_players4.JPG" width="110" /></td>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pic09_players5.JPG" width="110" /></td>');
document.write('<td style="width: 110px"><img alt="players" height="73" src="pics09_players8.JPG" width="110" /></td>');
document.write('</tr>');
document.write('<tr><td id="menu" colspan="6"></td></tr>');

document.write('</table>');

}



