var htmloutput = '';

htmloutput +='<div id="footer">';
htmloutput +='<address>Copyright &copy; Kuoni Destination Management. All rights reserved. Developed by <a href="http://www.kuoni-dmc.com" target="_blank">Kuoni Travel Ltd., Destination Management</a>.</address>';
htmloutput +='</div>';

document.write(htmloutput);
