﻿var PreNextNotice=document.getElementById("PreNextNotice55");
var anodelist=PreNextNotice.getElementsByTagName("a");
if(window.location.href==anodelist[0].href)
{
    anodelist[0].style.display="none";
}
if(window.location.href==anodelist[1].href)
{
    anodelist[1].style.display="none";
}

