function navSwapImg(newImg,target)
{
        target.src='/blog/wp-content/themes/default/images/nav/' + newImg;
}
