
var url = 'http://www.sustaind.org/api/check_url.php?url='+encodeURI(document.URL)+'&amp;title='+encodeURI(document.title)+'&amp;s=';

function write_iframe() {
	var span = document.getElementById("meneame");
	span.innerHTML='<iframe width="98" height="17" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+url+'"></iframe>';
}

document.write('<div id="meneame" style="width: 98px; height: 17px; border: none; padding: 0; margin: 0; background:transparent; margin-bottom:15px; margin-left:10px; "><script type="text/javascript">setTimeout("write_iframe()", 200)</script></div>');
