//normalize the SITE_FOLDER constant; this constant should be defined in the header before any JS is included


function swapPhoto(placeholder, url) {
    $("#" + placeholder).attr("src", url);
}