// JavaScript Document
function handleLoad() {
	drawSearches();
}

function sortProxy(whichColumn, searchKey) {
	//Call the function in the external JS file
	sortByColumn (whichColumn, searchKey);
}