function loadContent(elementSelector, sourceUrl) {
        $("#loadContent").load(""+sourceUrl+"");
        }
