var footer_html = 
       ' \
       <div id="footer"> \
			<div class="footer-column"> \
				<p class="footer-header">Bionic Communications Ltd</p> \
				<p class="footer-text">One Hardwicks Square</p> \
				<p class="footer-text">Wandsworth</p> \
				<p class="footer-text">London</p> \
				<p class="footer-text">SW18 4AW</p> \
				<p class="footer-text"></p> \
				<p class="footer-text">T 0207 198 8320</p> \
				<a href="mailTo:hello@bionic-comms.co.uk"><p class="footer-text">E hello@bionic-comms.co.uk</p></a> \
				<a href="http://www.twitter.com/BionicLondon" target="_blank"><p class="footer-text">Twitter</p></a>\
				<a href="http://www.facebook.com/BionicComms" target="_blank"><p class="footer-text">Facebook</p></a>\
			</div> \
			<div class="footer-column"> \
				<p class="footer-header">The Directors</p> \
				<p class="footer-text">Paul Brunton</p>\
				<p class="footer-text">Paul Walker</p>\
			</div> \
			<div class="footer-column"> \
				<p class="footer-header">Navigation</p> \
				<a href="news.php" target="_self"><p class="footer-text">News</p></a> \
				<a href="websites.html" target="_self"><p class="footer-text">Websites</p></a> \
				<a href="games.html" target="_self"><p class="footer-text">Games</p></a> \
				<a href="promo.html" target="_self"><p class="footer-text">Promotions</p></a> \
				<a href="comms.html" target="_self"><p class="footer-text">Comms</p></a> \
				<a href="about.html" target="_self"><p class="footer-text">About Us</p></a> \
				<a href="contact.html" target="_self"><p class="footer-text">Contact Us</p></a> \
			</div> \
			<div class="footer-column"> \
				<p class="footer-header">Legal Stuff</p> \
				<p class="footer-text">VAT No:</p>\
				<p class="footer-text">796215500</p>\
				<p class="footer-text"></br></p>\
				<p class="footer-text">Company No:</p>\
				<p class="footer-text">444703787</p>\
			</div> \
	   </div> \
		';
document.write(footer_html);
