// This function is run once, when the page has loaded.
function load() {
	loadmail();
	external();
}

window.onload = load;