
var color		= "FFFFFF"


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="'+color+'"> <tr>');
document.write('<td width="20px">&nbsp;</td><td valign="bottom">');
document.write('<img src="images/CA_tree.gif" height="100"></td><td><center>');
document.write('<img src="images/CA_name.gif" height="100"></center></td>');
document.write('</td></tr></table>');

