var navHTML = '<div id="header">' +
			   '<h1>Castello di Coazzolo, dimora di charme</h1>' +
			   '</div>';

document.write(navHTML);

