<!-- Hide the script from old browsers --

img0_on = new Image(196,303);
img0_on.src="http://www.bodyecol.net/images/conscious-times/issue03/conscioustimes_back.jpg";
img0_off = new Image(196,303);
img0_off.src="http://www.bodyecol.net/images/conscious-times/issue03/conscioustimes_front.jpg"; 

function over_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_on.src");
    }
function off_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_off.src");
    }
// --End Hiding Here -->
