function onImgErrorSmall(source)
{
source.src = "/images/facebook2.jpg";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}
function onImgErrorMedium(source)
{
source.src = "/images/twitter.jpg";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}
function onImgErrorLarge(source)
{
source.src = "/images/linked in.jpg";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}
document.write("<ul>");
	
	
	if ( page == "Home")
	{
		document.write("<li>Home</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/'>Home</a></li>");

	}
	
	
if ( page == "Support Able")
	{
		document.write("<li>Support Able</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Support-Able/'>Support Able</a></li>");

	}
	
	
	
if ( page == "About Us")
	{
		document.write("<li>About Us</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/About-Us/'>About Us</a></li>");

	}
	
	
	
if ( page == "Job Seekers")
	{
		document.write("<li>Job Seekers</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Job-Seekers/'>Job Seekers</a></li>");

	}
	
	
	
if ( page == "Employers")
	{
		document.write("<li>Employers</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Employers/'>Employers</a></li>");

	}
	
		

if ( page == "Workforce Partners")
	{
		document.write("<li>Workforce Partners</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Workforce-Partners/'>Workforce Partners</a></li>");

	}

	
if ( page == "Site Map")
	{
		document.write("<li>Site Map</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Site-map.html'>Site Map</a></li>");

	}

			
	
if ( page == "Contact Us")
	{
		document.write("<li>Contact Us</li>");

	}

	else
	{
		document.write("<li><a href='http://www.nationalable.org/Contact-Us.html'>Contact Us</a></li>");

	}
	
	document.write("<br>");
	
	var dt = new Date();
	
	document.write("<li>National Able Network</li>");
	
		
	document.write("<li>855.994.8300</li>");
	
		
	document.write("<li><a href='mailto:able@nationalable.org'>able@nationalable.org</a></li>");
	
		
	document.write("<li>&copy; National Able Network " + dt.getFullYear() + "</li>" );
	
	document.write("<br><br>");
	
	document.write(' <a href="http://www.facebook.com/pages/National-Able-Network/136093483967" target="_blank"><img src="images/facebook2.jpg" width="31" height="31" border="0" alt="" onerror="onImgErrorSmall(this)"></a> ');

	document.write(' <a href="http://twitter.com/#!/NatAbleNetwrk" target="_blank"><img src="images/twitter.jpg" width="31" height="31" border="0" alt="" onerror="onImgErrorMedium(this)"></a> ');

	document.write(' <a href="http://www.linkedin.com/company/national-able-network" target="_blank"><img 		src="images/Linked In.jpg" width="31" height="31" border="0" alt="" onerror="onImgErrorLarge(this)"></a> ');
	
	document.write("</ul>");
	




	





	
