// ==UserScript==
// @exclude http://*.frosp.com/frosp/*
// ==/UserScript==


document.addEventListener( 'load',function hmm(){url=parent.location;
		var mydiv = window.document.createElement('div');
			mydiv.style='position:absolute;z-index:9999;top:0;right:0;border:1px solid #000;height:30px;background:#fff;overflow:hidden;color:#000;font:14px Arial;';
			mydiv.id='toolbard';
			mydiv.innerHTML='<iframe src="http://count.frosp.com/frosp/getCount.php?url='+escape(url)+'" width="30">';
document.body.appendChild(mydiv);},false);

