
var url = 'http://www.bizsugar.com/evb2/check_url2.php?url='+document.URL;

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

document.write('<span id="meneame2" style="width: 98px; height: 17px; border: none; padding: 0; margin: 0; background: transparent ; "><script type="text/javascript">setTimeout("write_iframe2()", 200)</script></span>');
