function schedule_load_complete() {
	
	cmd = "$(\"#load_msg\").html(\"\")";
	schedule_timer = setTimeout(cmd, 2500);
}