
var footerOutputStream = '';

footerOutputStream += '<table border=\'0\' cellpadding=\'0\' cellspacing=\'0\' width=\'100%\'>';

footerOutputStream += '<tr height=\'25\' valign=\'bottom\'>';
footerOutputStream += '<td width=\'160\'>&nbsp;</td>';
footerOutputStream += '<td width=\'200\'>';
footerOutputStream += '<span class=\'footer\'>Children\'s&nbsp;Therapy&nbsp;Associates';
footerOutputStream += '</span></td>';
footerOutputStream += '<td width=\'150\'>';
footerOutputStream += '<span class=\'footer\'>11&nbsp;Huron&nbsp;Drive';
footerOutputStream += '</span></td>';
footerOutputStream += '<td width=\'150\'>';
footerOutputStream += '<span class=\'footer\'>Natick,&nbsp;MA&nbsp;01760';
footerOutputStream += '</span></td>';
footerOutputStream += '<td>';
footerOutputStream += '<span class=\'footer\'>508-650-0457';
footerOutputStream += '</span></td>';
footerOutputStream += '</tr>';	
						
footerOutputStream += '</table>';
	
document.write(footerOutputStream)