var yearString = new Date();
var htmlString = "      \
    <div id='footer' class='wrapper'>   \
		 <ul>   \
			<li class='first'><a href='/about-us/'>About Us</a></li>   \
			<li><a href='/solutions/'>Solutions</a></li>   \
			<li><a href='/industries-we-serve/'>Industries We Serve</a></li>   \
			<li><a href='/privacy.aspx'>Privacy</a></li>   \
			<li><a href='/site-map.aspx'>Site Map</a></li>   \
		 </ul>   \
		 <p style='margin-bottom: 0;'>Copyright &copy; " + yearString.getFullYear() + " West Business Services. All Rights Reserved.</p>   \
	 </div>   ";
document.write(htmlString);
