// Logo Links JavaScript Document
// by Thomas Fischer
// Webmaster Community Bridges Integrated Healthcare
// Caro, MI
// Created 07.11.2007

function logoLink() {
	document.write('<a href="http://www.aarp.org/" target="_blank"><img src="images/aarp.jpg" vspace="2" border="0" alt="AARP" /></a>');
	document.write('<a href="http://senioroutlook.com" target="_blank"><img src="images/seniorOutlook.gif" width="181" height="109" vspace="2" border="0" alt="Senior Outlook an After 55 Housing and Resource Guide" /></a>');
	document.write('<a href="http://ziadhealthcare.org/" target="_blank"><img src="images/ziadLogo.gif" alt="ZIAD Healthcare for the Underserved" width="185" height="94" border="0" vspace="2" /><br />Participating Provider</a>');
	
}

   