//normalize the SITE_FOLDER constant; this constant should be defined in the header before any JS is included
$(document).ready(function() {
	$("div [id$=Round]").corner();
});

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