﻿// JScript File
function loadContent(id, src) {
    $("#" + id).text("Results not yet available.");
	$("#" + id).load(src);
}


