// ==UserScript==
// @name           mladenovac info noshout
// @namespace      http://www.avramovic.info/razno/gm/
// @description    Disable mladenovac.info shoutbox
// @include        http://www.mladenovac.info/*
// ==/UserScript==

var marq = document.getElementById('iemarquee');
marq.parentNode.removeChild(marq);
