function swapme(el, img)
{
        el.src = img;
}



