function writeFooter(){
	document.getElementById('footer').innerHTML =
	 "Copyright © 2004-2009  by S&#224;i G&#242;n - B&#236;nh Ch&#226;u - H&#7891; C&#243;c. Eco-Tourist &amp; Resort. All rights reserved.&nbsp;&nbsp;<br>"  +
	                "<font color='#0066FF'>Suối nước nóng Bình Châu:</font> (Tel) " +
	                " 064-3871131 - 3871623 / (Fax) 064-3871105.&nbsp;&nbsp;<br> " +
	                " <font color='#0066FF'>Chi " +
                  	" nhánh tại TP. Hồ Chí Minh:</font> (Tel) 08-39970677 / (Fax) 08-39970699.&nbsp;&nbsp;<br> " +
                  	" <font color='#0066FF'>Biển Hồ Cốc:</font> (Tel) 064-3791036 / " +
                  	" (Fax) 064-3878175.&nbsp;&nbsp;";
}
window.onload = function(){
		writeFooter();
}