
var HTML = 	'<h3>News</h3>' + 
			'<div class="featured-post">' + 
            '<h4><a href="blog.html">Boot camp in the Park!</a></h4>' +
            '<p>' + 
								'We at NBNY are running summer bootcamp training sessions for those who are looking to get fit over summer.' +
            '</p>' +
						'<p><a class="more-link" href="blog.html">continue reading</a></p>' +
			'</div>';

document.write(HTML);
