Monobook.js
/* Any JavaScript here will be loaded for users using the MonoBook skin */
function catsattop() { var cats = document.getElementById('catlinks'); var bc = document.getElementById('bodyContent'); bc.insertBefore(cats, bc.childNodes[0]); }