
var HTML = 	'<h3>Free Consultation</h3>' + 
			'<div class="featured-post">' + 
            '<h4><a href="consultation.html">To Book A FREE Consultation!</a></h4>' +
            '<p>' + 
			'Your free consultation with a NBNY personal trainer  will last around 30 - 40 minutes, takes place at your home or where ever is easiest for you. It is completely free of charge & obligation... 	' +
            '</p>' +
			'<p><a class="more-link" href="consultation.html">continue reading</a></p>' +
			'</div>';

document.write(HTML);