
var diggehevburl = 'http://diggeh.com/evb/check_url.php?url='+document.URL;

function write_iframe() {
	var span = document.getElementById("meneame");
	span.innerHTML='<iframe width="185" height="28" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+diggehevburl+'"></iframe>';
}

document.write('<span id="meneame" style="width: 185px; height: 28px; border: none; padding: 0; margin: 0; background: transparent ; "><script type="text/javascript">setTimeout("write_iframe()", 200)</script></span>');
