jQuery(document).ready(function() {

});

function imageSwap(path) {
	$("#main-image").attr('src', path);
}
