// On loading the page, call some functions:
window.onload = function() {
	// First, run the random image script:
	randomImage();
	// Then initialize the selectLocation function:
	selectLocation();
}