User:Iune/monobook.js

importScript('User:TheDJ/Gadget-HotCat.js');

importScript('User:Cameltrader/Advisor.js');

$(estRelated);

function estRelated() {

if (document.URL.indexOf('Special:Watchlist') == -1) return;

estaj=sajax_init_object(null);

estaj.open("GET", "http://en.wikipedia.org/w/index.php?title=Special:Recentchangeslinked&target=Wikipedia:WikiProject_Estonia/EA&hideminor=0&days=1&limit=50", true);

estaj.onreadystatechange = function()

{

if(estaj.readyState != 4) return;

sPage = estaj.responseText;

document.getElementById("contentSub").innerHTML = sPage.substring(sPage.indexOf("

"), sPage.indexOf('
') - 25);

};

estaj.send(null);

}