	
function insertFooter(where) 
	{

	//document.write('<table border=0 cellpadding=0 cellspacing=0 height = "100%">');
	//document.write('<tr>');
	//document.write('<td><img src="images/red_bar.gif" width="704" height="5"></td>');
	//document.write('</tr><tr>');
	//document.write('<td valign="bottom" align="center">');
	document.write('<center>');
	
	if (where == 'mr')
		{		
		document.write('<a href="http://www.interlinkpartners.com/" target="_blank"><img src="images/logos/interlink.gif" width="146" height="37" border="0" hspace="10" alt="Interlink Partners"></a>');
		document.write('<a href="http://www.allmerica.com" target="_blank"><img src="images/logos/allmerica.gif" width="65" height="56" border="0" hspace="10" alt="Allmerica Financial">');
		document.write('<a href="http://www.hbins.com" target="_blank"><img src="images/logos/hilliard_box.gif" width="152" height="43" border="0" hspace="10" alt="Hilliard Box Insurance">');
		document.write('<a href="http://www.waldmanbros.com" target="_blank"><img src="images/logos/waldman.gif" width="175" height="34" border="0" hspace="10" alt="Waldman Bros">');

		}
	
	
	if (where == 'waldman')
		{
		document.write('<a href="http://www.interlinkpartners.com/" target="_blank"><img src="images/logos/interlink.gif" width="146" height="37" border="0" hspace="10" alt="Interlink Partners"></a>');
		document.write('<a href="http://www.allmerica.com" target="_blank"><img src="images/logos/allmerica.gif" width="65" height="56" border="0" hspace="10" alt="Allmerica Financial">');
		document.write('<a href="http://www.hbins.com" target="_blank"><img src="images/logos/hilliard_box.gif" width="152" height="43" border="0" hspace="10" alt="Hilliard Box Insurance">');
		document.write('<a href="http://www.mills-roberts.com" target="_blank"><img src="images/logos/mills_roberts.gif" width="117" height="54" border="0" hspace="10" alt="Mills-Roberts & Associates">');
		}
		
	//if (where == 'hb')
	
	//document.write('</td></tr></table>');
	document.write('</center>');
	
	}
	

