function switchImg(object, newSrc){
    $(object).attr("src", newSrc);
}
