function asSwapImage(pNode,pImg)
{
  pNode.getElementsByTagName('img')[0].src = pImg;
}
