
var HTML = 	'<p class="bottom-left">' + 
			'&nbsp; &copy;2008 NewBodyNewYou &nbsp; &nbsp;' + 
			'Design by : <a href="http://www.styleshout.com/" target="_blank">styleshout</a> &nbsp; &nbsp;' +
            'Webmaster: <a href="http://www.chupachupz.it/contact" target="_blank">ChupaChupZ</a> &nbsp; &nbsp; <b>NBNY covers Central, West and South London and Surrey</b>' +
			'<br/><br/>' +
			'<a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="images/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>' +
			'&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img src="images/vcss-blue.gif" alt="CSS Valido!" /></a>' + 
            '</p>';

document.write(HTML);