/*
 * Javascript to support the Es.php module for missesmeray.com
 */

function esSwapImage(id,src) {
    document.getElementById(id).src = src;
}

