﻿var PreNextNotice=document.getElementById("pnyk");
var anodelist=PreNextNotice.getElementsByTagName("a");
if(window.location.href==anodelist[1].href)
{
    anodelist[1].removeAttribute("href");                
    anodelist[1].style.cursor="default";          
}
if(window.location.href==anodelist[0].href)
{
    anodelist[0].removeAttribute("href");                
    anodelist[0].style.cursor="default"; 
}
