// JavaScript Document
document.write('<div id="loading"><br><br><font style="font-size:13px" color="#FF0000"><strong>Please wait loading ...<img src="http://www.area.co.th/images/img_ajax/34-0indicator.gif"></strong></font></div>');
window.onload=function(){
document.getElementById("loading").style.display="none";
}