var HTML = 	'<h3>Recent Comments</h3>' +
	   				'<div class="recent-comments">' +
         				'<ul>' +
         					'<li><a href="blog.html" title="Boot camp in the Park with NewBodyNewYou Fitness!">Boot camp in the Park with NBNY Fitness!</a><br /> &#45; <cite>francesca</cite></li>' +
         					'<li><a href="blog.html" title="10 Tips for a healthy pregnancy">10 Tips for a healthy pregnancy...</a><br /> &#45; <cite>francesca</cite></li>' +
									'<li><a href="blog.html" title="Blog">Hello my name is Francesca...</a><br /> &#45; <cite>francesca</cite></li>' +									
								'</ul>' +
						'</div>';
document.write(HTML);
