window.onload=function() {
var contentImg = document.getElementById("thgs-right").getElementsByTagName("img");
for(var i=0;i<contentImg.length;i++) if(contentImg[i].parentNode.tagName.toUpperCase() == "A") contentImg[i].parentNode.style.borderBottomStyle="none";
}