// Fade the loading message out on the client site:
$(document).ready(function(){			   
	$('#loadbox').fadeOut(1000);
});
