/*document.writeln("<div id='footerContent'>");
document.writeln("<div id='footerLogo'>");
document.writeln("<a href='http://www.iqsdirectory.com'><img src='images/footer_logo.jpg' alt='IQSDirectory' title='IQSDirectory' /></a>");
document.writeln("</div>");
document.writeln("<div id='footerLegal'>");
document.writeln("<sup>&copy;</sup> IQSDirectory.com");
document.writeln("</div>");
document.writeln("<div id='footerAddress'>");
document.writeln("Phone: 877-977-5377<br />Fax: 616-285-3980<br /><a href='mailto:sales@industrialquicksearch.com'>sales@industrialquicksearch.com</a><br />  1500 E. Beltline, Grand Rapids, MI 49506");
document.writeln("</div>");							
document.writeln("</div>");*/
document.writeln("<div id='footerRow1'>");
document.writeln("<div id='footerRow1Col1' class='footerCol'>");/* used to be called footerRow1Col1 */
document.writeln("<img src='http://www.iqsdirectory.com/commonImages/iqsdirectory_footer_logo.jpg'  alt='IQS Directory of Industrial Manufacturers and Suppliers' title ='IQS Directory of Industrial Manufacturers and Suppliers' id='ImgFooterLogo' />");
document.writeln("</div>");
document.writeln("<div id='footerRow1Col2' class='footerCol'>");
document.writeln("<sup>&copy;</sup> IQSDirectory.com");
document.writeln("</div>");
document.writeln("<div id='footerRow1Col3' class='footerCol'>");
document.writeln("Phone: 877-977-5377<br />Fax: 616-285-3980<br /><a href='mailto:sales@iqsdirectory.com'>sales@iqsdirectory.com</a><br />  1500 E. Beltline, Grand Rapids, MI 49506");
document.writeln("</div>");							
document.writeln("</div>");
document.writeln("<div id='footerRow2'>");
document.writeln("</div>");
if(document.getElementById("logoAltDiv"))
{
	var altVal = document.getElementById("logoAltDiv").innerHTML;
 	if( altVal != "")
	{
		if(document.getElementById("ImgHeaderLogo"))
		{
			document.getElementById("ImgHeaderLogo").alt = altVal;
			document.getElementById("ImgHeaderLogo").title = altVal;
		}
		if(document.getElementById("ImgFooterLogo"))
		{
			document.getElementById("ImgFooterLogo").alt = altVal;
			document.getElementById("ImgFooterLogo").title = altVal;
		}
	}
}
